Skip to content

Commit 2e61f91

Browse files
RS: Change localhost to name/IP in the Cluster Manager UI URL in quick starts (#1192)
* DOC-2773 RS: Change localhost to name/IP in the Cluster Manager UI URL in quick starts * Update content/embeds/cluster-setup.md Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> --------- Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 833618c commit 2e61f91

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

content/embeds/cluster-setup.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
1. In the web browser on the host machine, go to [https://localhost:8443](https://localhost:8443) to see
2-
the new Redis Enterprise Software Cluster Manager UI. The cluster generates self-signed TLS certificates to secure the connection. These self-signed certificates are unknown to the browser and must be accepted before you proceed.
1+
1. In a browser, go to `https://<name-or-IP-address-of-the-machine-with-Redis-Enterprise-Software-installed>:8443` to access the Cluster Manager UI. If you use a browser on the host machine, you can also access the Cluster Manager UI at `https://localhost:8443`.
32

4-
To use the legacy UI for this quickstart instead, see the [6.4 version of the quickstarts](https://docs.redis.com/6.4/rs/installing-upgrading/quickstarts/).
3+
The cluster generates self-signed TLS certificates to secure the connection. Because these self-signed certificates are unknown to the browser, you must accept them before you proceed.
54

6-
{{< note >}}
7-
- If the server does not show the login screen, try again after a few minutes.
8-
9-
{{< /note >}}
5+
If the server does not show the sign-in screen, try again after a few minutes.
106

117
1. Select **Create new cluster**.
128

0 commit comments

Comments
 (0)