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
Open a server from your dashboard.
Navigate to the RCON Console tab.
Type a command in the input field and press Enter or click Send.
The server response appears in the console output above.
Use the history arrows to recall previous commands.
Common Rust Commands
| Command | Description |
|---|---|
| status | Show 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 steamid | Remove a ban for a player |
| oxide.reload PluginName | Reload an Oxide/uMod plugin |
| server.save | Force a server save |
| server.writecfg | Write current configuration to file |
| teleport.topos steamid x y z | Teleport a player to coordinates |
| inventory.giveto steamid itemid amount | Give 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.