| Application ports | 5672 (AMQP), 15672 (management UI) |
|---|---|
| Open in browser | http://<VM-IP>:15672/ |
| Admin credential file | sudo cat /opt/rabbitmq/admin-password |
| Sign in as | dcaadmin-<random> (RABBITMQ_ADMIN_USER in the credential file — not `admin` or `guest`) |
| Service(s) | rabbitmq-server |
| Configuration | /etc/rabbitmq/rabbitmq.conf; /etc/rabbitmq/enabled_plugins |
| Logs | /var/log/rabbitmq/; journalctl -u rabbitmq-server -f |
| Version | RabbitMQ 4.0.9 (Erlang 26) |
| Platform | Ubuntu 24.04 LTS |
This image generates its admin credential on the VM at first boot — nothing is pre-set. SSH into the VM with the username + key you chose at deploy, then print the generated credential:
ssh <your-username>@<VM-IP>
sudo cat /opt/rabbitmq/admin-passwordSign in as dcaadmin-<random> (RABBITMQ_ADMIN_USER in the credential file — not `admin` or `guest`).
The management user is per-VM (dcaadmin-xxxxxxxx), not `admin`; both lines are in the file.
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.