Home / Support / OpenBao on Ubuntu 24.04 LTS
OpenBao on Ubuntu 24.04 LTS — OpenBao is the open-source fork of Vault: centralized secrets management, encryption as a service, and dynamic credentials. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
The shipped config no longer carries the `disable_mlock = false` line that OpenBao 2.5 refuses, so the service starts, first boot runs `bao operator init`, unseals with the generated keys and writes /var/lib/openbao/init.json (root token + 5 unseal keys, threshold 3) after health-checking the API as initialized and unsealed.
If you deployed this VM before 2026-09-16, it came from the older image and is not changed by the new publication — redeploy from the current Marketplace version, or apply the one-time repair below:
sudo systemctl restart openbao
sudo systemctl restart firstbootImage change: see the pull request.
Source: the Marketplace live version set for this offer, read from Partner Center on 2026-09-16. New deployments take the newest version by default.
| Application ports | 8200 (HTTP API + UI) |
|---|---|
| Open in browser | http://<VM-IP>:8200/ui/ |
| Admin credential file | sudo cat /var/lib/openbao/init.json # root token + unseal keys — move to secure storage |
| Sign in as | root token (root_token in init.json) — there is no username/password |
| Service(s) | openbao |
| Configuration | /etc/openbao/ (server config); data in /var/lib/openbao/ |
| Logs | journalctl -u openbao -f |
| Version | OpenBao 2.5.5 |
| 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 /var/lib/openbao/init.json # root token + unseal keys — move to secure storageSign in as root token (root_token in init.json) — there is no username/password.
Sign in with the root token from init.json (Token auth method). Secure the init material immediately — anyone with the file owns the vault. A restarted VM comes up sealed and must be unsealed with 3 of the 5 keys.
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.