0%
Loading...
NolimitHost

How to Add a Discord Server Link to Your The Isle Evrima Server

Last updated: August 17, 2026

This guide shows you how to add your Discord server invite link to your The Isle Evrima server, so players can join your community from the in-game server browser. When set up, players see the link in the server details panel before they connect.

Get a Permanent Discord Invite Link

  1. In Discord, right-click your server channel → Invite People.
  2. Click Edit invite link, set Expire after to Never and Max number of uses to No limit.
  3. Copy the generated link.
Important: Use a permanent invite link (e.g. https://discord.gg/xxxxxx). Temporary links expire, and players who try to join after expiry will get an error.

Add the Discord Link to Game.ini

  1. Stop the server — Log in to the NolimitHost Game Panel, select your server, and stop it first. This is important so the server doesn't overwrite your changes when it shuts down.
  2. Open the File Manager — In the left sidebar, click File Manager and navigate to TheIsle/Saved/Config/LinuxServer/Game.ini.
  3. Set the Discord field — Under [/Script/TheIsle.TIGameSession], find or add the Discord line:
    [/Script/TheIsle.TIGameSession]
    Discord=https://discord.gg/yourinvitecode
    Don't wrap the link in quotes — Evrima reads it as plain text after the =.
  4. Save and start — Save the file and start the server from the Console. The Discord link now appears in the server details for any player browsing your server.

Where Players See the Link

LocationWhen
Server browser detail panelWhen a player clicks your server in the Unofficial browser.
Server info screenAfter joining, in the server info popup.
Some third-party server toolsTools that read Evrima server metadata.

Common Mistakes

MistakeFix
Used a temporary inviteSet the invite to Never expire in Discord settings.
Wrapped the link in quotesRemove the quotes — Discord=https://... not Discord="https://...".
Set the wrong sectionMake sure the line is under [/Script/TheIsle.TIGameSession], not a different section.
Server overwrote the changeAlways stop the server before editing — Evrima rewrites configs on shutdown.
Players say the link is brokenDouble-check the link works from a fresh browser. Discord invites can be revoked if the original creator leaves the server.

Removing the Discord Link

To remove the link entirely, delete the Discord line from Game.ini:

[/Script/TheIsle.TIGameSession]
Discord=

Or just delete the whole Discord= line, then save and restart.