> 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-center-en-es/stoik-mdr/edr-setup-overview.md).

# Configuración de EDR: Resumen

## Reglas básicas para la implementación

Estos son los puntos clave a tener en cuenta para una implementación fluida y sin problemas de Stoïk MDR:

1. **No requiere reinicio**. Ni sus servidores ni las estaciones de trabajo de los usuarios necesitan reiniciarse. La implementación de EDR es sencilla y no requiere interrupción del servicio.
2. **Desinstale cualquier software antivirus existente antes de la implementación**. Para evitar conflictos entre EDR y cualquier software antivirus existente, recomendamos desinstalar cualquier antivirus o solución similar antes de la instalación.
3. **No se requiere conexión inmediata a Internet.** Los endpoints pueden instalarse sin conexión, pero deberán conectarse a Internet más tarde para activar completamente el EDR.
   * Si se implementa mediante MDM o GPO, añada `ProvNoWait=1` al comando de instalación: `WindowsSensor.exe /install /quiet /norestart CID=<customer_ID> ProvNoWait=1`
4. **Identificador único del cliente**. Cada infraestructura de TI tiene un identificador único de cliente (CID), válido para todos sus servidores y equipos. Lo encontrará en `MDR` > `Configuración`.

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

## Entornos compatibles

{% hint style="info" %}
Stoïk MDR está diseñado para **solo estaciones de trabajo y servidores de TI**. No puede instalarse en hardware industrial o integrado. Si no está seguro de si su equipo es compatible, contáctenos en <protect@stoik.io>.
{% endhint %}

El siguiente hardware **es compatible:**

* Estaciones de trabajo y servidores estándar x86\_64 (Intel / AMD) o ARM64 de nivel servidor
* Windows, macOS, Linux con kernels estándar del proveedor (Debian, Ubuntu, RHEL, etc.)

Para conocer los requisitos detallados del sistema, consulte la documentación de su proveedor.

El siguiente hardware **no es compatible:**

* **Dispositivos OT / IoT**: pasarelas industriales, PLC, controladores SCADA
* **Sistemas integrados**: hardware de Compulab, Advantech, Moxa, Wago, Siemens Industrial, etc.
* **Kernels personalizados o reducidos**: que carecen de módulos estándar como `CONFIG_DMI_SYSFS`
* **SoCs integrados de pocos recursos**: Cortex-A53, i.MX8 y procesadores similares con RAM / almacenamiento limitados


---

# 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-center-en-es/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.
