Skip to content

Administrator Tools — Area Overview

Platform area: Administrator Tools
Color: Blue (#057CFE)
Audience: Platform administrators, site operators, institutional IT staff


What This Area Covers

Administrator Tools covers everything needed to run and configure an Open edX platform instance — from Django admin and feature flags, to user management and SSO, institutional analytics dashboards, third-party integrations (LTI, SCORM, enterprise systems), and the infrastructure that keeps the platform running.

Administrators operate at the platform level rather than the course level. Their decisions affect all users and all courses on the instance.


Feature Areas

#Feature AreaDescriptionStatus
1Platform ConfigurationSite config, feature flags, Django admin, waffle flagsscaffold
2User Management & SSOUser accounts, roles, SAML/OAuth SSO providersscaffold
3Institutional AnalyticsPlatform-wide reporting and data pipelines (Aspects)scaffold
4IntegrationsLTI 1.1/1.3, webhooks, enterprise system connectorsscaffold
5Hosting & InfrastructureDeployment, Celery, databases, scaling, monitoringscaffold

Key Architecture Themes

  • Django admin as the primary config surface: Many platform behaviors are still configured through Django admin (site configuration, course access, user roles) — MFE admin tools are supplementary
  • Tutor as the de facto deployment standard: Most Open edX deployments use Tutor (maintained by Edly/overhangio, not in the openedx org) for Docker-based deployment
  • Enterprise as a distinct layer: B2B features (enterprise enrollment, SSO, integrated channels) live primarily in edx-enterprise and related repos; this is a major Surface for providers like Edly and OpenCraft
  • Aspects replaces legacy reporting: The old edX Insights product is being superseded by Aspects, which uses ClickHouse for analytics storage and Apache Superset for dashboards

Primary Repositories

RepositoryRole
openedx-platformDjango admin, site configuration, waffle flags, user models
edx-enterpriseEnterprise features: B2B admin, SSO, enrollments
openedx-aspectsInstitutional analytics (ClickHouse + Superset)
xblock-lti-consumerLTI 1.1 and 1.3 consumer
frontend-app-admin-portalB2B admin portal MFE
auth-backendsSSO backend implementations (SAML, OAuth2)

Schema Education — Internal Research