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

1. Installeer het pakket:

{% 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. Activeer de sensor en vervang `<customer_ID>` met uw klant-ID:

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

3. Start de sensor:

```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-nl/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.
