Home / Support / Authelia on Ubuntu 24.04 LTS
Authelia on Ubuntu 24.04 LTS — Authelia is a single sign-on and two-factor authentication portal that sits in front of your reverse proxy (nginx, Traefik, Caddy) to protect web applications. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscript…
| Application ports | 9091 (portal / API) |
|---|---|
| Open in browser | http://<VM-IP>:9091/ |
| Admin credential file | sudo cat /root/authelia-admin-credentials.txt |
| Sign in as | admin |
| Service(s) | authelia |
| Configuration | /etc/authelia/configuration.yml (session.cookies domain + authelia_url MUST be set to your domain); users in /etc/authelia/users_database.yml |
| Logs | journalctl -u authelia -f |
| Version | Authelia 4.39.20 |
| 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/authelia-admin-credentials.txtSign in as admin.
Sign in as admin with the generated password — but only through your own domain: Authelia validates the request Host against session.cookies, which ships as a placeholder until you set it.
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.