Home / Support / Gitea on Ubuntu 24.04 LTS
Gitea on Ubuntu 24.04 LTS — Gitea is a lightweight self-hosted Git service: repositories, pull requests, issues, and CI integration under your own control. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 3000 (web UI); Git over SSH uses the VM's port 22 |
|---|---|
| Open in browser | http://<VM-IP>:3000/ |
| Admin credential file | sudo cat /var/lib/gitea/admin-password |
| Sign in as | dcaadmin |
| Service(s) | gitea |
| Configuration | /etc/gitea/app.ini (open registration disabled); data in /var/lib/gitea/ |
| Logs | journalctl -u gitea -f |
| Version | Gitea 1.22.6 |
| 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/gitea/admin-passwordSign in as dcaadmin.
Sign in as dcaadmin (site administrator). Self-registration is disabled in app.ini; create users from Site Administration.
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.