> For the complete documentation index, see [llms.txt](https://docs.guardware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardware.com/insight/guardware-insight/about/system-requirements-on-premises-deployment.md).

# System Requirements (On-Premises Deployment)

Before deploying the GuardWare INSIGHT Server and Client components (Agent), ensure that the following system requirements are met. These specifications are recommended for on-premises installations and may vary based on organisational size and usage.

| **Organisation Size**             | **Operating System**                   | **CPU Cores**              | **Memory (RAM)** | **Disk Space** |
| --------------------------------- | -------------------------------------- | -------------------------- | ---------------- | -------------- |
| Small to Medium (1–1,000 clients) | Microsoft Windows Server 2019 or later | 8 cores                    | 16 GB            | 500 GB–1 TB    |
| Large (1,001–5,000 clients)       | Microsoft Windows Server 2019 or later | 12 cores                   | 32 GB            | 2 TB           |
| Enterprise (5,000+ clients)       | Microsoft Windows Server 2019 or later | Contact GuardWare Support. |                  |                |

### Virtualisation Platform Support <a href="#virtualisation-platform-support" id="virtualisation-platform-support"></a>

GuardWare INSIGHT supports deployment on the following virtualisation platforms:

* Microsoft Azure
* Amazon Web Services (AWS)
* Microsoft Hyper-V
* VMware vSphere 4.0 and later
* VMware ESX/ESXi Server 6.0 and later

### Database Requirements <a href="#database-requirements" id="database-requirements"></a>

GuardWare INSIGHT requires the following database server to be installed:

* MySQL 8.0 or later

### Supported Operating Systems <a href="#supported-operating-systems" id="supported-operating-systems"></a>

The GuardWare INSIGHT Agent supports the following operating systems:

* Windows 10 or later


---

# 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.guardware.com/insight/guardware-insight/about/system-requirements-on-premises-deployment.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.
