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

What is port 15672 used for?

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.

Is port 15672 dangerous to leave open?

Review IANA registry for port 15672 usage. Apply principle of least privilege - only open ports that are required.

How do I check if port 15672 is open?

Use nmap: nmap -p 15672 <target> or check locally: ss -tlnp | rg 15672