NolimitHost
Last updated: August 17, 2026
This guide shows you how to restrict your The Isle Evrima server to approved Steam IDs using the whitelist system. When enabled, only players on the list can join — everyone else is blocked, even if they have the password.
TheIsle/Saved/Config/LinuxServer/Game.ini.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.[/Script/TheIsle.TIGameStateBase], add each player's SteamID64 on its own line:
[/Script/TheIsle.TIGameStateBase]
WhitelistIDs=76561198000000001
WhitelistIDs=76561198000000002
WhitelistIDs=76561198000000003Players 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).
You can add and remove whitelist entries without restarting using RCON commands (see the RCON guide):
| Command | Description |
|---|---|
addwhitelist 76561198000000001 | Add a player to the whitelist |
removewhitelist 76561198000000001 | Remove a player |
togglewhitelist | Toggle whitelist on/off |
To open your server to all players (subject to password if set):
bServerWhitelist=false in Game.ini and restart, ortogglewhitelist via RCON to disable it immediately without a restart.| 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=76561198000000001
See the How to Add VIPs guide for details.
This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.