# EDR setup: Overview

[#basic-rules-for-deployment](#basic-rules-for-deployment "mention")

[#supported-environments](#supported-environments "mention")

#### Basic rules for deployment

Here are the key points to keep in mind for a smooth and trouble-free deployment of Stoïk MDR:

1. **No restart required**. Neither your servers nor user workstations need to be restarted. EDR deployment is simple and requires no service interruption.
2. **Uninstall any existing antivirus software before deployment**. To avoid conflicts between EDR and any existing antivirus software, we recommend uninstalling any antivirus or similar solutions before installation.
3. **Immediate internet connection not required**. Endpoints can be installed offline (i.e., open traffic to the EDR solution's IP addresses), but they will need to connect to the internet later to fully activate EDR, including the alerting system.

   :bulb: If you are using a deployment command via MDM or GPO, remember to include this parameter: *`ProvNoWait=1: WindowsSensor.exe /install /quiet /norestart ProvNoWait=1 CID=YOUR-CUSTOMER-ID`*
4. **Unique customer identifier**. Each IT infrastructure has a unique customer identifier (CID), valid for all your servers and computers. You will find it in `MDR` > `Settings`.

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

#### Supported environments

{% hint style="info" %}
Stoik MDR is designed for **IT workstations and servers only**. It cannot be installed on industrial or embedded hardware.\
\
If you are unsure whether your equipment is compatible, contact us at <protect@stoik.io>
{% endhint %}

The following hardwares **are supported**

* Standard x86\_64 (Intel / AMD) or server-grade ARM64 workstations and servers
* Windows, macOS, Linux with standard vendor kernels (Debian, Ubuntu, RHEL, etc.)

You should see vendor documentation for detailed system requirements

The following hardwares **are not** **supported**

* **OT / IoT devices** — industrial gateways, PLCs, SCADA controllers
* **Embedded systems** — hardware from Compulab, Advantech, Moxa, Wago, Siemens Industrial, etc.
* **Custom or stripped-down kernels** — missing standard modules such as `CONFIG_DMI_SYSFS`
* **Low-resource embedded SoCs** — Cortex-A53, i.MX8, and similar processors with limited RAM / storage


---

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