Admin
Admin window provides quick access to the basic server operation:
- Server info
- Users control
- Usergroups control
- License upload
- VOD mission control
Admin window is only visible to users with administrative privileges.
Logging
StServer writes some events into log files:
- StServer.log - server logs
- RecorderProc.log - recorders logs
Logging visitors with IP Address Geolocation
StServer uses geolocation services in order to identify visitors by IP address.
For commercial use, you must obtain your own API key and configure it in the geolocation section of config.json, if you want to use the service
The following services are currently supported:
File /data/config.json
Select the service you want to use in use section ( one of: "ipapi", "ipstack")
"geolocation": {
"use" : "ipapi",
"ipstack_api_access_key": "49d1c1f6938f856836990f21b3582abf"
},