What are some rcon commands?

Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 12945
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

What are some rcon commands?

Post by Edge100x »

Any setting from the LevelRotation.xml file, such as gl_time, can also be issued as an rcon/XML-RPC command (such as through the "Server control" page tool). Here are some other commonly used commands:

status - Gives a list of the players in the server, time left in the current match, and other information.
kick cx connectionid: Kicks the player with the specified connection ID.
kick id profileid: Kicks the player with the specified profile ID.
kick player - Kicks the player with the specified name.
ban profileid time-in-seconds - Bans a player for the specified time (0 for a permanent ban).
gl_startgame - Forcibly starts the next map (ending the lobby wait)
map mapname - Changes to the specified map
startplaylist type__variant - Starts running a predefined type and variant combination.
g_messageoftheday "text" - Sets the MOTD to the desired text.
g_serverimageurl imageURL - Changes the image URL to a .jpg or .png file of your choosing (128x128).
Post Reply