Run Assetto Corsa EVO Dedicated Server in Docker using Wine.
- Wine-based server
- Auto restart on crash
- Headless (no GUI)
- Unraid compatible
- Log output for external dashboards
Install via Steam:
Steam → Library → Tools → Assetto Corsa EVO Dedicated Server
Copy ALL files into: /mnt/user/appdata/assettocorsaevo/server
In the official launcher click "Copy Command" and paste it into:
/mnt/user/appdata/assettocorsaevo/server_args.txt
Start the container from Unraid UI.
This container does NOT include any game server files.
You must update the server manually via Steam:
- Update the "Assetto Corsa EVO Dedicated Server" in Steam
- Copy updated files into
/config/server - Restart the container
A new version of this Docker container is NOT required for game updates.
/config
├── server/ # Server files from Steam
├── logs/
│ └── server.log # Live server log
└── server_args.txt # Config from launcher
Server log is available at: /config/logs/server.log
This can be used for external tools like dashboards or leaderboards.
- 9700 TCP
- 9700 UDP
- Each container must use a different port
- Port must match inside server_args.txt
- Server configuration is managed entirely via the official launcher
- This container does not include server files
- You must provide your own files from Steam