# How to Change Your Icarus Server Name (/docs/icarus/rename-server)



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

The server name shown in the Icarus server browser is set via the `-SteamServerName` **startup parameter**, not the `SessionName` field in ServerSettings.ini.

> `SessionName` in ServerSettings.ini is currently broken and does not affect the browser name. Use the startup parameter instead.

Change the Server Name [#change-the-server-name]

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

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

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

    Find the **Server Name** variable (or the field mapped to `-SteamServerName`) and enter your desired name. Maximum 64 characters.
  </Step>

  <Step>
    Restart the server [#restart-the-server]

    Restart from **Console** for the change to take effect.
  </Step>
</Steps>

Related Guides [#related-guides]

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