15672

TCP

RabbitMQ-Management

RabbitMQ Management

⚠️ Security: DependsStatus: Active📨 Category: Message Queue

📋 Basic Information

Port Number
15672
Protocol
TCP
Service
RabbitMQ-Management
Popularity
🔥 High
Description
RabbitMQ management web UI and HTTP API for monitoring queues, exchanges, bindings, connections, and managing users and permissions
Tags
message-queuemanagementmonitoring

🔒 Security Information

💡

Security Notes

Use HTTPS, change default password, restrict access

🛠️ Installation

🐳Docker

docker run -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:management

🌐Access

http://localhost:15672 (guest/guest)

🔗 Related Ports