Last updated: August 17, 2026
This guide shows you how to use RCON (Remote Console) to run server commands and moderate your The Isle Evrima server remotely — directly from the Game Panel console or via an external RCON client — without needing to be in-game.
https://panel.nolimithost.cc/ and select your server.true.Once RCON is enabled, you can type any RCON command directly into the Console tab of the Game Panel and press Enter to execute it. To open it, click Console in the left sidebar of the panel.
Below is the full list of available The Isle Evrima RCON commands. Some commands need a player's SteamID64 — the long numeric ID for a Steam account (for example, 76561198106341655). You can find a player's ID by running the playerlist command.
| Command | Description |
|---|---|
playerlist | List all players currently connected to the server. |
kick SteamID64,Reason | Kick a player. Example: kick 76561198106341655,Toxic behavior |
ban Name,SteamID64,Reason,Duration | Ban a player. Set duration to 0 for permanent. Example: ban PlayerName,76561198106341655,Cheating,0 |
announce Message | Send a server-wide announcement. Example: announce Server restart in 10 minutes! |
directmessage SteamID64,Message | Send a private message to a player. |
save | Manually save the server world. |
pause | Toggle pause/unpause the server. |
serverdetails | Show detailed server information. |
getplayerdata SteamID64 | Get data for a specific player. Omit SteamID64 for all players. |
getqueuestatus | Get the current server queue status. |
getplayables | List all available playable dinosaur species. |
updateplayables DinoList | Update allowed playable species. Example: updateplayables Carnotaurus,Stegosaurus |
togglewhitelist | Toggle whitelist mode on or off. |
addwhitelist SteamID64 | Add a player to the whitelist. Example: addwhitelist 76561198106341655 |
removewhitelist SteamID64 | Remove a player from the whitelist. |
toggleai | Toggle AI dinosaur spawning on or off. |
toggleailearning | Toggle AI learning (official servers only). |
aidensity Value | Set AI spawn density. Example: aidensity 0.5 |
disableaiclasses ClassList | Disable specific AI classes. Example: disableaiclasses Class1,Class2 |
togglehumans | Toggle human player spawning. |
toggleglobalchat | Toggle the global chat channel. |
setgrowthmultiplier Value | Set the growth multiplier. Example: setgrowthmultiplier 2.0 |
togglegrowthmultiplier | Toggle the growth multiplier on or off. |
togglemigrations | Toggle dinosaur migrations. |
togglenetupdatedistancechecks | Toggle network update distance checks. |
wipecorpses | Remove all corpses from the server. |