# How to Set a Password on Your V Rising Server (/docs/v-rising/server-password)



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**, navigate to `VRisingServer_Data/StreamingAssets/Settings/` and open `ServerHostSettings.json`.
  </Step>

  <Step>
    Set the password [#set-the-password]

    ```json
    "Password": "YourPassword"
    ```

    To remove the password:

    ```json
    "Password": ""
    ```
  </Step>

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

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

Related Guides [#related-guides]

* [Server Configuration](/docs/v-rising/server-config)
* [Connect to Your Server](/docs/v-rising/join-server)
