When you start a new RabbitMQ instance, it comes with a default user called guest and a password also called guest. This user has full access to the RabbitMQ management plugin, which is enabled by default. However, this user can only connect from localhost, which means that you cannot use it to connect to RabbitMQ from another machine.
RabbitGUI is a RabbitMQ IDE that allows you to connect to RabbitMQ instances and manage them easily. To connect to your local RabbitMQ instance with RabbitGUI, create a connexion with the following information:

You can save your connexion, and it will appear in the list of connexions. You can also add multiple connexions to different RabbitMQ instances, and they will be displayed alongside.

RabbitMQ ships with a rudimentary admin interface that you can access at http://127.0.0.1:15672 by default. You will be presented with a simple login page where you can enter the default credentials:

RabbitMQ tutorialRabbitMQ Retry Pattern: How to Retry Failed MessagesLearn how to implement message retry patterns in RabbitMQ using dead-letter queues, delayed retries with TTL, and exponential backoff strategies.
RabbitMQ tutorialRabbitMQ exchange types explained with animationsLearn how RabbitMQ exchanges work and when to use each type. Covers direct, fanout, topic, and headers exchanges with practical examples and use cases.
RabbitMQ tutorialRabbitMQ Delayed MessagesLearn how to implement delayed messages in RabbitMQ using the delayed message exchange plugin and the message TTL with dead-letter queue pattern.Debug, monitor, and manage RabbitMQ with a modern developer interface.
Try now
ProductAnnouncing RabbitGUI 1.1: Now on Windows and LinuxRabbitGUI v1.1 brings native support for Windows, Linux, and Intel-based Macs, along with a built-in auto updater. Here's why this release matters.
Cheat sheetRabbitMQ Javascript Cheat-SheetEverything you need to know to get started with RabbitMQ in NodeJs and Docker with code examples ready to go.
ProductHow to log into your CloudAMQP RabbitMQ instanceUse RabbitGUI to connect to your CloudAMQP instance and manage your dead letter queues with ease