# How to Change Your Soulmask Server Name (/docs/soulmask/rename-server)



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

<Steps>
  <Step>
    Open Startup [#open-startup]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Startup** in the sidebar.

    {/* Screenshot needed: Startup tab with SteamServerName variable */}
  </Step>

  <Step>
    Change the server name [#change-the-server-name]

    Find the **Server Name** variable (maps to `-SteamServerName`) and set it to your desired name.
  </Step>

  <Step>
    Restart [#restart]

    Restart from **Console**. The new name appears in the server browser.
  </Step>
</Steps>

You can also set this in `Engine.ini` at `WS/Saved/Config/LinuxServer/Engine.ini`:

```ini
[Dedicated.Settings]
SteamServerName=My Soulmask Server
```

Startup parameters take priority over Engine.ini if both are set.

Related Guides [#related-guides]

* [Server Configuration](/docs/soulmask/server-config)
