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.
Enable whitelist mode
bServerWhitelist goes under [/Script/TheIsle.TIGameSession]:
[/Script/TheIsle.TIGameSession]
bServerWhitelist=trueThe 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=76561198000000003Save 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:
| Command | Description |
|---|---|
addwhitelist 76561198000000001 | Add a player to the whitelist |
removewhitelist 76561198000000001 | Remove a player |
togglewhitelist | Toggle 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=falseinGame.iniand restart, or - Run
togglewhitelistvia RCON to disable it immediately without a restart
VIPs vs Whitelist
| Feature | Whitelist | VIP |
|---|---|---|
| Can join when server is full? | No | Yes — skips queue |
| Blocks non-listed players? | Yes | No |
| Use case | Private / allowlist servers | Reward regulars and donors |
VIPs are added in the same [/Script/TheIsle.TIGameStateBase] section:
[/Script/TheIsle.TIGameStateBase]
VIPs=76561198099999999See Admin Setup for details on VIPs.
Related Guides
How is this guide?

How to Configure Dynamic Weather on Your The Isle Evrima Server
Enable or disable the dynamic weather system on your The Isle Evrima dedicated server using bServerDynamicWeather in Game.ini or the panel toggle.
How to Wipe & Reinstall Your The Isle Evrima Server
Reset player progress on your The Isle Evrima server or perform a full reinstall.