# How to Set a Password on Your Voyagers of Nera Server (/docs/voyagers-of-nera/server-password)



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

<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 CustomHostUserSettings.ini [#edit-customhostusersettingsini]

    Click **Files** in the sidebar and open `BoatGame/Saved/PersistedData/CustomConfig/CustomHostUserSettings.ini`. Set:

    ```ini
    HostServerPassword=YourPassword
    ```

    Leave blank for no password (public).
  </Step>

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

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

Related Guides [#related-guides]

* [Server Configuration](/docs/voyagers-of-nera/server-config)
