http://danielgibbs.co.uk/lgsm/cssserver/
https://github.com/dgibbs64/linuxgameservers
status
Server status, list of player names
changelevel <mapname>
Switch to the given map name
changelevel_next
Switch to the next map in the map list
maps *
List map names
bot_add
add a bot to the game
bot_add_t
add a bot to the t team
bot_add_ct
add a bot to the ct team
bot_difficulty <difficulty>
Set the bot difficulty. 0=easy 1=normal
2=hard 3=expert
bot_kick
remove all bots from the server
bot_kill
kill all bots on the server
bot_chatter <level>
Set bot chatter to off, radio, minimal, normal
sv_alltalk <0/1>
Set to 1 to allow teams to hear each other talk, 0
they can\'t.
mp_autoteambalance <0/1>
Set to 1 to auto-balance nplayers on teams, 0
to not.
mp_limitteams <int>
Set the maximum difference between nplayers on the
two teams.
mp_forcecamera <0/1/2>
Set to 0 to allow dead to spectate all players,
1 to spectate own team, and 2 to go to black screen.
To execute commands on a remote server, you must use the remote console
(rcon) system. First, you must supply the server password with the
command rcon_password <password>
, then you can execute any command
from above on the server by typing rcon
before it.
Installed with:
http://danielgibbs.co.uk/lgsm/ut2k4server/
You may need to follow the instructions for Debian to make the i386 libs available, and then make sure to apt-get update. Also, install unzip.
I have the firewall block the webadmin port. Use an ssh tunnel to access it:
ssh -L 8075:localhost:8075 ubuntu@<server IP>
Now go to localhost:8075 in a browser. The username is admin
.