System Administration

Manage maintenance mode and system status

Maintenance Mode Control

SYSTEM OPERATIONAL

Current Status

Mode:Operational
Can Bypass:No
Client IP:Unknown

Quick Actions

Configuration

Environment Variable: MAINTENANCE_MODE=false
API Endpoint: /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.

System Health

Frontend:Operational
Backend:Operational
Database:Operational

Environment

Mode:Production
Auth:Enabled
Gateway:https://api.profabighicapital.com/

How to Enable/Disable Maintenance Mode

Method 1: Environment Variable (Recommended)

  1. Edit your .env file
  2. Set MAINTENANCE_MODE=true to enable
  3. Set MAINTENANCE_MODE=false to disable
  4. Restart the application

Method 2: Admin Bypass (Testing)

  1. Use the "Enable Bypass" button above to test maintenance page
  2. Visit /maintenance directly
  3. Add ?bypass=admin to any URL for admin access

Method 3: IP Whitelist

Configure MAINTENANCE_BYPASS_IPS in your environment to allow specific IP addresses to bypass maintenance mode automatically.