# How To Change Max Players on Your Assetto Corsa Server (/docs/assetto-corsa/max-players)



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

The max players setting in Assetto Corsa determines how many drivers can be on the track at the same time. Here is how to change it.

<div className="fd-steps">
  <div className="fd-step">
    Open the Startup Page [#1-open-the-startup-page]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and select your Assetto Corsa server. In the sidebar, click **Startup**.
  </div>

  <div className="fd-step">
    Change the Max Players Value [#2-change-the-max-players-value]

    Find the **Max Players** or **Max Clients** field and set it to the number of drivers you want.
  </div>

  <div className="fd-step">
    Restart Your Server [#3-restart-your-server]

    Go to **Console** in the sidebar and restart your server to apply the change.

    > 📝 **Note:** The maximum number of players is also limited by the number of car entry slots configured for the server. If you increase max players, make sure you have enough car entries defined in your `entry_list.ini` file.
  </div>
</div>
