Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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 mz.wi.serveraddress.

$ 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 connection is established. The default port is 9000 but can be set to port by configuring the install.str.mz_platform  property in the install.xml file before installation, see 4.1.3 Updating the Installation Properties.

If you want to change to a different port, after installation, update the property Platform property mz.wi.port.

$ export MZ_PLATFORM='http://<host>:<port>'
$ topo set --allow-disconnected topo://container:<container>/pico:platform/val:config.properties.mz.wi.port <port>
$ mzsh restart platform

Note!

This is the port that you use to launch the Desktop.

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




  • No labels