Dashboard
The organization-level stats and activity overview.
The Dashboard (/dashboard) is the landing page for authenticated users. It presents a high-level summary of your organization's network security state.
What's on the Dashboard
The dashboard renders the <Dashboard /> feature component, which aggregates key metrics and recent activity into a single view. Typical content includes:
- Organization-scoped activity counts
- Recent events and alerts
- Quick-access links to Devices, Policies, and Zones
Data Loading
The dashboard uses React Server Components. Data is fetched server-side on every request, scoped to the authenticated user's active organization.
Session required
If no valid session or active organization is found, the page will throw an error and the global error boundary will handle it.
Navigation
From the dashboard you can navigate directly to any major section using the sidebar. The sidebar state (collapsed/expanded) is persisted in a cookie so your preference is remembered between sessions.
How is this guide?
Last updated on