The Isle Evrima Server Won't Start
If the server process exits immediately, never reaches the browser, or appears to run without accepting connections, start with the EOS and launcher path. Evrima is not fully ready just because a wrapper created a process.
Check Engine.ini first
On a Linux dedicated server, inspect:
TheIsle/Saved/Config/LinuxServer/Engine.ini
The file needs the Epic Online Services section supplied by the dedicated-server build or your host:
[EpicOnlineServices]
DedicatedServerClientId=<server-client-id>
DedicatedServerClientSecret=<server-client-secret>
Do not copy real credentials from another community server or publish them in a guide. If the values are missing, malformed, or the server is reading a different platform directory, EOS registration can fail before the server becomes discoverable.
Read the engine log, not only the wrapper
| Path | What it tells you |
|---|---|
TheIsle/Saved/Logs/TheIsle.log | EOS authentication, config parsing, map load and listen/registration messages. |
| Process-control/stdout log | Whether the host wrapper launched or stopped the process. |
TheIsle/Saved/Config/LinuxServer/ | Whether the active platform config exists where the binary expects it. |
Linux launcher gotcha
Older Windows tutorials often launch a different wrapper or append a Windows-style map URL. The native Linux server needs the project name and server flags in the host's launch path. A managed Supercraft install uses the tested launcher and passes the assigned game and query ports; do not replace it with a copied Windows command.
Recovery order
- Stop the server fully.
- Back up
TheIsle/Saved/. - Confirm the active branch is Evrima and the config directory is
LinuxServeron Linux. - Restore only a known-good EOS block or let the managed installer regenerate it.
- Start once and inspect the first new
TheIsle.log.
If the log shows clean EOS registration but players still cannot join, move to the connection-timeout guide rather than deleting saves.
Run The Isle Evrima on managed hosting with the install and startup path maintained for you.