Back to docs

Admin Panel

Manage users, system configuration, logs, and platform features.

June 4, 2026admin · users · system · logs · settings · registration · sessions · maintenance
🔐 Admin only. This section is restricted to Platform Administrators.

Admin Panel Overview

Full platform-level control — users, system config, feature flags, logs, and maintenance.

User Management

📋 List users

Browse all registered accounts

➕ Create user

Add accounts manually

✏️ Edit user

Modify profile & permissions

🚫 Suspend / 🔓 Activate

Instantly gate access

System Settings

Section Controls
GeneralPlatform name, logo, base URL
EmailSMTP server configuration
StorageProvider, quotas, CDN settings
SecurityPassword policies, session limits, IP allowlist

Registration Control

Control how new users can join the platform. Go to Settings → Features to configure the registration mode:

🌐 Open

Anyone can register freely

🔑 Invitation Only

Requires a secret invitation code

🚫 Disabled

No new registrations allowed

💡 Invitation mode: Set an invitation code in Settings → Features. Share the link /auth/register?invite=YOUR_CODE with people you want to invite.

Session Management

Manage active sessions across the entire platform from Settings → Sessions:

  • Revoke All Sessions — instantly log out every user on the platform (your own session is preserved)
  • Useful after a security incident, credential leak, or permission changes
  • All affected users will need to sign in again
⚠️ Caution: Revoking all sessions is immediate and cannot be undone. All non-admin users will be logged out instantly.

Feature Flags

Toggle features on/off for controlled rollouts or testing:

  • Enable a flag globally or per-organization
  • Use percentage-based rollouts for gradual deployment
  • Instantly disable a feature if issues are detected

Maintenance

Keep the platform running smoothly with built-in maintenance tools:

🔧 Maintenance Mode

Block all access with a custom message — only admins can still log in

🗑️ Clear Cache

Flush CDN and server caches

💾 Database Backups

Schedule and download backups

ℹ️ Tip: Enable Maintenance Mode when you need to temporarily block logins for all users. This effectively disables login for the entire platform while allowing admins to continue working.