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 2 Current »

To access the Web Interface, open a web browser and make sure it accepts cookies. Enter your cluster node and the NodePort:

Private Cloud:
http://<cluster node>:<NodePort>

If TLS is enabled, you will need to start the url with https:
https://<cluster node>:<NodePort>

AWS:
https://mzonline.<domain>/
  • This directs you to the login dialog.
  • Enter your username and password, and click Sign in.


Note!

For the Web Interface on Private Cloud, use the NodePort number substitute for 80 (http) or 443 (https). You find it with command:

$ kubectl get services --namespace <namespace>
  • No labels