How to Whitelist Players on Your The Isle Evrima Server

Restrict your The Isle Evrima server to approved Steam IDs only with the whitelist system.

The whitelist restricts your server to specific players. When enabled, only Steam IDs on the list can join — everyone else is blocked, even if they have the password.

Enable the Whitelist

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 whitelist mode

bServerWhitelist goes under [/Script/TheIsle.TIGameSession]:

[/Script/TheIsle.TIGameSession]
bServerWhitelist=true

The WhitelistIDs entries go under a different section ([/Script/TheIsle.TIGameStateBase]) — see the next step.

Add Steam IDs

Under [/Script/TheIsle.TIGameStateBase], add each player's SteamID64 on its own line:

[/Script/TheIsle.TIGameStateBase]
WhitelistIDs=76561198000000001
WhitelistIDs=76561198000000002
WhitelistIDs=76561198000000003

Save and start

Click Save Content and start the server from Console.

Find a Player's SteamID64

Players can find their own ID at steamid.io — enter the Steam profile URL and copy the steamID64 value (a 17-digit number starting with 7656).

Manage the Whitelist Live (RCON)

You can add and remove whitelist entries without restarting using RCON commands:

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

See RCON Setup for connection details.

Disable the Whitelist

To open your server to all players (subject to password if set):

  • Set bServerWhitelist=false in Game.ini and restart, or
  • Run togglewhitelist via RCON 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 and donors

VIPs are added in the same [/Script/TheIsle.TIGameStateBase] section:

[/Script/TheIsle.TIGameStateBase]
VIPs=76561198099999999

See Admin Setup for details on VIPs.

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