https://github.com/h2-invent/jitsi-admin
Jitsi Admin – Conference Organizer Manage and control your video conferences with support for Jitsi Meet and LiveKit. Includes an optimized LiveKit frontend for enhanced efficiency and performance.
https://github.com/h2-invent/jitsi-admin
jitsi jitsi-admin jitsi-manager jitsi-meet livekit livekit-sdk verwalten-von-konferenzen videoconference
Last synced: 3 months ago
JSON representation
Jitsi Admin – Conference Organizer Manage and control your video conferences with support for Jitsi Meet and LiveKit. Includes an optimized LiveKit frontend for enhanced efficiency and performance.
- Host: GitHub
- URL: https://github.com/h2-invent/jitsi-admin
- Owner: H2-invent
- License: agpl-3.0
- Created: 2020-12-28T15:21:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-20T15:47:54.000Z (4 months ago)
- Last Synced: 2026-02-20T20:15:36.019Z (4 months ago)
- Topics: jitsi, jitsi-admin, jitsi-manager, jitsi-meet, livekit, livekit-sdk, verwalten-von-konferenzen, videoconference
- Language: PHP
- Homepage: https://meetling.de
- Size: 67 MB
- Stars: 176
- Watchers: 10
- Forks: 59
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[deutsch](README_de.md)
Jitsi Admin
Overview
Jitsi Admin (formerly Jitsi Manager) is a central administration platform
for operating Jitsi and Livekit based video conferencing infrastructures.
The platform focuses on control, security and scalability.
It is built for organizations that want predictable behavior instead of ad-hoc meetings
and unmanaged conference links.
Architecture
-
Frontend: Purpose-built UI, optimized for daily administrative workflows -
Backend: Conference lifecycle management, scheduling, JWT handling -
Media Layer:
- Jitsi (classic deployments)
-
Livekit (recommended for performance and stability)
Authentication can be operated with or without JWTs.
Running public conferences without protection will result in abuse. That is not a bug.
Key Features
Media
Livekit integration · Jitsi support · Low latency WebRTC · Direct calls · Webinars
Scheduling
Series appointments · Polls · Outlook / iCal · Calendly integration
Identity
LDAP · SSO (Keycloak etc.) · Guest access via JWT
Tooling
Chrome Extension:
Meetling
Installation
Jitsi Admin requires shell access and basic Docker or Kubernetes knowledge.
This is infrastructure software, not a hosted SaaS click-install.
Docker
Recommended for small to medium installations.
👉 Docker installation instructions
Kubernetes / Helm
Recommended for production and high availability setups.
Livekit Evaluation
- Install Livekit
- Configure it via the Jitsi Admin UI
- Run a conference
The difference in latency and media quality compared to classic Jitsi is obvious.
User Interface
Dashboard
Central overview of conferences and system state.
Server Management
Multiple Jitsi servers combined into one logical setup.
Authentication
SSO based login via Keycloak or compatible providers.
Conference Join
Guests: Join via email link, JWT is generated automatically.
Users: Join directly via web UI or Electron app.
Getting Started
Project website: https://jitsi-admin.de
Community
Matrix channel:
#jitsi-admin:h2-invent.com
Join via matrix.to
Community call every even Thursday at 18:00 (CEST).
Mailing Lists
Join mailing list
Technical updates only. No marketing. Double opt-in.
Partners & Sponsors

Public sector cooperation (Baden-Württemberg)
Support Policy
Jitsi Admin is free software.
Free individual support is not included.
Invalid issues and support requests will be closed.
This is intentional.
License
AGPL-3.0
License text ·
LICENSE file
Customization
Use .env.custom for overrides.
After changes run:
bash installDocker.sh
docker-compose up is not sufficient.