Menu
 

The Isle Evrima RCON & Admin Commands Guide

The Isle Evrima RCON and Admin Guide

RCON is the remote control path for an Evrima server. Admin promotion is a separate SteamID64 concern. Configure both deliberately, restart the server, and test with a harmless read or announcement before using moderation commands.

Enable RCON in Game.ini

[/Script/TheIsle.TIGameSession]
bRconEnabled=true
RconPort=8888
RconPassword=use-a-long-random-secret

The port above is a common self-hosted default, not a promise that every host uses it. On a managed server, use the port shown by the host and never expose the RCON password in a public screenshot or Discord channel. RCON is normally TCP; the game and query ports are a different path.

Grant admin by SteamID64

[/Script/TheIsle.TIGameStateBase]
AdminsSteamIDs=76561198000000000

WhitelistIDs=
VIPs=

Use the player's full 17-digit SteamID64, not a display name or Steam3 ID. Build references differ on whether the admin list is read from one section or mirrored into TIGameSession. If the ID is present but admin commands still fail, keep the same AdminsSteamIDs line under both sections in the active config, restart, and re-test.

Useful first tests

TestWhy run it first
playerlistConfirms the RCON connection without changing the world.
announce <text>Confirms the server can receive and broadcast a command.
saveUse before maintenance or a risky configuration change.
kick <player> / ban <steamid>Moderation actions; verify the target before sending.
toggleai / aidensity <value>Useful performance tests, but record the original value first.

Command names and permissions can change with Evrima builds. If a command is rejected, check TheIsle/Saved/Logs/TheIsle.log and the current server build rather than pasting an old Legacy command list.

Security rule: RCON is equivalent to server ownership. Use a unique password, restrict the TCP port to trusted networks where possible, and rotate it after sharing it accidentally.

Need admin tools without maintaining the underlying service? Run The Isle on managed hosting.

Tired of fighting this issue every patch?

Run a managed The Isle server with us. We handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See The Isle hosting plans →
Top