LDAP ManagerOpen Source

LDAP Manager

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

LDAP Manager - Cluster home
Production ReadyEnterprise SecurityHigh Availability104 Tests
Features

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

Screenshots

Product Screenshots

Cluster home dashboard
Cluster home dashboard
User management
User management
Group management
Group management
Multi-node monitoring
Multi-node monitoring
Watch Demo

See LDAP Manager in Action

Watch how LDAP Manager simplifies directory service management with multi-cluster support, real-time monitoring, and custom schema detection.

Manage users and groups across multiple LDAP clusters
Monitor cluster health and connection metrics in real time
Custom schema auto-detection for any objectClass

Video Coming Soon

A product walkthrough video is being prepared

Quick Start

Deploy in seconds

Docker Run

docker run -d \
  -p 5000:5000 \
  -v $(pwd)/config.yml:/app/config.yml \
  ghcr.io/vibhuvioio/ldap-manager:latest

Docker Compose

version: '3.8'
services:
  ldap-manager:
    image: ghcr.io/vibhuvioio/ldap-manager:latest
    ports:
      - "5000:5000"
    volumes:
      - ./config.yml:/app/config.yml

Access 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.