2016-09-12 04:19 AM
Hi All,
How can I enable rabbitmq management plugins and access rabbitmq of RSA servers through GUI?
2016-09-14 04:04 AM
Hi Mohd,
This interface is still available to be accessed on 10.5/6 if you set up the local SSH tunnel to Log Collector/Sa Server.
You need to make sure to use port 15671, have a look at the example below:
then from putty menu session set up the IP and SSH port of the SA Server/Log Collector:
Then navigate with the browser from the local machine using this URL and you should be good to go:
Username: guest
Password: guest
Thanks and Regards
Nicola
2016-09-14 04:24 AM
From Linux/Unix machine or if you use cygwin on Windows this command should do the job:
ssh -L12345:localhost:15671 root@10.xxx.xxx.xxx
where 10.xxx.xxx.xxx is the Ip Address of the Log Collector/Sa Server
2016-09-25 12:40 AM
Can't wait to use this.
2021-01-28 07:34 AM
Thanks dost