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

# Admin Panel

The Admin Panel gives Adminstrators a centralized overview of:

* Snapshots
* Storage usage
* protected vs unprotected VMs

In addition does it contain the functionalities to control:

* Enable/Disable Global Job Scheduler
* Enable/Disable email alerts
* Update email alert email list

## Accessing the Admin Panel

To access the Admin Panel the following steps need to be followed:

1. Login into RHV-Manager as a user with admin privileges
2. In the main menu click on Backup
3. In the Backup sub-menu click on Admin Panel

## Admin Panel Overview tab

The Overview tab of the Admin Panel shows the following information:

* Graphical overview of how many Snapshots are available, errored or canceled
* Percentage of Snapshots that are Full Snapshots
* Graphical overview of used versus free Storage capacity
* Percentage of how much Storage is available
* Graphical overview of how many VMs are protected or unprotected
* Percentage of how many VMs are protected

## Admin Panel Enable/Disable Global Job Scheduler

To enable or disable the Global Job Scheduler follow these steps:

1. Login into RHV-Manager as a user with admin privileges
2. In the main menu click on Backup
3. In the Backup sub-menu click on Admin Panel
4. Move to the Settings Tab
5. Use the switch to enable or disable the Global Job Scheduler


---

# 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.trilio.io/rhv/admin-guide/admin-panel.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.
