> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/admin-section/admin-dashboard.md).

# Admin Dashboard

The dashboard provides a unified view of the entire WorkSpaces environment and estate, including real-time health, usage, and activity metrics. The dashboard now features a tabbed interface, separating the main **Admin Dashboard** view from **Event Logs**, which serve as an audit trail of administrative actions and system events.

<figure><img src="/files/fAOxXhJavdQsP8rFqoQA" alt=""><figcaption><p>Admin Dashboard</p></figcaption></figure>

{% hint style="info" %}
The **Admin Dashboard** can be personalised by clicking **Customize**, allowing administrators to choose which **dashboard tiles** are displayed and tailor the dashboard to their requirements. Clicking a **tile** opens the associated **report** or **management page**. All dashboard features are intuitive and are explained throughout this document.
{% endhint %}

Available Tiles:&#x20;

* [Unhealthy WorkSpaces](/admin/admin-section/insights/unhealthy.md)
* [Healthy WorkSpaces](/admin/admin-section/workspaces-personal.md)
* [Stopped WorkSpaces](/admin/admin-section/insights/stopped.md)
* [Unused WorkSpaces](/admin/admin-section/insights/unused-workspaces.md)
* [Connected Users](/admin/admin-section/workspaces-personal.md)
* Portal Licenses (in percentage of use)
* Always On
* AutoStop
* [Disabled Users Account](/admin/admin-section/insights/disabled-users.md)
* [Orphaned (WorkSpaces)](/admin/admin-section/insights/orphaned-workspaces.md)
* [Available IP's](/admin/resources-section/directories.md)
* Recently Disconnected
* API Rate Exception
* [Recommendations](/admin/admin-section/insights/recommendations.md)
* Standyby WorkSpaces
* [Disk Space Alert](/admin/admin-section/insights/low-disk-space.md)
* [Anomalies Detected](/admin/admin-section/anomaly-detection.md)
* [Quota Limits](/admin/admin-section/insights/service-limits.md)
* [No User Email](/admin/admin-section/insights/no-email.md)
* Hangfire Health
* CO Directories (Cost Optimizer)

{% hint style="success" %}
WorkSpaces Manager has a auto-fix for Amazon WorkSpaces. However, in a very small amount of cases, **AWS Support** will be required to fix these and these will be shown under the **Unhealthy WorkSpaces** tile.
{% endhint %}

{% hint style="danger" %}
When available disk space drops below 10% on the WSM SQL database, a **SQL Disk Space Warning** tile is shown to alert administrators.
{% endhint %}

<figure><img src="/files/8Eme6VA5tqo4ow2xDbQh" alt=""><figcaption><p>Event Logs</p></figcaption></figure>

In the Event Logs tab you’ll find a chronological audit trail of key actions performed in WorkSpaces Manager including user logins, WorkSpace updates, system events, and admin activity. Use the search box in the top right corner to quickly locate specific events or filter actions by user just enter a keyword, event type, or username. You can also sort logs from newest to oldest or vice versa using the column sort controls.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nuvens.cloud/admin/admin-section/admin-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
