Home / Support / VictoriaMetrics on Ubuntu 24.04 LTS
VictoriaMetrics on Ubuntu 24.04 LTS — VictoriaMetrics is a fast, resource-efficient time-series database and long-term store, compatible with Prometheus remote_write, PromQL/MetricsQL and Grafana. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure sub…
| Application ports | 8428 (HTTP API + vmui — Basic Auth on all endpoints) |
|---|---|
| Open in browser | http://<VM-IP>:8428/vmui/ |
| Admin credential file | sudo cat /root/victoriametrics-admin-credentials.txt |
| Sign in as | vmadmin (VM_AUTH_USER) with the generated password (Basic Auth) |
| Service(s) | victoriametrics |
| Configuration | /etc/default/victoriametrics (VM_AUTH_USER / VM_AUTH_PASSWORD, root-only); data in /var/lib/victoriametrics/ |
| Logs | journalctl -u victoriametrics -f |
| Version | VictoriaMetrics 1.147.0 (single node) |
| 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 /root/victoriametrics-admin-credentials.txtSign in as vmadmin (VM_AUTH_USER) with the generated password (Basic Auth).
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.
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.