Currently I have two srcds instances running on different ports, one is a TF2 server and the other is CSS
Code: Select all
screen -US tf2_server ./nemrun -nemlog runlogs/tf2_%Y%m%d%H%M%S.log -cleandownloads 10 -steamdir ../.. -srvdir sourcebase -corefile cores/tf2_%Y%m%d%H%M%S.core -autoupdate -game tf -port 27014 -maxplayers 20 +map ctf_2fort
Code: Select all
screen -US css_server ./nemrun -nemlog runlogs/css_%Y%m%d%H%M%S.log -cleandownloads 10 -steamdir ../.. -srvdir sourcebase -corefile cores/css_%Y%m%d%H%M%S.core -autoupdate -game cstrike -port 27015 -maxplayers 12 +map de_dust2
Code: Select all
srcds@seta00:~$ netstat -an | grep 2701
tcp 0 0 0.0.0.0:27015 0.0.0.0:* LISTEN
udp 0 0 0.0.0.0:27014 0.0.0.0:*
udp 0 0 0.0.0.0:27015 0.0.0.0:*