# Configuration de SentinelOne sur Linux

Si vous souhaitez déployer l’EDR à grande échelle, nous vous recommandons de commencer par une installation de test manuelle sur quelques terminaux.

{% stepper %}
{% step %}

### Téléchargez l’installateur

Téléchargez le paquet depuis [ce lien](https://drive.google.com/drive/folders/1tGJy8uv1UOziYSn8eVl1AaIO1VAL0z3N).
{% endstep %}

{% step %}

### Trouvez votre identifiant client

Accédez à `MDR` > `Paramètres` et copiez votre identifiant client.

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

{% step %}

### Installer SentinelOne

1. Installez le paquet :

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

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

{% endtab %}

{% tab title="DEB" %}

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

{% endtab %}
{% endtabs %}

2. Définissez votre ID client :

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

3. Démarrez l’agent :

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

4. Après quelques minutes, vérifiez que l’agent est en cours d’exécution :

```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-center-fr/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.
