How to Kick and Ban Players on The Isle Evrima
Remove and ban disruptive players from your The Isle Evrima server using in-game commands, RCON, or the admin panel.
Keeping your server clean of rule-breakers is essential for a healthy community. Here are all the ways to kick and ban players on your Evrima server.
Prerequisites
You must be set up as an admin before you can kick or ban players.
See Adding Admins if you haven't done this yet.
Method 1: In-Game Admin Panel
The fastest way to take action while you are playing.
Open the Admin Panel
Press Insert in-game, or type /adminpanel in chat.
Find the Player
Browse the player list or use / to search by name.
Kick or Ban
- Click on a player and select Kick to remove them temporarily
- Select Ban to permanently block them from the server
Method 2: Chat Commands
Type these directly in the in-game chat:
| Command | Description |
|---|---|
/kick [PlayerName] | Kick a player (they can reconnect) |
/ban [PlayerName] | Permanently ban by name |
/slay [PlayerName] | Kill the player's dinosaur without kicking |
Method 3: RCON Commands
Use RCON to kick and ban without being in-game. Run these from the Console tab in the panel or via a remote RCON client:
kick 76561198000000001,Toxic behavior
ban PlayerName,76561198000000001,Cheating,0Ban command format: ban [Name],[SteamID64],[Reason],[Duration]
| Parameter | Description |
|---|---|
Name | Player's in-game name |
SteamID64 | Player's Steam64 ID |
Reason | Reason for the ban (shown to player) |
Duration | Duration in seconds (0 = permanent) |
Examples:
; Permanent ban
ban ToxicPlayer,76561198000000001,Harassment,0
; 24-hour ban (86400 seconds)
ban ToxicPlayer,76561198000000001,Spamming,86400
; 7-day ban (604800 seconds)
ban ToxicPlayer,76561198000000001,Cheating,604800Unbanning a Player
To unban a player via RCON:
unban 76561198000000001Or use the in-game admin panel and search for the player in the ban list.
Finding a Player's Steam64 ID
You need the Steam64 ID to ban reliably (name-based bans can be evaded by changing display names).
- Use the RCON command
playerlistto see all connected players with their Steam IDs - Or use
getplayerdata 76561198000000001to look up a specific player
Best Practices
- Always warn before kicking — use
/announceto post a public warning first - Use Steam ID for bans — not just names, which can be changed
- Log your bans — keep a record in your Discord for reference and appeals
- Give reasons — they are shown to the banned player and help with transparency
For all available admin commands, see the Admin Commands guide.
How is this guide?
