Reaching the console
The console is served as a website over SSL, on whichever port you chose when installing the console component.
Let's say your console server is console.domain.com
. If you chose to use the default port (443), you can
omit the port from the URL and reach the console by navigating to https://console.domain.com
.
If you chose to use port 8443, you reach the console at https://console.domain.com:8443
.
Always use
the
https
protocol
handler. You cannot reach the console over plain http
.