# How to Rename Your The Isle Evrima Server (/docs/the-isle-evrima/rename-server)



import { Step, Steps } from 'fumadocs-ui/components/steps';

The server name appears in the in-game **Unofficial** server browser. Pick something unique and descriptive so players can find it.

<Steps>
  <Step>
    Stop the server [#stop-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and stop the server.
  </Step>

  <Step>
    Open Game.ini [#open-gameini]

    Click **Files** in the sidebar and navigate to:

    ```
    TheIsle/Saved/Config/LinuxServer/Game.ini
    ```
  </Step>

  <Step>
    Set the server name [#set-the-server-name]

    Under `[/Script/TheIsle.TIGameSession]`:

    ```ini
    [/Script/TheIsle.TIGameSession]
    ServerName="My Awesome Evrima Server"
    ```
  </Step>

  <Step>
    Save and start [#save-and-start]

    Click **Save Content** and start the server from **Console**.
  </Step>
</Steps>

> **Tip:** The server name may also be available as a **Startup** variable in the panel sidebar — that's faster for quick changes.

Naming Tips [#naming-tips]

* **Include your region** — `[US East]`, `[EU]`, `[AU]` helps players find low-ping servers
* **Mention your playstyle** — `Realism`, `Casual`, `Modded`, `PvE`
* **Note your growth rate** — `2x Growth`, `Vanilla Growth`
* **Add your community name** — for brand recognition

Examples [#examples]

* `[US East] Apex Realm — Realism PvP`
* `[EU] Evrima Sanctuary — 2x Growth | Whitelist`
* `[AU] Dino Down Under — Casual PvE`

Related Guides [#related-guides]

* [Server Configuration](/docs/the-isle-evrima/server-config)
* [Set a Password](/docs/the-isle-evrima/server-password)
