# How to Set a Password on Your Veloren Server (/docs/veloren/set-a-password)



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

Here is how to set a password on your Veloren server.

Setting a Server Password [#setting-a-server-password]

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and stop your Veloren server.
  </div>

  <div className="fd-step">
    Open the Settings File [#2-open-the-settings-file]

    In the sidebar, go to `Files` and open the `settings.ron` file.
  </div>

  <div className="fd-step">
    Set the Password [#3-set-the-password]

    Find the `server_password` setting and enter your desired password.
  </div>

  <div className="fd-step">
    Start Your Server [#4-start-your-server]

    Save the file and start your server. Players will now need to enter the password to join.
  </div>
</div>
