Admin Dashboard
Manage all administrative features, user management, permissions, and global settings.
Warning: Settings and actions below this point can have consequences for the entire system!
Manage all administrative features, user management, permissions, and global settings.
Management Shortcuts
Quick access to common admin modules.
Server Status & Logs
System health, resource usage & recent error insights.
Server Status:{' '} {serverStats.status === 'Online' ? 'Server Online' : 'Offline'}
Uptime: {serverStats.uptime}
CPU Usage: {serverStats.cpu}
Memory Usage: {serverStats.memory} GB
Recent Error Logs
{serverStats.recentErrors.length === 0 && (No recent logs.
)} {/* Placeholder for future logs list */} {/* TODO: Replace with mapped log entries */}