LLDAP
Lightweight LDAP server with an easy web administration GUI for self-hosters.
Why consider LLDAP?
LLDAP is a lightweight, simplified LDAP server written in Rust with SQLite/Postgres. Designed as an easy alternative to complex OpenLDAP setups, it provides an intuitive web interface for managing users, groups, and password resets for Authelia and Authentik.
Learn LLDAP by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of LLDAP
LLDAP provides a frictionless centralized user directory for homelab and small business single sign-on stacks.
Running with Docker
docker run -d \ --name lldap \ -p 3890:3890 -p 17170:17170 \ -v $(pwd)/lldap_data:/data \ lldap/lldap:latestLLDAP is licensed under the GNU General Public License v3.0 (GPL-3.0).
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.