# How to Change Your SCUM Server Name (/docs/scum/rename-server)



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

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

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

  <Step>
    Open ServerSettings.ini [#open-serversettingsini]

    Click **Files** in the sidebar and open `ServerSettings.ini`.
  </Step>

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

    Find `ServerName` and set it:

    ```ini
    ServerName=My SCUM Server
    ```
  </Step>

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

    Click **Save Content** and start from **Console**. The new name appears in the server browser immediately.
  </Step>
</Steps>

> The server name may also be configurable via **Startup** in the panel sidebar, which is faster for quick changes.

Related Guides [#related-guides]

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