# How to Set Max Players on Your Veloren Server (/docs/veloren/max-players)



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

Here is how to change the maximum number of players on your Veloren server.

Setting Max Players [#setting-max-players]

<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">
    Edit Max Players [#3-edit-max-players]

    Find the `max_players` setting and change it to your desired value.
  </div>

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

    Save the file and start your server for the new player limit to take effect.
  </div>
</div>
