# How to Change Your Space Engineers Server Name (/docs/space-engineers/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. The config is overwritten on shutdown — always stop first.
  </Step>

  <Step>
    Open the config [#open-the-config]

    Click **Files** in the sidebar and open `SpaceEngineers-Dedicated.cfg`.
  </Step>

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

    Find and change:

    ```xml
    <ServerName>My Space Engineers Server</ServerName>
    ```
  </Step>

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

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

> The server name may also be available via **Startup** in the panel sidebar.

Related Guides [#related-guides]

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