DC Associates Group logoDC Associates Group

Home / Support / OpenBao on Ubuntu 24.04 LTS

OpenBao on Ubuntu 24.04 LTS — Support & Quick Start

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 DC Associates Group on the Azure Marketplace, deployed in your own Azure subscription.

At a glance

Application ports8200 (API/UI)
Open in browserhttp://<VM-IP>:8200/ui/
Admin credential filesudo cat /var/lib/openbao/init.json # unseal keys + root token — move to secure storage
VersionOpenBao 2.5.5
PlatformUbuntu 24.04 LTS

Quick start

  1. Deploy from the Azure Marketplace (Get It Now → Create), choosing your SSH key at the Administration step.
  2. Allow inbound SSH (22) for yourself plus the application port(s): 8200 (API/UI) — restrict to your own IP where possible.
  3. Open http://<your-VM-IP>:8200/ui/ in your browser and sign in.
  4. Print the generated admin credential (see the support page) and change it after first sign-in.

Get your admin password (one time)

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  # unseal keys + root token — move to secure storage

Sign in with the root token from init.json (not a username/password).

Still stuck?

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.