General overview (The basics of configuring the server)

Introduction

This knowledge base article is intended for users who are new to configuring Assetto Corsa Servers.

In this knowledge base article you will learn: where the server settings are stored (server name, tracks, cars and other gameplay settings) and where custom tracks and cars need to be uploaded.

We assume you are familiar with:

  • The usage of Microsoft Windows and are familiar with the concept of folders.
  • The use of notepad or another basic text editor.

We also assume you already know how to use the control panels file manager or how to connect to the server with an FTP client to edit files and upload them.
If you are not familiar with FTP you may want to read this knowledge base article which explains how to use FTP: https://www.elitegameservers.net/controlpanel/knowledgebase/8/How-to-use-FTP-File-Transfer-Protocol.html

The folder structure

Assetto Corsa server exists of multiple files and folders, luckily, we only have to edit a few of them.
There are two directories which are important:

  • The CFG directory, which contains all the configuration files used by the server.
  • The content directory, which contains the cars and tracks.

 Assetto Corsa directories and files

The CFG directory

The CFG directory contains three files, a server_cfg.ini, a entry_list.ini and a welcome message.txt

The server_cfg.ini file is where most of the configuration of your server takes place:

  • Server name & password
  • The track and track layout which the server will run on
  • The cars which are allowed to be used on the server
    Important note: The cars in the entry_list.ini need to be set here for the server to work!
  • The type of race (race, practice, qualification) and the number of laps and duration.
  • Other gameplay settings such as assist like ABS, traction control, etc.
  • The weather and time

The Entry_list.ini file is used to set the cars that players can choose from when joining the server.

It allows you to:

  • Bind certain cars to certain players by the use of a GUI
  • Set the cars skin
  • Adjust the cars weight

Important note: The cars set here also need to be added to the allowed cars in the server_cfg.ini for the server to work!

The content directory

The content directory is where you uploaded custom cars and tracks.
In the car/track directory you will find a couple of cars and tracks which ship with the vanilla game, if you wish to use DLC or custom cars you will have to upload these.
Note when using custom content: Players are required to have these files on their computer, otherwise they can't connect to the server because they get a unavailible content error.

Important:
You can save a lot of time, bandwidth and disk space (which is limited to 1.5GB on the server) by only uploading the necessary files to your game server.

  • For custom cars, this usually means you have a folder with the car name, which only contains a data.acd file. In some cases you may also upload a DATA directory in the car’s folder.
  • For custom tracks this means you have a folder with the track name, which contains a DATA directory. Inside this data directory there is a surfaces.ini

If you are unfamiliar with using the file manager to do this, you may want to refer to these two knowledgebase articles which explain in more detail how to upload the cars and tracks:
https://www.elitegameservers.net/controlpanel/knowledgebase/37/How-to-upload-cars.html
https://www.elitegameservers.net/controlpanel/knowledgebase/39/How-to-upload-tracks.html

Configuring the server (experienced users)

We assume you’ve already uploaded the tracks and cars which you want to use, if not please see the paragraph above.
We will now configure the server; more experienced users may want to use notepad or a different text editor to edit the configuration files directly or they can use the text editor in the control panel (located under configuration files)

The server_cfg.ini file contains most of the server settings.
We won’t go into the details of what each setting does. Most settings explain them self or are already documented inside this file.
More documentation can be found on the Assetto Corsa forum: http://www.assettocorsa.net/forum/index.php?faq/dedicated-server-manual.28/

How to set tracks and cars:
In the server_cfg.ini file you will find a line called: TRACK=
This should be set to folder name of the track which you want to use ( [TRACK_NAME] in the diagram below)
Optionally you can adjust the track layout with the: CONFIG_TRACK option

To allow a car to be used on the server you first need to set the car's folder name it in the CARS= line in the server_cfg.ini. ( [CAR_NAME] in the diagram below)
Note: you can specify multiple cars by seperating them with a semicolon (;)

Now you can edit the entry_list.ini file to add the car, this will allow players to choose the car when joining the server.

Assett Corsa which files set the tracks and cars

Common mistakes:

Editing the configuration files directly is more error prone, these are some of the most often made mistakes:

  • There is a typo in one of the configuration files, which means the server can’t find the car or track.
  • An invalid value has been specified in the configuration files.
  • Custom content hasn’t been uploaded to the server yet.
  • You forgot to add the car to both the server_cfg.ini and the entry_list.ini, or the car names don't match (typo).


Please double check to make sure you haven’t made these errors, you can also check the console.log (in the log viewer on the control panel website) to look for any error messages which indicate that the server can’t start.
If this still doesn't work you might want to use the server manager to create config files instead.

Configuring the server (server manager)

Configuring the server can be done by editing the server_cfg.ini and entry_list.ini files directly, however inexperienced users might find it easier to create a configuration with the server manager.
The server manger is a GUI tool which allows you to create server_cfg.ini and entry_list.ini files which are valid.

We have a knowledge base article which explains how to use the server manager, please see: https://www.elitegameservers.net/controlpanel/knowledgebase/60/Configuring-server-with-the-AC-server-manager-graphical-interface.html

  • 33 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

How to set server in non-booking mode

To set your server in non-booking server, follow this instructions: Go to your control panel...

Configuring booking mode

1. First change: PICKUP_MODE_ENABLED=1 to PICKUP_MODE_ENABLED=02. After the section...

How to use welcome messages?

You can set a welcome message which is send to players when the join the server. For example to...

How to enable stracker statistics web server?

You can enable the Stracker statistic webserver by going to your stracker.iniLook for the part...

AC_trackcycle configuration

We assume you've already installed AC_trackcycle from the mod manager.To configure AC_trackcycle...