Banning a player permanently prevents them from joining your server until you remove the ban. This is useful for dealing with cheaters, griefers, or players who repeatedly break your server rules.
Banning an Online Player
- Navigate to the Wabbanode Control Panel and select your Rust server.
- Click the Console tab.

- Enter the following command:
ban "playername" "reason"
For example:
ban "Wabbaguy" "Cheating"
The player will be immediately banned and removed from the server.
Banning an Offline Player
To ban a player who is not currently online, you'll need their Steam ID.
- Visit SteamID.net and enter the player's Steam username or profile URL.
- Copy their SteamID64 (Dec) number.
- In the console, enter the following command:
banid "steamid" "playername" "reason"
For example:
banid "76561199811316573" "Wabbaguy" "Cheating"
Viewing Banned Players
To see a list of all banned players on your server, use:
banlist
Unbanning a Player
To remove a ban and allow a player to rejoin, use the following command with their Steam ID:
unban "steamid"
For example:
unban "76561199811316573"
You can also ban players using RustAdmin by right-clicking a player in the Players tab.
The player has been banned from your server. They will not be able to rejoin until you remove the ban using the unban command.

