RCON Commands CoD 4
Basics
/rcon login Password
This command is used to log in to the server with a previously set password.
/rcon say [Text]
This command sends a message to all players on the server.
/rcon status
Displays information about all players on the server (including the ID used to kick/ban a player).
Map Commands
/rcon map mapname
This command allows you to change the map.
/rcon map_rotate
This command loads the next map specified in the sv_maprotation.
/rcon map_restart
Reloads the current map.
/rcon fast_restart
Restarts the current map.
Kicking and Banning Players
/rcon kick name
Kicks a player from the server by their name.
/rcon clientkick id
Kicks a player from the server by their ID.
/rcon banUser name
Permanently bans a player by their name.
/rcon banClient id
Permanently bans a player by their ID.
/rcon tempBanUser name
Kicks and temporarily bans a player by their name.
/rcon tempBanClient id
Kicks and temporarily bans a player by their ID.
Time is set using the sv_kickBanTime variable.