Open SourceLDAP Manager
Modern, lightweight web interface for managing your OpenLDAP servers. Multi-cluster support, real-time monitoring, and custom schema detection.

Everything you need to manage LDAP
Directory Management
Browse, search, and manage LDAP entries with an intuitive interface
Multi-Cluster Support
Connect and manage multiple LDAP servers from a single interface
Server-Side Pagination
Efficient handling of large directories using LDAP Simple Paged Results (RFC 2696)
Server-Side Search
Fast LDAP filter-based search across uid, cn, mail, and sn attributes
Custom Schema Support
Automatically detects and displays custom objectClasses and attributes
Real-Time Monitoring
View cluster health status, connection metrics, and operation statistics
Product Screenshots




See LDAP Manager in Action
Watch how LDAP Manager simplifies directory service management with multi-cluster support, real-time monitoring, and custom schema detection.
Video Coming Soon
A product walkthrough video is being prepared
Deploy in seconds
Docker Run
docker run -d \
-p 5000:5000 \
-v $(pwd)/config.yml:/app/config.yml \
ghcr.io/vibhuvioio/ldap-manager:latestDocker Compose
version: '3.8'
services:
ldap-manager:
image: ghcr.io/vibhuvioio/ldap-manager:latest
ports:
- "5000:5000"
volumes:
- ./config.yml:/app/config.ymlAccess the UI at http://localhost:5000
Ready to get started?
Deploy your own LDAP Manager in minutes with our comprehensive documentation and Docker Compose setup.