|
I host a minecraft server on a dedicated linux server. To start the minecraft server i have to open putty and run a command. If I close that putty window then my minecraft server will stop. How can I get around this? |
The question has been closed for the following reason "The question is answered, right answer was accepted" by Tim Fontana Mar 27 at 06:54
|
The command you need to put into the terminal is very simple
You can change the 2048M with the amount of ram you'd like to allocate to Minecraft, I usually run mine on 6 (6144M) out of 8 (8192M) gig's. If you're using bukkit just change the minecraft_server.jar with the craftbukkit.jar name (or whatever it's called due to versions in the name) Edit! Oh wait I misread your question. To keep the server running just type the command (if available)
This will give you a second terminal screen that runs in a seperate thread making it keep on running while you close the terminal screen. To re-enter this screen after closing the main one just type the command.
|
|
any terminal will act as a shell in linux bash is the most common or as good as any .. or you can turn that around any shell wil act as a terminal :) http://www.freeos.com/guides/lsst/ch01sec07.html ok so now you know what a terminal is on use the home dash type term in the search and you will get a number of them list if you exit from unity desk top you will find your self at the prompt the trick is knowing what script to get or write to do what you want .. |
