DC Associates Group logoDC Associates Group

Home / Support / Metabase on Ubuntu 24.04 LTS

Metabase on Ubuntu 24.04 LTS — Support & Quick Start

Metabase business intelligence on Ubuntu 24.04 LTS — dashboards and self-serve analytics running minutes after deploy.

At a glance

Application ports3000 (Metabase web UI)
Open in browserhttp://<VM-IP>:3000/
Admin credential filesudo cat /var/lib/metabase/admin-password
VersionMetabase 0.50
PlatformUbuntu 24.04 LTS

Quick start

  1. Open http://<VM-IP>:3000/ in your browser.
  2. Sign in as `admin` with the generated password (see command below), then change it immediately.
  3. Connect your first database (PostgreSQL, MySQL, SQL Server, and more) and start asking questions.

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/metabase/admin-password

Sign in as admin (unless noted), then change the password immediately. The file is root-only and can be deleted once the password is stored securely.

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.