Kicking a player removes them from your server immediately but does not prevent them from rejoining. This is useful for dealing with minor disruptions or asking a player to reconnect.
Finding Online Players
Before kicking a player, you may need to find their exact name. Use the status command in the console to see all connected players:
status
This will display a list of all online players with their names and Steam IDs.
Kicking a Player
- Navigate to the Wabbanode Control Panel and select your Rust server.
- Click the Console tab.

- Enter the following command:
kick "playername" "reason"
For example:
kick "Wabbaguy" "Please rejoin to fix connection issues"
The player will be immediately removed from the server and shown your kick reason.
You can also kick players using RustAdmin by right-clicking a player in the Players tab.
The player has been kicked from your server. If you need to prevent them from rejoining, see How to Ban and Unban Players on Your Rust Server.

