# Configuration de CrowdStrike 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/1I908KP7ySySV38x7iIC2rZI9dyX7OBhT).
{% 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 CrowdStrike

1. Installez le paquet :

{% tabs %}
{% tab title="RPM" %}
Red Hat Enterprise Linux, CentOS, Amazon Linux, Oracle, RHEL :

```bash
sudo yum install <package_name>
```

{% endtab %}

{% tab title="DEB" %}
Ubuntu, Debian :

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

{% endtab %}

{% tab title="SUSE" %}
SLES :

```bash
sudo zypper install <package_name>
```

{% endtab %}
{% endtabs %}

2. Activez le capteur en remplaçant `<customer_ID>` par votre identifiant client :

```bash
sudo /opt/CrowdStrike/falconctl -s --cid=<customer_ID>
```

3. Démarrez le capteur :

```bash
systemctl start falcon-sensor
```

{% 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-crowdstrike/edr-main-module/setup-crowdstrike-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.
