# How To Change the Track on Your Assetto Corsa Server (/docs/assetto-corsa/change-track)



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

Assetto Corsa includes many official tracks and supports custom tracks through mods. Here is how to change which track your server runs.

<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 Track [#2-change-the-track]

    Find the **Track** field and enter the track folder name. Some common official tracks include:

    | Track             | Folder Name    |
    | ----------------- | -------------- |
    | Monza             | `monza`        |
    | Spa-Francorchamps | `spa`          |
    | Nurburgring       | `nurburgring`  |
    | Brands Hatch      | `brands_hatch` |
    | Imola             | `imola`        |
    | Mugello           | `mugello`      |
    | Silverstone       | `silverstone`  |
    | Vallelunga        | `vallelunga`   |
  </div>

  <div className="fd-step">
    Set the Track Layout (If Applicable) [#3-set-the-track-layout-if-applicable]

    Some tracks have multiple layouts. If there is a **Track Layout** field, enter the layout name (e.g., `gp` for the Grand Prix layout). Leave it blank for the default layout.
  </div>

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

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

    > 💡 **Tip:** You can also change the track in the `server_cfg.ini` file by editing the `TRACK=` and `CONFIG_TRACK=` lines under the `[SERVER]` section.

    > 📝 **Note:** If you are using a custom track from a mod, make sure the track is [installed on the server](/docs/assetto-corsa/install-mods) first, and that players connecting also have the track installed locally.
  </div>
</div>
