RCON Commands Reference

Guide to using the RCON console and common server commands.

Updated 2026-03-07 rconcommandsconsole

The RCON console in GameSentry lets you execute server commands directly from your browser. Commands are game-specific — refer to your game's documentation for the full command list.

Using the Console

1

Open a server from your dashboard.

2

Navigate to the RCON Console tab.

3

Type a command in the input field and press Enter or click Send.

4

The server response appears in the console output above.

5

Use the history arrows to recall previous commands.

Common Rust Commands

CommandDescription
statusShow server status and connected players
say "message"Send a message to all players in chat
kick steamid "reason"Kick a player from the server
ban steamid "reason"Ban a player from the server
unban steamidRemove a ban for a player
oxide.reload PluginNameReload an Oxide/uMod plugin
server.saveForce a server save
server.writecfgWrite current configuration to file
teleport.topos steamid x y zTeleport a player to coordinates
inventory.giveto steamid itemid amountGive an item to a player

You can also execute RCON commands through automation triggers. Set up rules to automatically execute commands when specific events occur (e.g., welcome messages when players join).

RCON commands execute with full server admin privileges. Be careful with destructive commands. GameSentry logs all commands sent through the console for audit purposes.