Home / Support / Gotify on Ubuntu 24.04 LTS
Gotify on Ubuntu 24.04 LTS — Gotify is a lightweight self-hosted push-notification server with a simple REST API, web UI and mobile apps — send alerts from scripts and services to your phone. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscrip…
| Application ports | 80 (web UI + API) |
|---|---|
| Open in browser | http://<VM-IP>/ |
| Admin credential file | sudo cat /root/gotify-admin-credentials.txt |
| Sign in as | admin |
| Service(s) | gotify |
| Configuration | /etc/gotify/ (config.yml — its defaultuser block applies only at database creation); data in /var/lib/gotify/ |
| Logs | journalctl -u gotify -f |
| Version | Gotify 2.9.1 |
| 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/gotify-admin-credentials.txtSign in as admin.
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.