Commands for Rust

Print
  • 5

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.


Was this answer helpful?

Related Articles

« Back

Follow us on Social Media

Stay in the loop! Follow our social media accounts and stay up-to-date with the latest news, announcements, tips & tricks and behind-the-scenes insights!