How To Install Mods on Your Assetto Corsa Server
Learn how to add custom cars and tracks to your Assetto Corsa dedicated server.
Assetto Corsa has a vibrant modding community with thousands of custom cars and tracks available. Here is how to install them on your server.
Installing Custom Cars
Download the Car Mod
Download the car mod from a trusted modding site. Car mods typically come as a .zip file containing a folder with the car's data.
Stop Your Server
Log in to the XGamingServer Panel and Stop your Assetto Corsa server.
Upload the Car Files
In the sidebar, click Files. Navigate to the content/cars/ directory. Upload and extract the car mod folder here. The folder name should match the car's internal name.
Add the Car to entry_list.ini
Navigate to the cfg/ folder and open entry_list.ini. Add a new car entry using the mod's folder name as the MODEL:
[CAR_2]
MODEL=custom_car_name
SKIN=default
SPECTATOR_MODE=0
DRIVERNAME=
TEAM=
GUID=
BALLAST=0
RESTRICTOR=0Update server_cfg.ini
Open server_cfg.ini and add the car to the CARS= line, separated by semicolons:
CARS=ks_ferrari_488_gt3;custom_car_nameStart Your Server
Start the server and verify the car loads correctly.
Installing Custom Tracks
Download the Track Mod
Download the track mod. Track mods also come as a .zip file.
Stop Your Server
Stop your server from the panel.
Upload the Track Files
Click Files and navigate to the content/tracks/ directory. Upload and extract the track mod folder here.
Set the Track in Configuration
Update the TRACK= and CONFIG_TRACK= values in server_cfg.ini or in Startup to use the new track's folder name. See the Change Track guide for details.
Start Your Server
Start the server and verify the track loads correctly.
⚠️ Warning: All players connecting to your server must have the same custom cars and tracks installed on their local game. Players without the required mods will not be able to join.
💡 Tip: If you use Assetto Corsa Content Manager on the client side, it can automatically download missing mods from servers that support it.
How is this guide?