---
title: "Dashboard"
description: "The landing page — player counts, ban and strike trends, and recent activity at a glance."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.asphyxia.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

The Dashboard is the first thing you see after signing in. It answers one
question: *is anything unusual happening on my server right now?*

Everything here is for the server selected in the switcher at the top of the
sidebar.

## Stat cards

Across the top, each card shows a current figure and how it compares to the
previous period.

| Card | Shows |
| :--- | :--- |
| Total players | Everyone Asphyxia has ever seen, and how many joined this week |
| Active bans | Bans currently in force, and how many were issued this week |
| Active strikes | Unresolved strikes, and how many were issued this week |
| Admins | How many admins are registered |

The week-over-week comparison is the useful part. A ban count that doubled
overnight usually means either a cheat menu just got popular, or one of your
detections started misfiring.

## Charts

**Bans and unbans over time** — a 14-day view. A spike in bans with no matching
spike in unbans is normal enforcement. A spike in *unbans* means your staff are
reversing decisions, which is worth understanding.

**Strike severity** — the split between low, medium and high. Mostly-low is
healthy. A lot of high-severity strikes means real cheating attempts are
getting through to detection.

**Ban reasons** — which detections are actually catching people. If one reason
dominates, check it's catching what you think — see
[Configuration](/website/configuration).

**Disconnect reasons** — why players leave. A lot of anti-cheat disconnects
points at [heartbeat](/anticheat/heartbeat) problems rather than cheating.

**Average session duration** — how long people stay. Worth watching after you
tighten the [trust filter](/website/configuration), since a drop can mean
you're turning away legitimate players.

**Peak players** — the highest concurrent player count per day.

## Recent activity

A live feed of the last few things Asphyxia and your staff did — bans, strikes,
admin actions. It's a preview of the [Audit Log](/website/logs); click through
for the full, filterable history.

## When something looks wrong

| What you see | Where to look |
| :--- | :--- |
| Ban spike | [Bans](/website/bans) — read the reasons |
| Strike spike | [Strikes](/website/strikes) — check whether the details are plausible |
| Lots of anti-cheat disconnects | [Troubleshooting](/anticheat/troubleshooting) |
| Session duration dropped | [Configuration](/website/configuration) — trust filter too strict? |
| No data at all | Your server isn't connected — [Servers](/website/servers) |

Source: https://docs.asphyxia.dev/website/dashboard/index.mdx
