RABBITMQ Web Management interface cannot log on with guest user

Source: Internet
Author: User
Tags rabbitmq

Install the latest version of RABBITMQ (3.3.1), and enable management plugin, using the default account guest login to the management console, but prompted the login failed.

After looking through the official release document, I learned that because the account guest has all the operation rights, and is the default account, for security reasons, guest users can only use localhost login, It is recommended that you modify the password of the guest user and create new account management using RABBITMQ (this feature was introduced in version 3.3.0).

Although can be in a more wretched way: The Ebin directory under the Rabbit.app in the Loopback_users << "Guest" >> Delete, or in the configuration file Rabbitmq.config to configure the item,

and restart the RABBITMQ, can use the Guest account any IP login management console, but always contrary to the original intention of the designer, coupled with the previous understanding of this piece is not much, so it is necessary to summarize.

1. User Management

User management includes adding users, deleting users, viewing user lists, and modifying user passwords.

The corresponding command

(1) Add a new user

Rabbitmqctl Add_user Username Password

(2) Delete a user

Rabbitmqctl Delete_user Username

(3) Modify the user's password

Rabbitmqctl Change_password Username NewPassword

(4) View current user list

Rabbitmqctl list_users

RABBITMQ Web Management interface cannot log on with guest user

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.