In this tutorial, we will see how to kick/eject a player from your Rust server, thanks to the kick command. To kick a player, you will need either its username or its STEAM ID.
Kick a player
- Go to the live console on your server's dashboard or use the in-game console
- List the players using the
players
command. - To kick a player, fetch its STEAM ID or its username thanks to the result of the previous command and type
kick 'player_name_or_steam_id' 'optional_reason'
Kick all the players
There is a command to kick every player connected: the killall
command.
You can use it if you need to quickly kick all the players.