- Help Center
- Intuitive Dashboards Core Software
- Installation & Configuration Guide
-
Intuitive Dashboards Core Software
- Getting Started
- Viewing Dashboards
- Interacting with dashboards
- Filters
- Connections
- Datafeeds
- Datasets
- Components
- Creating Dashboards and Components - Overview
- Creating Components
- Creating a Dashboard
- Administering the System
- Administering Users
- Administering Groups
- Security Filters - V5.2 and earlier
- Security Filters - V5.3 Onward
- Embedding Dashboards
- Configuration File
- Installation & Configuration Guide
- Version History
-
Intuitive for PaperCut V2
-
Intuitive for PaperCut MF V3
-
Intuitive for SAFEQ
-
Intuitive For Managed Print Services (MPS)
-
Intuitive Cloud Services
-
Intuitive for PaperCut Hive V1
-
Intuitive for SAFEQ Cloud
-
Intuitive for Docuware
-
FAQ
Changing the port number of the dashboard service
In this guide, we'll show you how to change the port for the Intuitive Dashboards from port 80 to a port of your choice
Firstly, stop the Intuitive Dashboards service via Services.
Then open the "Dashboard.config" file under the below default path in a text editor of your choice, and navigate to line 49.
Default path for Dashboard.config = C:\Program Files\Intuitive Business Intelligence\Intuitive Dashboards\Server
The default entry will look as follows:-
<BaseAddress UseSSL="False" SupplyCrossPolicy="false" />
To specify a port number different from 80 you can insert the port number into the entry as follows. We will set the port number to be 8080
<BaseAddress UseSSL="False" PortNumber="8080" SupplyCrossPolicy="false" />
Once you've made your change save the file.
The port number of your website on IIS will also need to be altered to match this, and by right clicking on your website and going to "Edit Bindings", then "Edit", you can change the port number here to match the one set in the dashboard config file.
Once that change has been made, restart your website in IIS and restart the dashboard service. Test that you can reach the dashboard website and login to ensure it's running over your desired port.