Home / Support / InfluxDB on Ubuntu 24.04 LTS
InfluxDB on Ubuntu 24.04 LTS — InfluxDB is the leading open-source time-series database, purpose-built for metrics, events, and real-time analytics. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 8086 (HTTP API + UI) |
|---|---|
| Open in browser | http://<VM-IP>:8086/ |
| Admin credential file | sudo cat /var/lib/influxdb/admin-password |
| Sign in as | dcaadmin-<random> (INFLUXDB_ADMIN_USER in the credential file); the file also holds the org, bucket and operator token |
| Service(s) | influxdb |
| Configuration | /etc/influxdb/config.toml; data in /var/lib/influxdb/ |
| Logs | journalctl -u influxdb -f |
| Version | InfluxDB 2.7.11 |
| 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/influxdb/admin-passwordSign in as dcaadmin-<random> (INFLUXDB_ADMIN_USER in the credential file); the file also holds the org, bucket and operator token.
The UI username is per-VM (dcaadmin-xxxxxxxx). Keep the operator token secret — it has full access; issue scoped tokens for applications.
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.