How To Configure Your Assetto Corsa Server
Learn how to configure your Assetto Corsa dedicated server using server_cfg.ini and entry_list.ini.
Assetto Corsa server configuration is handled through two main files: server_cfg.ini for server settings and entry_list.ini for car entries. Here is how to configure your server.
Using Startup Settings
Open the Startup Page
Log in to the XGamingServer Panel and select your Assetto Corsa server. In the sidebar, click Startup.
Adjust the Settings
The Startup page provides fields for common settings including server name, track, max players, and more.
Restart Your Server
After making changes, restart your server from the Console page.
Editing server_cfg.ini
For advanced configuration, edit the config files directly.
Open Files
In the sidebar, click Files and navigate to the cfg/ directory.
Open server_cfg.ini
Open server_cfg.ini and adjust the settings. Key sections include:
[SERVER]
NAME=My Assetto Corsa Server
CARS=ks_ferrari_488_gt3;ks_porsche_911_gt3_r_2016
TRACK=monza
CONFIG_TRACK=
SUN_ANGLE=16
MAX_CLIENTS=24
RACE_OVER_TIME=60
ALLOWED_TYRES_OUT=2
UDP_PORT=9600
TCP_PORT=9600
HTTP_PORT=8081
REGISTER_TO_LOBBY=1
PICKUP_MODE_ENABLED=1
SLEEP_TIME=1
VOTING_QUORUM=75
VOTE_DURATION=20
KICK_QUORUM=85
LOOP_MODE=1
PASSWORD=
ADMIN_PASSWORD=myadminpassword
[PRACTICE]
NAME=Practice
TIME=0
IS_OPEN=1
[QUALIFY]
NAME=Qualifying
TIME=15
IS_OPEN=1
[RACE]
NAME=Race
LAPS=10
WAIT_TIME=60
IS_OPEN=2Edit entry_list.ini
Open entry_list.ini to configure the available car slots:
[CAR_0]
MODEL=ks_ferrari_488_gt3
SKIN=rosso_corsa
SPECTATOR_MODE=0
DRIVERNAME=
TEAM=
GUID=
BALLAST=0
RESTRICTOR=0
[CAR_1]
MODEL=ks_porsche_911_gt3_r_2016
SKIN=white_blue
SPECTATOR_MODE=0
DRIVERNAME=
TEAM=
GUID=
BALLAST=0
RESTRICTOR=0Save and Restart
Save both files and restart your server from the Console page.
📝 Note: The number of
CAR_entries inentry_list.inidetermines how many players can join. Each player needs a car slot.
💡 Tip: The
ADMIN_PASSWORDinserver_cfg.iniis used to access admin features in-game. Set this to something secure.
How is this guide?