Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/databases/rabbitmq/rabbitmq-ubuntu.sh
chmod +x rabbitmq-ubuntu.sh
sudo bash rabbitmq-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/databases/rabbitmq/rabbitmq-ubuntu.sh
2 Make it Executable
chmod +x rabbitmq-ubuntu.sh
3 Run the Installer
sudo bash rabbitmq-ubuntu.sh
4 Access the Web UI
http://:15672
# Log in with your RABBITMQ_DEFAULT_USER credentials
Ports Used
| Port | Purpose |
|---|---|
| 5672 | AMQP (producers / consumers) |
| 15672 | Management web UI |
| 5671 | AMQP over TLS (optional) |
| 1883 / 61613 | MQTT / STOMP (via plugins) |
