Low Orbit Flux Logo 2 F

Changing the RabbitMQ Default Password

If you are getting started with RabbitMQ you are probably going to want to know what the default password is at some point. You are also probably going to want to know how to change that password.

The first time this came up and I needed to use it was to access the web GUI management interface. This was reachable here on the local machine that I was running on: http://127.0.0.1:15672/

Change RabbitMQ Default Password - Command Line:

To change the RabbitMQ default password use this command:

rabbitmqctl change_password guest SecretPassword1

This will change the password for the default user ‘guest’.

From the Web GUI

You can also change the default password from the Web GUI.

The “Admin” tab:

Changing the RabbitMQ Default Password

A user:

Changing the RabbitMQ Default Password