You can enable the Stracker statistic webserver by going to your stracker.ini
Look for the part starting with: [HTTP_CONFIG]
You will need to configure the following lines to activate the webserver:
; password for the stracker admin pages (leaving it empty results in disabled admin pages
admin_password = apassword
; username for the stracker admin pages (leaving it empty results in disabled admin pages
admin_username = ausername
; set to 1, if you want to start a http server for statistics access
enabled = true
Now restart your Assetto Corsa server.
Then in your Stracker.ini file look for:
; listening address of the http server (you should not change this)
listen_addr = 85.17.189.117
; tcp listening port of the http server (you should not change this)
listen_port = 5041
This will show you the address at which you can access the webserver, in the above case it would be http://85.17.189.117:5041
As you can see the url starts with the IP of your game server and the part after the colon ( : ) contains the listen_port.
- 10 användare blev hjälpta av detta svar