Document how to access the web UI of rabbitmq
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
848a796a03
commit
2baa33dc7e
1 changed files with 14 additions and 0 deletions
14
access_rabbitmq_ui.md
Normal file
14
access_rabbitmq_ui.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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.phx2.fedoraproject.org
|
||||
|
||||
You can seen 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.
|
Loading…
Add table
Add a link
Reference in a new issue