All Game Host Bros Renown servers support RCON, and commands can be run directly through the server Console. Here's how to use RCON on your Renown server, along with a list of every command available to you.
Using RCON Commands
- 1Log in to Bropanel and select your server.
- 2In the sidebar, go to
Console. - 3Type your desired command and press
Enter.
Available Commands
| Command | Description |
|---|---|
addadmin [steamId] | Adds a new admin to the save. |
banplayer [steamId] | Bans a player from your server using their Steam ID. |
broadcast [message] | Sends an admin announcement to everyone on your server. |
changemap [map] | Switches your server to the map you name. |
con [command] | Runs a console command on the server. |
directmessage [target] [message] | Sends a direct message to a single player by name or ID. |
DoExit | Saves your server and then tries to exit. |
getadminwhitelist | Shows every whitelisted admin. |
getbanlist | Shows every banned ID. |
getchat | Returns the chat buffer for your session. It's meant to be called repeatedly, and takes an optional interval in seconds. |
getdeltaseconds | Shows the last 5 seconds of tick times. |
getworldinfo | Shows the relevant performance data for your world. |
help | Shows every available command. |
kickplayer [steamId] | Kicks a player from your server using their Steam ID. |
listmaps | Lists every map on your server. |
listplayers | Same as playerlist. |
mute [playerId] | Mutes a player using their ID. |
playerlist | Lists everyone on your server with their ID, score and ping. Add kit to include player kits. |
pm | Same as directmessage. |
profile | Starts profiling your server. |
queryserverhealth | Shows your server's tick time and player count. |
removeadmin [steamId] | Removes an admin from the save. |
saveworld | Starts a save. |
serverchat [message] | Sends a chat message as though you were playing on the server. |
setserverwipetime [unixSeconds] | Sets the survival wipe date, given as a Unix timestamp in seconds. |
timedilation [value] | Sets the global game speed. |
unbanplayer [steamId] | Removes the ban on a player using their Steam ID. |
upload_server_queue_priority_list [steamIds] | Takes a comma separated list of Steam IDs and gives those players priority in the server queue. |
wipenow | Saves your server and then wipes it immediately. |
