# SentinelOne instellen op Linux

Als u de EDR op grote schaal wilt uitrollen, raden we aan te beginnen met een handmatige testinstallatie op enkele eindpunten.

{% stepper %}
{% step %}

### Download het installatieprogramma

Download het pakket van [deze link](https://drive.google.com/drive/folders/1tGJy8uv1UOziYSn8eVl1AaIO1VAL0z3N).
{% endstep %}

{% step %}

### Vind uw klant-ID

Ga naar `MDR` > `Instellingen` en kopieer uw klant-ID.

<figure><img src="/files/fe4a75d98a433ca8d25bdfe5bed8f73eeee1e004" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Installeer SentinelOne

1. Installeer het pakket:

{% tabs %}
{% tab title="RPM" %}

```bash
sudo rpm -i <package_name>
```

{% endtab %}

{% tab title="DEB" %}

```bash
sudo dpkg -i <package_name>
```

{% endtab %}
{% endtabs %}

2. Stel uw klant-ID in:

```bash
sudo /opt/sentinelone/bin/sentinelctl management token set <customer_ID>
```

3. Start de agent:

```bash
sudo /opt/sentinelone/bin/sentinelctl control start
```

4. Controleer na een paar minuten of de agent draait:

```bash
sudo /opt/sentinelone/bin/sentinelctl control status
```

{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.stoik.io/help/help-nl/stoik-mdr/edr-setup-sentinelone/edr-main-module/setup-sentinelone-on-linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
