# How to Rename Your Vintage Story Server (/docs/vintage-story/rename-server)



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

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

<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>
    Edit serverconfig.json [#edit-serverconfigjson]

    Click **Files** in the sidebar and open `serverconfig.json`. Set `ServerName`:

    ```json
    "ServerName": "My Vintage Story Server"
    ```

    Or change it live without restarting: `/serverconfig ServerName "My Vintage Story Server"`
  </Step>

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

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

Related Guides [#related-guides]

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