How to enable stracker statistics web server?

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 Users Found This Useful
Was this answer helpful?

Related Articles

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...

AC_trackcycle configuration

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

General overview (The basics of configuring the server)

Introduction This knowledge base article is intended for users who are new to configuring...