Skip to content

Commit 0f61cda

Browse files
authored
DOC-681 RS: Clarify custom CM UI port section (#2392)
1 parent 11e830b commit 0f61cda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/operate/rs/networking/port-configurations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,10 @@ The Redis Enterprise Software Cluster Manager UI uses port 8443, by default. You
8282
To change this port, run:
8383
8484
```sh
85-
rladmin cluster config cm_port <new-port>
85+
rladmin cluster config cm_port <custom-port>
8686
```
8787
88-
After changing the Redis Enterprise Software web UI port, you must connect any new node added to the cluster to the UI with the custom port number:
89-
`https://newnode.mycluster.example.com:`**`<nonstandard-port-number>`**
88+
After you change the Cluster Manager UI port, use the new port in the URL when accessing the UI on any node in the cluster. Example: `https://newnode.mycluster.example.com:<custom-port>`
9089
9190
### Change the envoy ports
9291

0 commit comments

Comments
 (0)