RabbitMQ Dashboard

Localhost 15672 Not Found?

Port 15672 is the RabbitMQ Management UI. If you see a blank page, the plugin is likely disabled.

Go to http://localhost:15672 →
Kill Port 15672
npx kill-port 15672

Enabling RabbitMQ Management Plugin

By default, RabbitMQ only runs on port 5672 (AMQP). You must enable the visual dashboard manually.

The Fix

1. Enable the Plugin

Run this command in your terminal or Docker container:

rabbitmq-plugins enable rabbitmq_management

2. Docker Users

Ensure you are pulling the "management" tag image, not the base image.

docker run -d -p 15672:15672 rabbitmq:3-management

Developer Port Reference Guide

Frontend & Web
3000 React / Node / Default 3001 React Secondary
Backend & Infrastructure
5000 Flask / AirPlay 4000 Jekyll / Hexo
Database & Cache
3306 MySQL 5432 PostgreSQL
DevOps & Data Science
8888 Jupyter Notebook 9200 Elasticsearch 9090 Prometheus 15672 RabbitMQ UI 8500 Consul 127.0.0.1 Loopback IP