Management UI

The RabbitMQ management plugin provides an HTTP-based API for management and monitoring of RabbitMQ nodes and clusters, along with a browser-based UI and a command line tool, rabbitmqadmin.

Getting Started

rabbitmq-plugins enable rabbitmq_management

Node restart is not required after plugin activation.

Auto Enable the plugin: https://www.rabbitmq.com/plugins.html#enabled-plugins-file

Management UI Access

The management UI can be accessed using a Web browser at http://{node-hostname}:15672/.

Access and Permissions

# create a user
rabbitmqctl add_user sysadmin ThisIsPassword
# tag the user with "administrator" for full management UI and HTTP API access
rabbitmqctl set_user_tags sysadmin administrator




Revision #5
Created 2022-09-05 11:58:43 CST by A-Lang (Admin)
Updated 2022-09-05 14:32:22 CST by A-Lang (Admin)