# How to Change the Map on Your Path of Titans Server (/docs/path-of-titans/map-selection)



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

Change the Map [#change-the-map]

<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
    ServerMap=Panjura
    ```
  </Step>

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

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

Official Maps [#official-maps]

| Map             | Value     |
| --------------- | --------- |
| Panjura         | `Panjura` |
| Gondwa (Island) | `Gondwa`  |
| Riparia         | `Riparia` |

Custom Map Mods [#custom-map-mods]

Install the map mod via the [Mod Setup](/docs/path-of-titans/mod-setup) guide, then set `ServerMap=` to the mod's map name. Only **one map mod** can be active at a time.

Related Guides [#related-guides]

* [Server Configuration](/docs/path-of-titans/server-config)
* [Mod Setup](/docs/path-of-titans/mod-setup)
