LLDAP
A lightweight LDAP server with a built-in web UI for managing users and groups. Uses an embedded database so no external database is needed.
Default Credentials
- Username:
admin
- Password: auto-generated — find it in your Zeabur dashboard under Service > Variables >
LLDAP_LDAP_USER_PASS
What You Can Do After Deployment
- Visit your domain — log in with the credentials above to access the web management UI
- Create users and groups — manage LDAP users and groups through the intuitive web interface
- Configure LDAP clients — point your applications to port 3890 for LDAP authentication using base DN from
LLDAP_LDAP_BASE_DN
- Integrate with other services — use LLDAP as the authentication backend for services like Nextcloud, Gitea, Authelia, and more
Ports
- 17170 — Web management UI (exposed via domain)
- 3890 — LDAP protocol (for client connections)
Key Features
- Lightweight LDAP implementation
- Built-in web UI for user/group management
- Embedded database (no external DB required)
- Password reset via email
- GraphQL API for programmatic access
- Compatible with standard LDAP clients
License
GPL-3.0 — GitHub