I have turned on minecraft in my VPS via PuTTY.
screen sh minecraft.sh
How can I stop this process and how can I go there so that I can use all the commands?
I am very new to PuTTY and this.
|
I have turned on minecraft in my VPS via PuTTY.
How can I stop this process and how can I go there so that I can use all the commands? I am very new to PuTTY and this. |
|||||||||
|
|
PuTTY, if I remember right, is basically an emulator for Unix terminals. In PuTTY, you have the Try getting the process id of the screen:
This should get you a list of running screens and their process IDs. Odds are one of them will have your minecraft shell. Open that screen:
and you'll be in the minecraft server console. Now that you're in, you can use the minecraft server commands like If you want to leave the screen but keep the server running, type Hope that helps! |
|||||||||||
|