The script from the RabbitMQ official documentation is a good reference from any Debian 11 distro, especially for Azure which only have Debian 11 as the latest to install RabbitMQ

Based on the link and ensuring compatibility with Debian 11 (“bullseye”), here is the revised script incorporating the necessary changes

Run the following command to enable the management plugin:

After enabling the plugin, restart the RabbitMQ service to apply the changes

By default, RabbitMQ creates a user named guest with the password guest. However, this user can only log in from localhost.

When You run this management dashabord using NGINX proxy, You should disabled the default user and replace with your own.

It’s recommended to create a new user for remote access. Replace your_username and your_password with your desired username and password


The RabbitMQ Management interface will be available at http://localhost:15672/. If you’re accessing it remotely, replace localhost with your server’s IP address or domain name.

Good Luck with RabbitMQ installation on Debian 11

Leave A Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.