To access the Web Interface, open a web browser and make sure it accepts cookies. Enter the following URL in the web browser address field:
http://<hostname>:<port>/mz/main
Note!
If encryption is enabled, the URL is https://<hostname>:<port>/mz/main
.
For further information about enabling encryption, see the 4. Network Security in System Administration user's guide.
<hostname> | Represents the IP-address or the name of the host on which is running. The <hostname> is set to the default IP-address of the server. In order to link the Web Interface the to another address for example in a High Availability setup, set the platform property $ mzsh topo set topo://container:<container>/pico:platform/val:config.properties.mz.wi.serveraddress <IP address or hostname> Example - Setting mz.wi.serveraddress $ mzsh topo set topo://container:main1/pico:platform/val:config.properties.mz.wi.serveraddress 10.0.1.99 |
<port> | Represents the port on the host through which the connnection is established. The default port is 9000. To use a different port, update the property Platform property mz.wi.port. $ mzsh topo set topo://container:<container>/pico:platform/val:config.properties.mz.wi.port <port> Note! This is the port that you use to launch the Desktop. Example - Setting mz.wi.serveraddress $ mzsh topo set topo://container:main1/pico:platform/val:config.properties.mz.wi.port 9000 |
The first page displayed to the user is the Login page. Enter username and password and click Login to enter Web Interface.
The Login Page