0%
Loading...
NolimitHost

How to Kick or Ban Players on The Isle Evrima

Last updated: May 6, 2026

This guide shows you how to kick or ban disruptive players on your The Isle Evrima server. You can do this either through the in-game Admin Panel or remotely via RCON — a remote console that lets you send commands to your server without being in-game. This guide covers both methods.

Requirements

You must have admin privileges on your server before you can kick or ban players. If you have not set yourself as an admin yet, follow the Add Admins guide first.

Method 1: In-Game Admin Panel

  1. Connect to your server as an admin.
  2. Press the Insert key to open the Admin Panel, or press Enter and type /adminpanel.
  3. Find the player you want to action in the player list.
  4. Click Kick to remove the player from the session, or Ban to permanently block them.
Note: Banning a player via the Admin Panel adds them to your server's ban list and prevents them from reconnecting using the same Steam account.

Method 2: RCON Commands

If you prefer to moderate remotely without joining the server, you can use RCON commands directly from the Game Panel console. The commands below identify players by their SteamID64 — the long numeric ID for a Steam account (for example, 76561198106341655).

Kick a Player

kick SteamID64,Reason

Replace SteamID64 with the player's SteamID64 and Reason with a short explanation. Example: kick 76561198106341655,Breaking server rules

Ban a Player

ban Name,SteamID64,Reason,Duration

Replace Name with the player's in-game name, SteamID64 with their SteamID64, Reason with a short explanation, and Duration with how long the ban should last. Set the duration to 0 for a permanent ban. Example:
ban PlayerName,76561198106341655,Cheating,0

For the full list of RCON commands and setup instructions, see our RCON guide.

Tip: To retrieve a player's SteamID64 in-game, run the RCON command playerlist from the server console.