Server stopping after left idle?
#8
I recommend using Cuberite together with screen or tmux. This ensures that the server keeps running when you exit putty, and you can access the console later.

These are the commands I use for my server:
To start the server:
Code:
screen -dmS server sh -c 'while true; do sleep 1; cd $HOME/Server; ./Cuberite && break; done'
If the server crashes, it will start again automatically.

To access the console, use
Code:
screen -r server

To exit the console, hold CTRL and A, release them, and press D.
Reply
Thanks given by:


Messages In This Thread
Server stopping after left idle? - by tikitofu - 04-11-2017, 10:31 AM
RE: Server stopping after left idle? - by xoft - 04-11-2017, 05:30 PM
RE: Server stopping after left idle? - by xoft - 04-12-2017, 05:03 PM
RE: Server stopping after left idle? - by Mathias - 04-13-2017, 11:36 PM



Users browsing this thread: 1 Guest(s)