Dashboard Overview
Overview of the BlueSentinel admin dashboard and its key features.
Overview
The BlueSentinel admin dashboard is a web-based interface for managing all aspects of your DLP deployment. Access it at https://your-server:5100.
Dashboard Home
The home page shows a real-time summary:
- Online Devices — Count of devices with a heartbeat in the last 5 minutes
- Active Alerts — Unacknowledged alerts requiring attention
- Threats Blocked — Total blocked attempts in the last 24 hours
- Compliance Score — Percentage of devices with all guards active and encryption enabled
Navigation
| Section | Purpose |
|---|---|
| Dashboard | Real-time overview and statistics |
| Devices | Manage enrolled endpoints |
| Groups | Organize devices into hierarchical groups |
| Policies | Create and manage security policies |
| Exceptions | Per-device or per-user policy overrides |
| USB Devices | USB whitelist management |
| Alerts | View and acknowledge security alerts |
| Enrollment | Generate enrollment tokens |
| Users | Manage admin users and RBAC roles |
| Settings | Tenant and system settings |
| Audit Log | Complete audit trail of admin actions |
Authentication
The dashboard supports two authentication methods:
- Session-based — Login via the web form at
/login - JWT Bearer — API access via
POST /api/auth/loginreturning a JWT token (12-hour expiry)
Multi-Tenant Isolation
Every query is automatically scoped to the current user's tenant. Super admins can switch between tenants using the tenant selector.
RBAC Roles
| Role | View | Manage | Admin |
|---|---|---|---|
| Viewer | Yes | No | No |
| Tenant Manager | Yes | Yes | No |
| Tenant Admin | Yes | Yes | Yes |
| Super Admin | All tenants | All tenants | All tenants |