This guide covers admin tools, race management, and server configuration for your Automobilista 2 dedicated server on Legion Hosting. For initial setup, see our Automobilista 2 Server Setup Guide.
Server Configuration (server.cfg)
All race and server management is done through the server.cfg file in the server root. Edit it via GPanel's File Manager. A sample configuration is provided at config_sample/server_with_lists.cfg.
Track Rotation
Configure your track rotation in server.cfg to cycle through different circuits and layouts:
# Example track rotation in server.cfg
trackList :
{
track : "Interlagos_GP"
track : "Silverstone_GP"
track : "Nurburgring_GP"
track : "Spa_GP"
}
Session Configuration
Configure practice, qualifying, and race sessions in server.cfg:
| Setting | Description |
|---|---|
| Practice Length | Duration of the practice session in minutes |
| Qualifying Length | Duration of the qualifying session in minutes |
| Race Laps | Number of laps for the race (or timed race duration) |
| Weather Progression | How weather changes during sessions |
| Time Progression | Rate of day/night cycle progression |
| Mandatory Pit Stops | Whether pit stops are required during the race |
Vehicle Restrictions
You can restrict which car classes or specific vehicles are allowed on your server:
# Example vehicle class restriction in server.cfg
vehicleClassFilter : "GT3"
# Or allow specific vehicles only
vehicleFilter :
{
vehicle : "Porsche 911 GT3 R"
vehicle : "Mercedes AMG GT3"
}
Penalty Configuration
AMS2 supports various penalty systems for competitive racing:
- Track limits — Penalties for exceeding track boundaries
- Corner cutting — Time penalties for gaining advantage by cutting corners
- Collision penalties — Penalties for causing avoidable contact
- Pit lane speed — Enforce speed limits in the pit lane
Weather and Time of Day
AMS2 features dynamic weather and time-of-day systems that can be configured per session:
- Set starting weather conditions (clear, cloudy, rain, storm)
- Configure weather progression speed and randomness
- Set the starting time of day
- Control the rate at which time progresses (1x for real-time, higher values for accelerated day/night)
Server Management
| Action | How To |
|---|---|
| Restart between races | The server automatically rotates to the next track in the track list |
| Change track immediately | Edit server.cfg and restart the server |
| Kick/Ban players | Player management through server.cfg ban list or in-game admin tools |
| Change race settings | Edit server.cfg and restart |
Troubleshooting
Server Not Appearing in Browser
- Ensure the server has fully started (check console output)
- Verify all three ports (host, Steam, query) are properly allocated
- Wait 2-3 minutes for the Steam listing to propagate
- Check that
server.cfgis properly formatted — syntax errors can prevent the server from starting correctly
Players Cannot Join
- All players must own the required DLC for the selected track and vehicle class
- Ensure the game version matches between server and clients
- Verify the password is correct if one is set
Related Articles
Need Help?
If you need further assistance with your Automobilista 2 server, our support team is ready to help. Submit a support ticket and we will respond as soon as possible.