> 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/getting-started/install-discover-agent/system-and-port-requirements-for-discover.md).

# System and Port Requirements for DISCOVER

Before proceeding, ensure:

{% hint style="info" %}

* You have administrator rights on the device where the Scanning Agent will be installed and can access the Management Console over HTTPS.
* Have the Tenant ID, Client ID, Global admin credentials, and client secret/certificate ready if you plan to scan Microsoft 365 services.
  {% endhint %}

### System Requirements:

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="126">Component</th><th width="272">Minimum Requirements for Servers Performing Remote Scans</th><th>Minimum Requirements for Endpoints Performing Local Scans</th></tr></thead><tbody><tr><td>Processor</td><td>8 cores or more</td><td>4 cores or more</td></tr><tr><td>RAM</td><td>16 GB</td><td>8 GB</td></tr><tr><td>Disk Space</td><td>Atleast 500 GB</td><td>5 GB or more</td></tr><tr><td>Operating System</td><td>Windows 10, Windows 11, Windows Server 2019+</td><td>Windows 10, Windows 11, Windows Server 2019+</td></tr></tbody></table>

### Port Requirements:

<table><thead><tr><th width="110">Port</th><th width="157">Service</th><th>Use</th></tr></thead><tbody><tr><td>22</td><td>SSH</td><td>Remote scans to other endpoints</td></tr><tr><td>443</td><td>HTTPS</td><td>Management Console, Microsoft 365, Exchange Online, SharePoint Online</td></tr><tr><td>445</td><td>SMB</td><td>Remote scans of SMB file shares</td></tr><tr><td>5985</td><td>WinRM (HTTP)</td><td>Remote scans of Windows endpoints</td></tr><tr><td>5986</td><td>WinRM (HTTPS)</td><td>Remote scans of Windows endpoints</td></tr><tr><td>3306</td><td>MySQL</td><td>DISCOVER database connection</td></tr><tr><td>6379</td><td>Redis</td><td>DISCOVER cache and message broker</td></tr></tbody></table>

For firewall setup, DISCOVER targets need **outbound** access from the scanning server for remote scans as well.


---

# 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/getting-started/install-discover-agent/system-and-port-requirements-for-discover.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.
