# How to Rename Your V Rising Server (/docs/v-rising/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 ServerHostSettings.json [#open-serverhostsettingsjson]

    Click **Files** in the sidebar. Navigate to `VRisingServer_Data/StreamingAssets/Settings/` and open `ServerHostSettings.json`.
  </Step>

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

    Find and change:

    ```json
    "Name": "My V Rising Server"
    ```
  </Step>

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

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

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

Related Guides [#related-guides]

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