2023-09-05 17:09:58 +02:00
|
|
|
= 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:
|
|
|
|
|
|
|
|
----
|
2025-07-04 11:55:02 +02:00
|
|
|
ssh -L 15672:localhost:15672 rabbitmq01.rdu3.fedoraproject.org
|
2023-09-05 17:09:58 +02:00
|
|
|
----
|
|
|
|
|
|
|
|
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.
|