> For the complete documentation index, see [llms.txt](https://docs.stoik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoik.io/help/help-nl/stoik-mdr/edr-setup-overview.md).

# EDR-instelling: overzicht

## Basisregels voor uitrol

Hier zijn de belangrijkste aandachtspunten voor een soepele en probleemloze uitrol van Stoïk MDR:

1. **Geen herstart vereist**. Noch uw servers, noch de werkstations van gebruikers hoeven opnieuw opgestart te worden. De uitrol van EDR is eenvoudig en vereist geen onderbreking van de dienstverlening.
2. **Verwijder eventuele bestaande antivirussoftware vóór de uitrol**. Om conflicten tussen EDR en eventuele bestaande antivirussoftware te voorkomen, raden we aan om antivirus- of vergelijkbare oplossingen vóór de installatie te verwijderen.
3. **Onmiddellijke internetverbinding niet vereist.** Endpoints kunnen offline worden geïnstalleerd, maar moeten later wel verbinding maken met internet om de EDR volledig te activeren.
   * Als u via MDM of GPO uitrolt, voeg dan `ProvNoWait=1` toe aan het installatiecommando: `WindowsSensor.exe /install /quiet /norestart CID=<customer_ID> ProvNoWait=1`
4. **Unieke klantidentificatie**. Elke IT-infrastructuur heeft een unieke klantidentificatie (CID), geldig voor al uw servers en computers. U vindt deze in `MDR` > `Instellingen`.

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

## Ondersteunde omgevingen

{% hint style="info" %}
Stoïk MDR is ontworpen voor **alleen IT-werkstations en servers**. Het kan niet worden geïnstalleerd op industriële of embedded hardware. Als u niet zeker weet of uw apparatuur compatibel is, neem dan contact met ons op via <protect@stoik.io>.
{% endhint %}

De volgende hardware **wordt ondersteund:**

* Standaard x86\_64-werkstations en -servers (Intel / AMD) of ARM64-werkstations en -servers van serverkwaliteit
* Windows, macOS, Linux met standaard kernels van de leverancier (Debian, Ubuntu, RHEL, enz.)

Raadpleeg voor gedetailleerde systeemvereisten de documentatie van uw leverancier.

De volgende hardware **wordt niet ondersteund:**

* **OT-/IoT-apparaten**: industriële gateways, PLC's, SCADA-controllers
* **Embedded systemen**: hardware van Compulab, Advantech, Moxa, Wago, Siemens Industrial, enz.
* **Aangepaste of afgeslankte kernels**: ontbrekende standaardmodules zoals `CONFIG_DMI_SYSFS`
* **Embedded SoC's met beperkte middelen**: Cortex-A53, i.MX8 en vergelijkbare processors met beperkte RAM-/opslagcapaciteit


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-overview.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.
