> 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/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/installing-collector-on-a-single-device.md).

# Installing Collector on a single device

Install Collector on a single device to verify that your configuration is correct and the connection to your Nexthink instance is working before deploying it across all devices.

Select the method matching the installer file type you chose in [Obtaining Collector](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/obtaining-collector.md).

## Nexthink Collector Installer method

Run the installer executable `NEXThink_Collector<Nexthink_Experience_FQDN>.exe` generated during [Configuring Collector for endpoint devices](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/configuring-collector-for-endpoint-devices.md). Follow the on-screen guidance.

## Windows Installer method

The Windows Installer provides an interactive installation method and a silent CLI method.

{% tabs %}
{% tab title="Interactive installation" %}
{% stepper %}
{% step %}

### Start the installer

Double-click `NEXThink_Collector.msi` to start the installation program. Read the welcome message and select **Next**.
{% endstep %}

{% step %}

### Fill in the installation settings

| Field                            | Value                                                                                                                                                                                                                              |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Appliance Name or IP address** | The FQDN of your Nexthink instance.                                                                                                                                                                                                |
| **Appliance TCP Port**           | `443`                                                                                                                                                                                                                              |
| **Customer Key**                 | The content of the Customer Key file. To copy the key, open the file in Notepad, press <kbd>Ctrl</kbd>+<kbd>A</kbd> to select all, <kbd>Ctrl</kbd>+<kbd>C</kbd> to copy, and <kbd>Ctrl</kbd>+<kbd>V</kbd> to paste into the field. |

Select **Next**.
{% endstep %}

{% step %}

### Complete the installation

Select **Install** to begin the installation. Select **Finish** to close the installation wizard once complete.
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Silent CLI installation" %}
Install Collector in silent mode using `msiexec.exe`, which comes pre-installed on all Windows devices.

{% hint style="info" %}
You must provide custom parameters directly in the CLI. The system does not save them from one installation to another.
{% endhint %}

The following parameters are mandatory:

| Parameter  | Description                                |
| ---------- | ------------------------------------------ |
| `DRV_IP`   | The FQDN of your Nexthink instance.        |
| `CRD_PORT` | `443`                                      |
| `CRD_KEY`  | The customer key of the Nexthink instance. |

**Example — unattended installation:**

Run the following command in the CLI, replacing `<Your_Key>` with the actual value:

```powershell
msiexec.exe /qn /i Nexthink_Collector.msi DRV_IP=nxdocs.eu.nexthink.cloud CRD_PORT=443 CRD_KEY=<Your_Key> REBOOT=ReallySuppress
```

Wait for the installation to complete.

The MSI installs on any Windows device type, including laptops, desktops, and servers. For all available options, refer to [Collector MSI parameters reference table](/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/windows-collector-references/collector-msi-parameters-reference-table.md) and the Microsoft documentation about [Windows Installer command-line options](http://msdn.microsoft.com/en-us/library/aa367988.aspx).
{% endtab %}
{% endtabs %}


---

# 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/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows/installing-collector-on-a-single-device.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.
