Posts: 4
Threads: 1
Joined: Apr 2017
Thanks: 0
Given 0 thank(s) in 0 post(s)
Hi. I'm not sure how long it takes for this to happen, but when I leave my pi3 idle, it seems to stop the server. I have to ssh in and manually start it up again.
I've been running ./Cuberite in /home/pi/Server.
Am I missing any settings/steps? THANKS!
Posts: 37
Threads: 1
Joined: Jan 2017
Thanks: 12
Given 0 thank(s) in 0 post(s)
Do you get an error message when this happens?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Have a look at the log files that the server generates in the "logs" subfolder, is there any error message at the end of the file that would indicate a problem?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
That message means that something is already listening on the port, or there was some other obscure error. Do you have another Minecraft server running on that machine? If you change the port number in settings.ini (with the server not running, of course), does the message appear after starting the server? If you do a "netstat -nlat" while Cuberite is not running, do you see the port 25565 as used?
Posts: 4
Threads: 1
Joined: Apr 2017
Thanks: 0
Given 0 thank(s) in 0 post(s)
I found that when I close the putty terminal, ending the session, the server becomes unreachable. Should I not be using ssh to start it?