Admin Dashboard

Administrative overview and monitoring tools

Admin Dashboard

The Admin Dashboard provides a read-only overview of cluster status and key performance indicators for administrators.

Admin Dashboard screenshot

Overview

The admin dashboard is designed to give cluster administrators a comprehensive view of system health and usage at a glance. Most information is display-only, with limited configuration options.

Dashboard Panels

Stats

View critical cluster statistics:

  • Total cluster utilization
  • Active jobs count
  • Queue status
  • Resource allocation summary

Cluster Status

Monitor the operational status of your cluster:

  • Node state distribution
  • Partition availability
  • Current job distribution
  • System health indicators

Plugin Status

View which dashboard plugins are currently enabled:

  • AI Chat Assistant
  • Prometheus Integration
  • InfluxDB Integration
  • Job Metrics Dashboard
  • Historical Data
  • Modules Browser

Plugin Configuration:

Plugin settings are configured in the .env file and require a server restart to take effect. The admin dashboard displays current plugin status but does not modify settings.

Hierarchy Configuration

The admin dashboard includes tools for configuring organizational hierarchy for the job metrics feature:

  • Define organizational structure (colleges, departments, etc.)
  • Manage hierarchy labels
  • Configure data groupings

For detailed information on setting up hierarchy, see Job Metrics Hierarchy Configuration.

Access Control

Authentication Required:

The Admin Dashboard requires authentication. Access credentials are configured in your .env file:

ADMIN_USERNAME="admin"
ADMIN_PASSWORD="password"

Ensure you change the default password in production environments.