How to Set Up RCON on Your The Isle Evrima Server

Enable RCON on your The Isle Evrima server and connect with a custom Evrima RCON client. Standard Source RCON tools won't work.

RCON is the only way to send admin commands on Evrima — there's no in-game admin console. Configuring RCON is essential for any server with admins.

Critical: The Isle uses a custom RCON protocol, not the standard Source RCON. Tools like mcrcon, rcon-cli, or RCON Web Admin will not work. You need an Evrima-specific RCON client.

Enable RCON

Stop the server

In the XGamingServer Panel, go to Console and stop the server.

Open Game.ini

Click Files in the sidebar and navigate to:

TheIsle/Saved/Config/LinuxServer/Game.ini

Enable RCON

Under [/Script/TheIsle.TIGameSession], set:

[/Script/TheIsle.TIGameSession]
bRconEnabled=true
RconPassword=YourStrongPassword
RconPort=8888

Use a strong password — RCON gives full server admin control.

Save and start

Click Save Content and start the server from Console. The RCON listener becomes available once the server is fully started.

Compatible RCON Clients

These community tools support Evrima's custom RCON protocol:

ToolPlatformNotes
TheIsleEvrimaRconWindows (C#/.NET 8)Most popular, GUI-based
evrima.rconCross-platform (TypeScript/Node)CLI and library
The Isle ManagerWebFull management suite

Connect via RCON

Get the connection details

FieldValue
HostYour server IP (from Network in the panel)
PortRCON port (default 8888)
PasswordYour RCON password from Game.ini

Connect with a client

Open your chosen RCON client and enter the connection details. You should see a connected status.

Test with a command

Send Announce Hello to broadcast a message to all connected players. If they see it in chat, RCON is working.

Key RCON Commands

CommandDescription
playerlistList connected players
getplayerdataPlayer stats (class, growth, health, location)
serverdetailsShow server configuration
save [backupName]Force save (optional backup name)
kick <playerId>,<reason>Kick a player
ban <playerId>,<reason>Ban a player
announce <message>Broadcast to all players
toggleai <0/1>Toggle AI spawning
aidensity <0.0–1.0>Set AI density live
updateplayables <class:enabled/disabled>Toggle individual species
setgrowthmultiplier <value>Change growth rate live
wipecorpsesRemove all dead body actors
togglewhitelistEnable/disable whitelist live
addwhitelist <SteamID64>Add player to whitelist
removewhitelist <SteamID64>Remove from whitelist

See Admin Commands for the complete list.

Common Issues

ProblemFix
"Connection refused"Verify bRconEnabled=true and the port matches. Check that TCP 8888 is open
"Invalid password"The password is case-sensitive. Check for stray quotes or spaces in Game.ini
Standard RCON tool failsEvrima uses a custom protocol — use one of the clients listed above
Connects but commands don't workMake sure your SteamID64 is in AdminsSteamIDs in Game.ini

How is this guide?

40% Off — Limited TimeGet your The Isle Evrima server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page