infra-docs-fpo/modules/howtos/pages/access_rabbitmq_ui.adoc
Nils Philippsen b4afb2f945 DC move: iad => rdu3, 10.3. => 10.16.
And remove some obsolete things.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2025-07-04 16:32:42 +02:00

14 lines
408 B
Text

= How to access the rabbitmq administrative UI?
The UI is only available on localhost, so you will need to do a port forwarding
using ssh.
This can be done using:
----
ssh -L 15672:localhost:15672 rabbitmq01.rdu3.fedoraproject.org
----
You can then visit: http://localhost:15672/ to see the web UI for rabbitmq.
It will ask you to log in, use the username and the password set in the private
repository.