Manage maintenance mode and system status
MAINTENANCE_MODE=false /api/maintenance/status Note: Maintenance mode is controlled by the MAINTENANCE_MODE environment variable. Changes take effect immediately without requiring a server restart. Use the bypass feature to test the maintenance page without affecting all users.
.env fileMAINTENANCE_MODE=true to enableMAINTENANCE_MODE=false to disable/maintenance directly?bypass=admin to any URL for admin access Configure MAINTENANCE_BYPASS_IPS in your environment to allow specific IP addresses to bypass maintenance mode automatically.