Whitelisting Players on The Isle Evrima

Restrict your The Isle Evrima server to approved players only using the whitelist system.

The whitelist lets you restrict your server to approved players only. When enabled, only Steam IDs on your whitelist can join — everyone else is blocked.


Enabling the Whitelist

Stop Your Server

Access the XGamingServer Panel and stop your server.

Open Game.ini

Go to Files/TheIsle/Saved/Config/LinuxServer/Game.ini

Enable Whitelist and Add Players

Under [/script/theisle.tigamesession], enable the whitelist:

[/script/theisle.tigamesession]
bServerWhitelist=true

Then under [/script/theisle.tigamestatebase], add each whitelisted player's Steam64 ID on its own line:

[/script/theisle.tigamestatebase]
WhitelistIDs=76561198000000001
WhitelistIDs=76561198000000002
WhitelistIDs=76561198000000003

Save and Restart

Save the file and restart your server. The whitelist is now active.


Finding a Steam64 ID

You need the Steam64 ID (a 17-digit number) for each player you want to whitelist.

Players can find their own Steam64 ID at steamid.io — just enter their Steam profile URL and copy the steamID64 value.


Managing the Whitelist via RCON

You can add and remove whitelist entries in real time without restarting the server using RCON commands:

CommandDescription
addwhitelist 76561198000000001Add a player to the whitelist
removewhitelist 76561198000000001Remove a player from the whitelist
togglewhitelistToggle whitelist on/off without restarting

See the RCON guide for how to use RCON commands.


Disabling the Whitelist

To open your server to all players again, either:

  • Set bServerWhitelist=false in Game.ini and restart, or
  • Use togglewhitelist in the RCON console to disable it immediately without a restart

VIPs vs Whitelist

FeatureWhitelistVIP
Can join when server is full?NoYes — skips queue
Blocks non-listed players?YesNo
Use casePrivate / allowlist serversReward regulars / donors

To add VIPs, see the Adding Admins guide — VIP IDs are added in the same section of 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