diff --git a/install_config/install/advanced_install.adoc b/install_config/install/advanced_install.adoc index fdc7dcbf8927..a4a384d6b275 100644 --- a/install_config/install/advanced_install.adoc +++ b/install_config/install/advanced_install.adoc @@ -1145,8 +1145,22 @@ node1.example.com Ready 165d node2.example.com Ready 165d ---- ==== + +To verify that the web console is installed correctly, use the master host name and the console port number to access the console with a web browser. + +For example, for a master host with a hostname of `master.openshift.com` and using the default port of `8443`, the web console would be found at: + +---- +https://master.openshift.com:8443/console +---- + // end::verifying-the-installation[] +[NOTE] +==== +The default port for the console is `8443`. If this was changed during the installation, the port can be found at *openshift_master_console_port* in the *_/etc/ansible/hosts_* file. +==== + *Multiple etcd Hosts* If you installed multiple *etcd* hosts: