DC Associates Group logoDC Associates Group

Home / Support / Apache Superset on Ubuntu 24.04 LTS

Apache Superset on Ubuntu 24.04 LTS — Support & Quick Start

Apache Superset 6 data exploration and visualization platform on Ubuntu 24.04 LTS with a unique per-VM admin password.

At a glance

Application ports8088 (Superset web UI)
Open in browserhttp://<VM-IP>:8088/
Admin credential filesudo cat /var/lib/superset/admin-password
VersionApache Superset 6.1
PlatformUbuntu 24.04 LTS

Quick start

  1. Open http://<VM-IP>:8088/ in your browser.
  2. Sign in as `admin` with the generated password (see command below), then change it immediately.
  3. Add a database connection, define datasets, and build charts and dashboards with SQL Lab.

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/superset/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.