You can enable the sTracker statistic webserver by going to your stracker.ini
Look for the part: [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 <-----change
; username for the stracker admin pages (leaving it empty results in disabled admin pages)
admin_username = ausername <-----change
; set to true if you want to start a http server for statistics access
enabled = true
Then 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
or you can click on the ONLINE WEB buttom on your tcadmin game panel.