Port 15672 โ RabbitMQ UI
TCP ยท Port 15672/TCP is used for the RabbitMQ UI, a web-based interface for managing and monitoring RabbitMQ message brokers. This port allows administrators to access the RabbitMQ dashboard, view queue statistics, and perform configuration tasks.
- Port Number
- 15672
- Service Name
- RabbitMQ UI
- Protocol
- TCP
- Common Software
- RabbitMQ
Security Notes
Review IANA registry for port 15672 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 15672 is used for RabbitMQ UI. Port 15672/TCP is used for the RabbitMQ UI, a web-based interface for managing and monitoring RabbitMQ message brokers. This port allows administrators to access the RabbitMQ dashboard, view queue statistics, and perform configuration tasks. Common software: RabbitMQ.
Review IANA registry for port 15672 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 15672 <target> or check locally: ss -tlnp | rg 15672