How Rust RCON is used
Rust server admins use RCON to run commands such as kicking or banning players, reading server output, checking status, and managing operational tasks from outside the game.
Rust RCON is the remote console connection that lets server owners and moderators send admin commands to a Rust server without being inside the game client.
Focused context for the admin workflow behind this page, written for server owners who need clarity before they act.
Rust server admins use RCON to run commands such as kicking or banning players, reading server output, checking status, and managing operational tasks from outside the game.
Raw RCON is powerful but easy to misuse when commands are separated from player history, logs, and chat. RustCommander places RCON next to moderation context so admins can act with more confidence.
Frequently used RCON commands in Rust include: banning a player by SteamID, kicking a player, checking the current online player list, granting and revoking Oxide/uMod group membership for VIP or moderator roles, and querying server health. A web RCON dashboard surfaces these commands with autocomplete and keeps a log of each one executed.
Rust supports both WebSocket RCON (the current standard, used since 2018) and the older WebRCON protocol. Most modern admin tools connect over WebSocket RCON, which is more reliable and supports larger payloads. RustCommander uses WebSocket RCON to connect to your server.
RCON credentials give full control over the server. Best practices include using a strong, unique RCON password, never sharing it in Discord, and using a web panel that stores credentials server-side rather than in a browser. RustCommander stores RCON credentials per server so moderators can run commands without ever seeing the password.
Open RustCommander, add your first server, install the Oxide / uMod bridge, and keep RCON, players, maps, plugins, logs and VIP roles in one place.
Each page is part of the same product surface, so Google and admins can understand the full RustCommander structure.