# SentinelOne 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/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

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

#### Rol het installatieprogramma uit

1. Start het uitvoerbare bestand.
2. Voer uw klant-ID in het `Site-token` veld in.
3. Klik op `Doorgaan`.

<figure><img src="/files/55725b54418b75e143c3e91b68a54ef94a79cef8" alt=""><figcaption></figcaption></figure>

#### Volledige schijftoegang autoriseren

Vereist als SentinelOne u vraagt om na de installatie Volledige schijftoegang te autoriseren.

1. Ga naar `Systeeminstellingen` > `Privacy en beveiliging` > `Volledige schijftoegang`.
2. Klik op de `+` knop.
3. Druk op `Command+Shift+G` om het `Ga naar map` menu te openen.
4. Voer het pad in:

```
/Library/Sentinel/sentinel-agent.bundle/Contents/MacOS/
```

5. Dubbelklik op de doelmap.

<figure><img src="/files/96016bdb9a40162d9927e2b9c679fd5d6e274350" alt=""><figcaption></figcaption></figure>

6. Selecteer de volgende toepassingen en klik op `Open`:
   * `sentineld.app`
   * `sentineld_helper.app`
   * `sentineld_shell.app`
7. Sluit het venster zodra ze als geactiveerd verschijnen in `Volledige schijftoegang`.

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

{% tab title="Opdrachtregel" %}

1. Sla uw klant-ID op in een bestand op: `com.sentinelone.registration-token`. Zorg ervoor dat het eigendom is van de root-gebruiker:

```bash
sudo chown root com.sentinelone.registration-token
```

2. Voer het installatieprogramma uit en vervang het pad door uw gedownloade uitvoerbare bestand:

```bash
sudo /usr/sbin/installer -pkg /tmp/SentinelXXXX.pkg -target /
```

{% endtab %}

{% tab title="MDM" %}
De volgende handleidingen beschrijven de installatiestappen en vereisten voor het uitrollen van SentinelOne via MDM:

* [Jamf-uitrolhandleiding](https://hcsonline.com/images/PDFs/Jamf_Install_SentinalOne.pdf)
* [Guardz / Jamf-uitrolhandleiding](https://support.guardz.com/en/articles/10324446-installing-sentinelone-macos-agents-with-jamf)
  {% 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-sentinelone/edr-main-module/setup-sentinelone-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.
