> 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/~/changes/Sh4xqs4GDClkDKT9Hvux/getting-started/installing-collector/installing-collector-for-igel.md).

# Installing Collector for IGEL

{% hint style="info" %}
The IGEL collector targets specific use cases. Refer to the [IGEL thin client diagnostics](broken://spaces/tGSr4NTN5FZgnwV4H2qd/pages/HXHZRjdGSS8dHo5gpTAU) library pack for more details.
{% endhint %}

Use the Unified Management Suite (UMS) to distribute and install Collector on all your thin clients. Nexthink provides basic installation instructions and some steps might differ depending on your UMS implementation. Please make sure to refer to your IGEL expert for guidance.

The procedure below assumes that you uploaded the installation files to the UMS server. You can find the sources on our [downloads website](https://edocs.nexthink.com/latest/infinity-release-notes).

1. In the UMS, click on **Profiles** and then **New Profile**.
2. When prompted, fill in the **Profile Name** and **Description** fields.
3. Create a custom partition. Contact your Nexthink representative to provide you the following parameters:
   1. **Name**: `KEY`\
      **Value**: *paste the customer key you received for your Nexthink instance*
   2. **Name**: `HOSTNAME`\
      **Value**: *the fully qualified domain name (FQDN) of your Nexthink instance*
   3. **Name**: `PORT`\
      **Value**: `443`
   4. **Name**: `ROOT_CA`\
      **Value**: *leave blank*
   5. Name: `ASSIGNMENT`\
      **Value**: `TRUE`
4. Add the installation files to the partition data sources.
5. Add the following custom command under **Final initialization command**.\
   `cp custom/nexthink/collector/nexthink-collector.service /etc/systemd/system/; systemctl enable nexthink-collector.service; systemctl start nexthink-collector`
6. Save the profile and assign it to the devices selected for installation.


---

# 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/~/changes/Sh4xqs4GDClkDKT9Hvux/getting-started/installing-collector/installing-collector-for-igel.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.
