StifleR Dashboard Configuration File
Last updated
Last updated
The StifleR Dashboard configuration file is used to configure how the Dashboard accesses the StifleR Server service. The config file (config.json) is located within the program files directory in which the StifleR Dashboard was installed.
For example, if the StifleR Dashboard was installed under C:\Program Files\2Pint Software
...then the configuration file would be located in this location: C:\Program Files\2Pint Software\StifleR Dashboards\Dashboard Files\assets\config
The most important settings in the config.json file are referenced in the "apiServers" section. The values for backendServerUrl and backendLocationServerUrl are set during the .
If when the StifleR Dashboard was installed, you entered the above URLs as HTTP and would like to switch to HTTPS you will need to make modifications to several files.
To switch from HTTP to HTTPS communications for the Dashboard, you will need to complete several steps:
Acquire a Web Server certificate - see for more information on how to configure a web certificate for IIS.
Copy the thumbprint value from the web server certificate - see to find your certificate thumbprint.
Edit the config.json file on the server hosting the Dashboard: C:\Program Files\2Pint Software\StifleR Dashboards\Dashboard Files\assets\config.
Modify the URL for the backendLocationServerUrl value to https://. Example:
Edit the StifleR Server Config file (StifleR.Service.exe.config) which is located in the Program Files folder on the StifleR Server.
Modify the value: LocationWSListenToUrl to: https://*:9000"/ Modify the value: WebServiceCertificateThumbprint to your web server certificate thumbprint.
Restart the "2Pint Software StifleR Server" service. Example: