Home / Support / authentik on Ubuntu 24.04 LTS
authentik on Ubuntu 24.04 LTS — authentik is a modern open-source identity provider: SSO, MFA, and user lifecycle management with SAML, OAuth2/OIDC, and LDAP support. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 9000 (HTTP), 9443 (HTTPS, self-signed) |
|---|---|
| Open in browser | http://<VM-IP>:9000/ |
| Admin credential file | sudo cat /opt/authentik/admin-password |
| Sign in as | akadmin |
| Service(s) | authentik (systemd unit wrapping `docker compose` in /opt/authentik), docker |
| Configuration | /opt/authentik/docker-compose.yml; /opt/authentik/.env (secrets, root-only) |
| Logs | cd /opt/authentik && sudo docker compose logs -f |
| Version | authentik 2024.12.3 (Docker Compose stack) |
| 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 /opt/authentik/admin-passwordSign in as akadmin.
Sign in as akadmin with AUTHENTIK_BOOTSTRAP_PASSWORD from the file. The file also holds a bootstrap API token; rotate it after first login.
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.