I want to host a game server on a rented dedicated server. But how do i start the server inside the server…
Thanks
auto, create, dedicated, know, possible, rented, server, starter, want
{ 1 comment to read ... please submit second! }
{ 0 Pingbacks/Trackbacks }
Powered by Yahoo! Answers
Probably the best way is to write a script that checks if the server is already running, and if not, starts the game server. If you want to be fancy, it can also check if the server is working, and if not, restart the game server. Then create a ‘cron’ file to run this script every minute or so. (On most systems, the ‘man crontab’ and/or ‘man 5 crontab’ command will explain how to create cron control files.)