# How to Change Max Players on Your Voyagers of Nera Server (/docs/voyagers-of-nera/player-slots)



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
    MaxPlayers=10
    ```

    Valid range: `1` to `10`.
  </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)
