# How to Change Max Players on Your No More Room in Hell Server (/docs/no-more-room-in-hell/player-slots)



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

NMRiH is designed for cooperative zombie survival with a default of **8 players**. The Source engine supports more, but most NMRiH maps and gameplay balance assume 4–8 players.

<Tabs items={['Via Startup (Recommended)', 'Via Launch Parameter']}>
  <Tab value="Via Startup (Recommended)">
    <Steps>
      <Step>
        Open Startup [#open-startup]

        In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Startup** in the sidebar.
      </Step>

      <Step>
        Set Max Players [#set-max-players]

        Find the **Max Players** field and enter your desired count.
      </Step>

      <Step>
        Restart [#restart]

        Restart from **Console** to apply.
      </Step>
    </Steps>
  </Tab>

  <Tab value="Via Launch Parameter">
    Add to the startup command line:

    ```
    -maxplayers 8
    ```

    Restart the server to apply.
  </Tab>
</Tabs>

Related Guides [#related-guides]

* [Server Configuration](/docs/no-more-room-in-hell/server-config)
* [Connect to Your Server](/docs/no-more-room-in-hell/join-server)
