> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/configuring_nexthink/before-you-begin/technical-requirements/hardware-requirements.md).

# Hardware requirements

## Nexthink Collector <a href="#hardwarerequirements-nexthinkcollector" id="hardwarerequirements-nexthinkcollector"></a>

<table data-header-hidden><thead><tr><th width="272"></th><th></th></tr></thead><tbody><tr><td>Disk</td><td>35MB</td></tr><tr><td>Network card</td><td>Any type, wireless or wired</td></tr><tr><td>Average network bandwidth</td><td>100-150 bps</td></tr></tbody></table>

### Hardware usage

<table data-header-hidden><thead><tr><th width="228"></th><th width="522"></th></tr></thead><tbody><tr><td>CPU usage</td><td>On average, less than 0.15%<br>(on average)</td></tr><tr><td>Typical memory usage</td><td>On average, ~ 60MB memory</td></tr><tr><td>Network traffic</td><td>~ 3kbps on average; depends on campaigns, remote actions and updates</td></tr></tbody></table>

## Nexthink Mobile

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Disk</td><td>26MB</td><td></td></tr><tr><td>Memory</td><td>30MB</td><td></td></tr><tr><td>Average network bandwidth</td><td>100-150 bps</td><td></td></tr></tbody></table>

### Hardware usage

<table><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>CPU usage</td><td>On average, less than 0.1%<br>(on average)</td><td></td></tr><tr><td>Typical memory usage</td><td>On average, ~ 40MB memory in background mode<br>On avergage , ~ 40MB memory in foreground mode</td><td></td></tr><tr><td>Network traffic</td><td>~ 2kbps on average</td><td></td></tr></tbody></table>

## Data Enricher (classic) <a href="#hardwarerequirements-dataenricher-classic" id="hardwarerequirements-dataenricher-classic"></a>

The Windows Server that runs [Data Enricher](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/api-and-integrations-classic/data-enricher-classic.md) requires the following hardware:

| Number of items                                            | CPU cores | Memory | Min network bandwidth | Disk   |
| ---------------------------------------------------------- | --------- | ------ | --------------------- | ------ |
| <p>100 k - 500 k users</p><p>20 k - 100 k destinations</p> | 4         | 8 GB   | 25 Mbps               | 500 MB |
| <p>20 k - 100 k users</p><p>10 k - 20 k destinations</p>   | 4         | 4 GB   | 25 Mbps               | 500 MB |
| <p>1 k - 20 k users</p><p>1 k - 10 k destinations</p>      | 2         | 4 GB   | 25 Mbps               | 500 MB |

## Nexthink Finder (classic) <a href="#hardwarerequirements-nexthinkfinder-classic" id="hardwarerequirements-nexthinkfinder-classic"></a>

{% hint style="info" %}
Nexthink Finder is a Windows-only desktop application whose functionality is now available within the Nexthink web interface. Nexthink can now be used directly from a browser and most functions no longer require an additional desktop application.
{% endhint %}

| Memory        | 4 GB system memory, at least 2 GB available |
| ------------- | ------------------------------------------- |
| Disk capacity | 50 MB                                       |
| CPU           | 2 cores, 2 GHz                              |
| Network       | 100 Mbps recommended                        |


---

# 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.nexthink.com/platform/configuring_nexthink/before-you-begin/technical-requirements/hardware-requirements.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.
