# CrowdStrike instellen op MacOS

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 uitvoerbare bestand van [deze link](https://drive.google.com/drive/folders/12nLA1_ixUPzfMA9P8TwahXdrsXDf_EKM).
{% 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

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

#### Installeer het pakket

1. Start `FalconSensorMacOS.LionLanner.pkg`.
2. Klik op `Doorgaan` twee keer.

<figure><img src="/files/fb9b0ef2337e6217af14b540ba829c978d3879b0" alt=""><figcaption></figcaption></figure>

3. Klik op `Installeren`.

#### Activeer de sensor

Er wordt automatisch een grafische interface geopend.

<figure><img src="/files/65568e31605c65b6a84b2fa4aa0fa472f6cc477a" alt=""><figcaption></figcaption></figure>

1. Voer uw klant-ID in en klik op `Doorgaan`.

<figure><img src="/files/a003b38c9eb021ba38d5cc68f6e5661c83ac8551" alt=""><figcaption></figcaption></figure>

2. Klik op `Instellen`, vervolgens `Toestaan` in het machtigingsvenster en vervolgens `Doorgaan`.

<figure><img src="/files/b34aba174832afd0525890ea6c30502322eea0ff" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Als de sysextd-fout verschijnt, start uw computer opnieuw op.
{% endhint %}

3. Klik op `Instellen`, vervolgens `Open Systeeminstellingen`.

<figure><img src="/files/43a782188ce6b8b4927cfc94af5a8b18d9570395" alt=""><figcaption></figcaption></figure>

4. Vink het selectievakje aan en klik op `Gereed`.
5. Ga terug naar het installatievenster en klik op `Doorgaan`.

<figure><img src="/files/a24863ae186c22545f6e58252ef441ffa9e07a10" alt=""><figcaption></figcaption></figure>

6. Ga naar `Systeeminstellingen` > `Privacy en beveiliging` > `Volledige schijftoegang`.

<figure><img src="/files/2deb2f034a31ffe05d191b840ae0a1c633d1e5ef" alt=""><figcaption></figcaption></figure>

7. Zorg ervoor dat het `Falcon Sensor` selectievakje is aangevinkt.

<figure><img src="/files/ceaf27ddb8afcbd8e57ce9f7755d4cf54d176f64" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="MDM" %}

1. Installeren `FalconSensorMacOS.LionLanner.pkg` op het eindpunt.
2. Voer het volgende commando uit en vervang `<customer_ID>` met uw klant-ID:

```bash
sudo /Applications/Falcon.app/Contents/Resources/falconctl license <customer_ID>
```

De EDR is nu geactiveerd met uw CID.
{% endtab %}
{% endtabs %}
{% 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-macos.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.
