RUSTLY

Rust Admin Commands

26 Rust admin commands with syntax and examples. Filter below, or open any command for full details.

search
CommandDescriptionType
owneridGrant full owner/admin access (auth level 2).Admin
moderatoridGrant moderator access (auth level 1).Admin
removeownerRemove a player's owner access.Admin
godToggle godmode (no damage). Requires admin.Admin
noclipFly through walls/terrain. Toggle in console.Admin
teleportTeleport one player to another.Admin
teleport2meBring a player to your position.Admin
teleportposTeleport yourself to coordinates.Admin
inventory.giveGive yourself an item.Admin
inventory.givetoGive an item to a specific player.Admin
inventory.giveallGive an item to all players.Admin
spawnSpawn an NPC or entity.Admin
kickKick a player from the server.Admin
banPermanently ban a player by name.Admin
banidBan a player by SteamID.Admin
unbanRemove a ban.Admin
mutevoiceMute a player's voice chat.Admin
mutechatMute a player's text chat.Admin
saveForce an immediate world save.Admin
server.writecfgSave current server settings to config.Admin
restartRestart the server with a countdown.Admin
env.timeSet the in-game time of day.Admin
weather.rainSet rainfall intensity.Admin
weather.fogSet fog density.Admin
heli.callSpawn the attack helicopter.Admin
supply.callTrigger a supply drop at your position.Admin

26 commands

Frequently Asked Questions

What is the teleport command in Rust?expand_more

The admin teleport commands are: teleport "name1" "name2" to teleport one player to another, teleport2me "name" to bring a player to your position, and teleportpos "x y z" to teleport yourself to exact coordinates. All three require admin or owner auth on the server.

Can normal players teleport in Rust?expand_more

Not on vanilla servers — teleporting is admin-only, so regular players can't use teleport "name1" "name2" or teleportpos "x y z". Community servers often add player teleports (home and teleport-request commands) through Oxide/uMod plugins, which is a server-side choice, not a base-game feature.