# How to Set a Password on Your RuneScape: Dragonwilds Server (/docs/runescape-dragonwilds/server-password)



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

Set a World Password [#set-a-world-password]

<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
    World Password=YourPassword
    ```

    Leave the value empty to make the server public. The world password supersedes any password stored in the world save file.
  </Step>

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

    Click **Save Content** and start from **Console**. Players are prompted for the password when joining.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/runescape-dragonwilds/configure-your-server)
* [Config Reference](/docs/runescape-dragonwilds/config-reference)
