Open the server Apps tab
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.


Message broker with management UI for reliable messaging between services
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the RabbitMQ template in Server Compass to deploy a self-hosted message broker on your VPS, then verify the management UI in a browser.
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.

Click New App and choose the template deployment path so Server Compass can load the built-in catalog.

Use the template picker search to find RabbitMQ in the Server Compass template catalog.

Choose the RabbitMQ template. Server Compass fills the broker service, management web UI port, persistent data volume, and admin credentials.

Confirm the app name and compose service. In this run, the app was named rabbitmq-demo and used management UI port 15672.

Review the generated compose settings, confirm the RabbitMQ web port is available, and click Deploy.

Keep the deployment modal open while Server Compass uploads the compose file, pulls the RabbitMQ image, starts the container, and verifies the stack.

After deployment finishes, return to the Apps tab and confirm the RabbitMQ app is marked Running with its application URL available.

Open the management URL in a browser. The RabbitMQ login screen confirms the web UI is reachable.

The RabbitMQ admin web interface loaded successfully from the deployed container.
It deploys the RabbitMQ management image with a persistent data volume and browser management UI port. AMQP remains private inside Docker by default.
The tutorial used host web port 15672, which maps to the RabbitMQ management UI on container port 15672.
Yes. RabbitMQ uses the admin username and password configured during deployment; restrict the management UI to trusted networks as well.
No. The deployment guide should live on the RabbitMQ template detail page and be linked from the reusable template deployment docs page.
RabbitMQ is a reliable message broker that enables communication between your services. Self-hosting ensures your message queue — which often carries sensitive business events and transactions — stays on infrastructure you control with zero per-message fees.
SQS charges per message and locks you into AWS. Self-hosted RabbitMQ has unlimited messages with zero platform fees.
Kafka is for event streaming at massive scale. RabbitMQ is better for traditional message queuing and task distribution.
Redis pub/sub loses messages if subscribers disconnect. RabbitMQ guarantees delivery with message persistence and acknowledgments.
Server Compass deploys RabbitMQ with the management UI enabled and persistent storage for messages. Your message broker is ready to accept connections from other services on your server immediately.
Download Server CompassAfter deploying RabbitMQ with Server Compass, complete these steps to finish setup
Access management UI
Create users and virtual hosts
Configure queues and exchanges
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting RabbitMQ
Simply download Server Compass, connect to your VPS, and select RabbitMQ from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
RabbitMQ requires a minimum of 512MB RAM. We recommend a VPS with at least 1024MB RAM for optimal performance. Any modern Linux server with Docker support will work.
Yes! Server Compass provides volume mapping that allows you to import existing data. You can also use standard RabbitMQ backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest RabbitMQ image will be pulled and deployed with zero downtime.
RabbitMQ is open-source software. You only pay for your VPS hosting (typically $5-20/month) and optionally Server Compass ($29 one-time). No subscription fees or per-seat pricing.
Download Server Compass and deploy RabbitMQ to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass