# How to Rename Your RuneScape: Dragonwilds Server (/docs/runescape-dragonwilds/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 the config [#edit-the-config]

    Click **Files** in the sidebar and open `RSDragonwilds/Saved/Config/Linux/DedicatedServer.ini`. Set:

    ```ini
    Server Name=My Dragonwilds World
    ```

    Or change it in the **Startup** tab if the variable is exposed there.
  </Step>

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

    Click **Save Content** and start from **Console**. Players find the server by this name in the browser (case-sensitive search).
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/runescape-dragonwilds/configure-your-server)
