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

# Dashboard

> Real-time overview of your servers, sites, subscriptions, and platform health — role-aware for admins and clients.

<Info>
  **Path:** Dashboard (`/`) — visible to all users

  The dashboard is the first page after login. What you see depends on your role — admins see full server metrics and infrastructure controls, clients see their subscription, sites, and support links.
</Info>

## Admin Dashboard

### Top Bar

The admin header shows live server information for the currently selected server:

| Element             | Description                                     |
| ------------------- | ----------------------------------------------- |
| **Hostname**        | Server name with a live connection status dot   |
| **IP Address**      | Public IP of the selected server                |
| **Kernel**          | Linux kernel version                            |
| **Uptime**          | Time since last reboot                          |
| **Server Selector** | Switch between local and remote managed servers |
| **Clock**           | Current time and timezone                       |
| **Auto-refresh**    | Polling interval: Off / 5s / 10s / 30s / 1m     |

### Setup Warnings

If configuration is incomplete, alert banners appear at the top:

* **Domain not configured** — panel domain not set
* **Invalid license** — license key missing or suspended
* **Mail not configured** — SMTP not set up

Click any banner to jump directly to the relevant settings page.

### Metric Widgets

The admin dashboard shows a customizable grid of metric tiles:

<CardGroup cols={2}>
  <Card title="CPU" icon="microchip" color="#6366f1">
    Usage percentage and core count, live
  </Card>

  <Card title="RAM" icon="server" color="#10b981">
    Used / total memory with cached memory breakdown
  </Card>

  <Card title="Network" icon="wifi" color="#f59e0b">
    Bytes sent and received per second
  </Card>

  <Card title="Disk" icon="database" color="#8b5cf6">
    Usage percentage, used and free space
  </Card>
</CardGroup>

Additional widgets:

* **Chart Panel** — Historical metrics graph with selectable time ranges
* **Quick Actions** — Shortcut buttons for Servers, Docker, and Terminal; hardware specs display
* **Applications Table** — All deployed apps with ID, name, type, status badge, and primary domain

***

## Client Dashboard

When a regular (non-admin) user logs in, the dashboard shows:

### Welcome Section

Personalized greeting with a prominent **New Site** button.

### Stats Cards

Three counters at a glance:

| Card             | Shows                            |
| ---------------- | -------------------------------- |
| **Applications** | Total WordPress / app count      |
| **Live Domains** | Number of active domains         |
| **Running**      | Count of currently running sites |

### Subscription Widget

Shows the client's current plan at a glance:

* Plan name and trial/expiry status
* Resource specs: CPU, RAM, Disk
* Site usage tracker with progress bar
* **Manage** button to open the Billing page

### Sites Grid

The 6 most recently deployed sites displayed as cards:

* Site name and URL
* Running / stopped status indicator
* WordPress version
* Environment count

### Support Links

Configurable quick-access links to your support center, pulled from the appearance settings.

***

## Navigation & Sidebar

The left sidebar groups all features by category. Use the **sidebar presets** (from the user menu at the bottom) to show only the tools you need:

| Preset              | Best For                          |
| ------------------- | --------------------------------- |
| **Full**            | Access everything                 |
| **Web Hosting**     | Domains, SSL, databases           |
| **Email Admin**     | Email server, DNS, security       |
| **Docker / DevOps** | Docker, Git, monitoring           |
| **Minimal**         | Dashboard, servers, terminal only |
