SRCDS Steam group


Keep servers running in the background
#1
Wink 
So, I need help again. I own a dedicated server on another machine (by some hosting company) and on it, I have a few servers installed, including CS:S. I operate them through the program called PuTTy, but as soon as I close this program, the servers crash down with it. I heard there is a program called screen or something, with which the servers can keep running even after I turn off my computer. I guess it's called "running servers in the background". Thx for the answers Wink
Reply
#2
Use screen

http://www.linux.com/feature/56443

http://linuxreviews.org/man/screen/
Reply
#3
You can do one of two methods,

A) use Screen - as stated above...
B) add & at the end of your config line...

e.g. ./srcds_run -game cstrike +ip 000.000.000.000 +port 27015 +maxplayers 14 +map map_name -autoupdate &

that will allow you to exit putty and keep your server(s) running.
Reply
#4
Or for a noob-friendly tutorial (helped me) on screen:

http://www.linuxdynasty.org/screen-howto-part-1.html
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)