Menu
 

The Isle Evrima Game.ini Configuration Guide: ServerName, Slots & AI

The Isle Evrima Game.ini Configuration Guide

Evrima reads its main dedicated-server settings from TheIsle/Saved/Config/<platform>Server/Game.ini. On Linux that is normally LinuxServer; on Windows it is WindowsServer. Stop the server before editing and restart it after every change.

Use the right section header

Unreal configuration is forgiving in the wrong way: a misspelled section or key can be ignored and leave the old default in place. Start with the exact section spelling below:

[/Script/TheIsle.TIGameSession]
ServerName=My Evrima Server
MaxPlayerCount=50
MapName=Gateway
bServerPassword=false
ServerPassword=
bServerWhitelist=false
bSpawnAI=true
AIDensity=1
AISpawnInterval=40
GrowthMultiplier=1

Settings that most often cause tickets

KeyWhat it controlsSafe troubleshooting move
ServerNameName shown in the browser.Use a short unique name while testing.
MaxPlayerCountPlayer slot cap, not a performance guarantee.Lower it if tick rate or memory pressure appears at peak.
MapNameActive Evrima map, commonly Gateway.Keep it consistent with the installed build and saved state.
bServerPassword / ServerPasswordPrivate-server join gate.Change both deliberately; an empty password is not a useful test.
bSpawnAI / AIDensityAI availability and population pressure.Reduce density before raising hardware or slots.
GrowthMultiplierDinosaur growth pacing.Change it only with a community policy; it changes progression.

When a setting appears ignored

  1. Confirm you edited the server's active LinuxServer or WindowsServer file, not the client config.
  2. Check capitalization and the section header.
  3. Stop the process completely, save the file, and restart.
  4. Verify the result in the browser or log; do not infer success from a saved text file.

For admin IDs, RCON and whitelist entries, use the dedicated RCON and admin guide. For AI-heavy servers, see performance and slot sizing.

Supercraft customers can use the panel configuration surface and restart workflow instead of editing files directly. Host The Isle Evrima with Supercraft.

Tired of fighting this issue every patch?

Run a managed The Isle server with us. We handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See The Isle hosting plans →
Top