Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Password of rabbitmq system user

Tags:

rabbitmq

It's written in the documentation that RabbitMQ server

is set up to run as system user rabbitmq

What is the default password of the user?

like image 698
rok Avatar asked Aug 13 '17 12:08

rok


People also ask

How do I find my RabbitMQ username and password?

Open the RabbitMQ management console, http://localhost:15672 . Login as a guest. Enter guest as the Username and Password. Note: The default user “guest” is an administrative user and its login credentials are published on the official RabbitMQ web site.

Where is RabbitMQ password stored?

One of the backends, known as internal or built-in, uses internal RabbitMQ data store to store user credentials. When a new user is added using rabbitmqctl, the user's password is combined with a salt value and hashed. RabbitMQ can be configured to use different password hashing functions: SHA-256.

How do I access RabbitMQ locally?

local, it can be accessed by users with sufficient privileges at either http://warp10.local:15672/ or http://localhost:15672/ (provided that localhost resolves correctly).


1 Answers

Defaults :

Username: guest
Password: guest
like image 144
Alex Kapustin Avatar answered Nov 16 '22 01:11

Alex Kapustin