Skip to content

When RabbitMQ Management Web Site Not Working on Windows 10

Right after installing RabbitMQ on Windows 10 and enabling its management web site by:

  1. Opening the command prompt in Administrative mode,
  2. Navigating to the installation path, (for default ) by typing (pay attention to version) “cd C:\Program Files\RabbitMQ Server\rabbitmq_server-3.9.15\sbin
  3. Enabling management web interface by typing “rabbitmq-plugins enable rabbitmq_management
  4. Open your browser and check if http://localhost:15672/ working or not.

If it’s not working, then; please do reinstall of RabbitMQ and follow the same approach above. It will work!

Published inUncategorized

Comments are closed.