NolimitHost
Last updated: August 17, 2026
This guide shows you how to add VIP players to your The Isle Evrima server. VIPs bypass the join queue when your server is full — great for rewarding donors, regulars, or trusted community members without giving them admin powers.
When your server has bQueueEnabled=true and is at its max player count, new players go into a join queue. VIPs skip the queue entirely and connect immediately, even if the server is full.
7656. You can:
playerlist via RCON.TheIsle/Saved/Config/LinuxServer/Game.ini.[/Script/TheIsle.TIGameStateBase], add one line per VIP:
[/Script/TheIsle.TIGameStateBase]
VIPs=76561198000000001
VIPs=76561198000000005
VIPs=76561198000000009Edit Game.ini, delete the player's VIPs= line, save, and restart the server.
When a VIP tries to join a full server, they should connect immediately instead of being placed in the queue. Check:
1 temporarily, fill the server, then have a VIP try to join.getqueuestatus via RCON to see queue position vs VIP bypasses.These three lists serve different purposes. A player can be on multiple lists — e.g., an admin who's also a VIP gets both queue bypass and RCON access.
| List | Purpose | Effect |
|---|---|---|
VIPs | Donors / regulars | Bypass queue when server is full |
WhitelistIDs | Approved players only | Required to connect at all (when whitelist enabled) |
AdminsSteamIDs | Server admins | Can use RCON commands |
| Problem | Fix |
|---|---|
| VIP still stuck in queue | Verify the SteamID64 is correct (17 digits, starts with 7656). Check that bQueueEnabled=true is set. |
| Wrong section | The VIPs= lines must be under [/Script/TheIsle.TIGameStateBase], not a different section. |
| Server overwrote my edit | Always stop the server before editing Game.ini — Evrima rewrites configs on shutdown. |
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.