Use these common Rust server commands from Web Console, RCON, or the in-game F1 console when your account has permission. This is a practical admin list, not every client/debug command Rust exposes. Use SteamID64 values for player commands, not display names, because display names can be duplicated or changed. You can find a SteamID64 with steamid.io.

Server and player commands

Command or settingWhat it does
statusShows connected players and server status.
serverinfoShows server information in JSON format.
say "message"Sends a server message.
server.saveForces a server save.
server.writecfgWrites users, bans, and some config changes to disk.
global.restart 300Schedules a restart countdown in seconds.
global.cancelrestartCancels a scheduled restart countdown.
usersLists owner and moderator entries.
banlistexShows the extended ban list.
kick STEAMID64 "reason"Kicks a player.
banid STEAMID64 "reason"Bans a player.
unban STEAMID64Removes a ban.

Admin access commands

Command or settingWhat it does
ownerid STEAMID64 "Name" "Reason"Adds a server owner.
moderatorid STEAMID64 "Name" "Reason"Adds a moderator.
removeowner STEAMID64Removes an owner.
removemoderator STEAMID64Removes a moderator.

uMod/Oxide commands

Command or settingWhat it does
oxide.pluginsLists loaded uMod/Oxide plugins.
oxide.reload PluginNameReloads one plugin after a config change.
oxide.grant user STEAMID64 permission.nameGrants one permission to one player.
oxide.grant group admin permission.nameGrants one permission to the admin group.
oxide.revoke user STEAMID64 permission.nameRemoves one permission from one player.
oxide.show user STEAMID64Shows a player's uMod permissions.

Common server.cfg settings

Command or settingWhat it does
server.hostname "Name"Sets the public server name.
server.description "Text"Sets the server browser description.
server.headerimage "URL"Sets the server browser banner image.
server.seed 12345Sets the procedural map seed.
server.worldsize 4000Sets the procedural map size.
server.pve trueEnables PvE mode.

For admin setup, use Making yourself admin on a Rust Server. For plugin permissions, use How to grant Oxide permissions.

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

Making yourself admin on a Rust Server

Rust admin access lets a trusted player run server commands, moderate players, save/write config...

How to join a Rust Server

Use the server address from your control panel to join your Rust server. This guide uses...

Installing Rust: IO on your Rust Server

Rust:IO is an older mapping/plugin ecosystem for Rust servers. On our Rust panel, Rust:IO is...

Wiping the world of your Rust server

Wiping and resetting a Rust server are the same basic workflow: remove the current saved data so...

Creating a custom command line for your Rust server

Rust command lines control startup-only options such as RCON, WebRCon, logs, map size, save...