# How to Change Max Players on Your Path of Titans Server (/docs/path-of-titans/player-slots)



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

Change the Player Limit [#change-the-player-limit]

<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 Game.ini [#edit-gameini]

    Click **Files** in the sidebar and open `PathOfTitans/Saved/Config/LinuxServer/Game.ini`. Under `[/Script/PathOfTitans.IGameSession]`, set:

    ```ini
    MaxPlayers=100
    ```

    Default is `100`. The game supports up to **200 concurrent players** with full crossplay across all platforms (PC, Xbox, PlayStation, Switch, iOS, Android).
  </Step>

  <Step>
    Save and start [#save-and-start]

    Click **Save Content** and start from **Console**.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/path-of-titans/server-config)
