This guide installs RabbitMQ and enables the management UI.
sudo apt update
sudo apt install -y rabbitmq-server
sudo dnf install -y rabbitmq-server
sudo systemctl enable --now rabbitmq-server
sudo rabbitmq-plugins enable rabbitmq_management
Access the UI at http://SERVER-IP:15672.
See RabbitMQ Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See RabbitMQ Ansible Setup for an example playbook.
Prefer containers? See RabbitMQ Docker Setup.
See RabbitMQ Security for hardening guidance.