You need SSH running on the box. Use Putty to connect to it.
Srcds CS:S setup:
http://forums.steampowered.com/forums/showthread.php?s=e2bc53cb757e8198485410753f7904f5&threadid=292495
Then install plugins like:
- Mani admin plugin
- Steambans
- Metamod
- zBlock
- Eventscripts
Write start/ stop/ update scripts to start the server.
You can copy one instance to another. Don't forget to start each server using different ports (like 27015 other using 27025).
Use apt-get for other server-software (but I don't think you need any).
I use SSH for SFTP. SFTP is enabled by default; you can comment out the following line to disable it:
Subsystem sftp /usr/libexec/openssh/sftp-server.
Filezilla is a great (free) ftp-client for SFTP.
Maybe you should use one core for one instance of the game:
taskset -c 1 -p <process ID server>
use man taskset for further info
Good luck
Srcds CS:S setup:
http://forums.steampowered.com/forums/showthread.php?s=e2bc53cb757e8198485410753f7904f5&threadid=292495
Then install plugins like:
- Mani admin plugin
- Steambans
- Metamod
- zBlock
- Eventscripts
Write start/ stop/ update scripts to start the server.
You can copy one instance to another. Don't forget to start each server using different ports (like 27015 other using 27025).
Use apt-get for other server-software (but I don't think you need any).
I use SSH for SFTP. SFTP is enabled by default; you can comment out the following line to disable it:
Subsystem sftp /usr/libexec/openssh/sftp-server.
Filezilla is a great (free) ftp-client for SFTP.
Maybe you should use one core for one instance of the game:
taskset -c 1 -p <process ID server>
use man taskset for further info
Good luck