In this article
Logging In to the Management Interface
Note: The RabbitMQ service must be running at this point, and you must have enabled the management GUI by creating the file called enabled_plugins.
Login to the web management GUI interface at http://localhost:15672 on any of the servers. Log in with default credentials:
Username: guest
Password: guest
Note: The guest user can only login from localhost.
Creating a User
Navigate to the Admin menu, and scroll down to the Add a user section.
Figure 1 - The Add a user fields
After you have created the user you will see it in the users list, but it will have no rights yet. Click the username and then click the Set permissions button to give the user permissions.
Figure 2 - Setting the user's permissions
Note: If you have set up a RabbitMQ cluster, you only need to create this user on one of the nodes; it will replicate out to the others.