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

SectionPurpose
DashboardReal-time overview and statistics
DevicesManage enrolled endpoints
GroupsOrganize devices into hierarchical groups
PoliciesCreate and manage security policies
ExceptionsPer-device or per-user policy overrides
USB DevicesUSB whitelist management
AlertsView and acknowledge security alerts
EnrollmentGenerate enrollment tokens
UsersManage admin users and RBAC roles
SettingsTenant and system settings
Audit LogComplete 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/login returning 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

RoleViewManageAdmin
ViewerYesNoNo
Tenant ManagerYesYesNo
Tenant AdminYesYesYes
Super AdminAll tenantsAll tenantsAll tenants