1

I have installed rabbitmq-server on ubuntu vps server , then I have enabled rabbitmq_management plugin. After that , When I try to open the management console ( http://<vps server ip> :15672) , browser cannot open the page.

I have looked the open port on server, There are open port whose number is 15672

tcp        0      0 0.0.0.0:15672           0.0.0.0:*               LISTEN      -               
tcp6       0      0 :::5672                 :::*                    LISTEN      -               
tcp6       0      0 :::80                   :::*                    LISTEN      - 

Unfortunetly , I can not find the problem. Thanks for your helping

yunus kula
  • 859
  • 3
  • 10
  • 31

1 Answers1

3

Restart rabbitmq service, and try again.

sudo service rabbitmq-server restart
n8coder
  • 691
  • 4
  • 12