NolimitHost
Last updated: August 17, 2026
This guide shows you how to add or remove a join password on your The Isle Evrima server to keep it private. A server password prevents random players from joining — useful for private community servers and testing.
TheIsle/Saved/Config/LinuxServer/Game.ini.[/Script/TheIsle.TIGameSession], set both:
[/Script/TheIsle.TIGameSession]
bServerPassword=true
ServerPassword=YourPasswordHere
The password is case-sensitive. Avoid spaces — some clients have trouble with them.To make your server public again:
bServerPassword to false:
[/Script/TheIsle.TIGameSession]
bServerPassword=false
You can leave ServerPassword= set to a value — it's simply not enforced when bServerPassword=false. This lets you re-enable the password later by flipping the flag.| Feature | Password | Whitelist |
|---|---|---|
| How it works | Anyone with the password can join | Only specific Steam IDs can join |
| Best for | Semi-private communities | Fully private / invite-only |
| Easy to share | Yes — one password for everyone | No — each player added individually |
| Risk | Password can be leaked | Steam IDs are unique to each player |
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.