These instructions provide information about where the port configuration is stored to change the "Management Web Server" Service to work using a port other than the default port 80.
NOTE: This applies to CMon (not CMC) prior to version 19.3, if you attempted to install using a port other than 80.
The Service "Management Web Server" must be restarted for changes to take effect.
There are three files that reference the port to connect to the dashboard:
This file contains the Web Server port configuration
C:\Program Files (x86)\NovaStor\NovaBACKUP Central Management Console\WebRoot\Web\bin\ManagementServer.WebServer.WindowsServiceHost.exe.config
Line 55:
<add key="Port" value="80"/>
The following 2 files are for the shortcuts:
C:\Program Files (x86)\NovaStor\NovaBACKUP Central Management Console\InternetShortcut.htm
Line 3:
<meta HTTP-EQUIV="Refresh" CONTENT="1; URL=http://MYMACHINE:80"/>
C:\Program Files (x86)\NovaStor\NovaBACKUP Central Management Console\WebApiDocumentationInternetShortcut.htm
Line 3:
<meta HTTP-EQUIV="Refresh" CONTENT="1; URL=http://MYMACHINE:80/docs/index"/>