Page 1 of 1

Server running issue

PostPosted: Wed Dec 09, 2015 19:38
by chrisjose1913
Hello i am having a strange issue with my server. I run the server on a VPS overall the server is stable and running fine. The issue arises when i disconnect from the putty ssh client. the server seems to shut down after a short time. any fixes ?

Re: Server running issue

PostPosted: Thu Dec 10, 2015 00:56
by benrob0329
use nohup before the minetest --server command, itll put the output of the server into a file and keep it running in the background.