Css server linux help

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
jinxyxo20
New to forums
New to forums
Posts: 10
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Aug 09, 2011 10:38 am

Css server linux help

Post by jinxyxo20 »

Ok im running ubuntu 10.04 i followed this guide http://www.nfoservers.com/forums/viewto ... =67&t=4545 and i got my server running but how do you stop start and restart the servers of your choice and also is there a way to edit server.cfg witought having to vnc to desktop and mapcycle and such Also my server is not showing on the master list i had this same problem on windows 2003 so i updated the server files how do you update the css server files also ive searched on google and i cant seem to figure anything out i dont full understand this screens thing
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Css server linux help

Post by Edge100x »

jinxyxo20 wrote:how do you stop start and restart the servers of your choice
To stop the server, use screen -r screenname and then type "quit" or hit Control-C to tell the server to exit. You can then restart it using the command you used previously.
is there a way to edit server.cfg witought having to vnc to desktop and mapcycle and such
I recommend using SSH instead of VNC, as it is faster than VNC. You could also download files to your desktop and install them there, then re-upload them, through a SCP/SFTP client such as WinSCP.
Also my server is not showing on the master list i had this same problem on windows 2003 so i updated the server files how do you update the css server files also ive searched on google and i cant seem to figure anything out i dont full understand this screens thing
If you just created the server, the server files will be up to date, but it doesn't hurt to double check. To update and run a corruption check, shut down the server and then run commands like this:

Code: Select all

cd /usr/steam
./steam -command update -game "Counter-strike source" -dir sourcebase -verify_all
Post Reply