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

  1. Go to the live console on your server's dashboard or use the in-game console
  2. List the players using the playerscommand.
  3. 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 killallcommand.

You can use it if you need to quickly kick all the players.