@@ -43,7 +43,7 @@ System requirements
43
43
Single-node stack deployment
44
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45
45
46
- - **Operating system **: Linux
46
+ - **Operating system **: Linux or Windows
47
47
- **Architecture **: AMD64
48
48
- **CPU **: At least 4 cores
49
49
- **Memory **: At least 8 GB of RAM for the Docker host
@@ -52,7 +52,7 @@ Single-node stack deployment
52
52
Multi-node stack deployment
53
53
~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
54
55
- - **Operating system **: Linux
55
+ - **Operating system **: Linux or Windows
56
56
- **Architecture **: AMD64
57
57
- **CPU **: At least 4 cores
58
58
- **Memory **: At least 16 GB for the Docker host
@@ -61,7 +61,7 @@ Multi-node stack deployment
61
61
Wazuh agent deployment
62
62
~~~~~~~~~~~~~~~~~~~~~~
63
63
64
- - **Operating system **: Linux
64
+ - **Operating system **: Linux or Windows
65
65
- **Architecture **: AMD64
66
66
- **CPU **: At least 2 cores
67
67
- **Memory **: At least 1 GB of RAM for the Docker host
@@ -70,9 +70,13 @@ Wazuh agent deployment
70
70
Required software
71
71
^^^^^^^^^^^^^^^^^
72
72
73
- - **Docker Engine **: Use the latest stable version.
73
+ - **Docker Engine / Docker Desktop **: Use the latest stable version.
74
74
75
- - **Docker Compose **: Latest stable version (install separately on Linux if needed).
75
+ - **Linux **: Docker Engine
76
+
77
+ - **Windows **: Docker Desktop (requires WSL 2)
78
+
79
+ - **Docker Compose **: Latest stable version (included with Docker Desktop on Windows; install separately on Linux if needed).
76
80
77
81
- **Git **: For cloning the Wazuh Docker repository.
78
82
@@ -136,6 +140,10 @@ Single-node stack deployment
136
140
137
141
Follow the steps below to deploy the Wazuh central components in a single-node stack.
138
142
143
+ .. note ::
144
+
145
+ All deployment commands provided apply to both Windows and Linux environments.
146
+
139
147
Cloning the repository
140
148
~~~~~~~~~~~~~~~~~~~~~~
141
149
@@ -245,6 +253,7 @@ Deployment
245
253
246
254
247
255
Accessing the Wazuh dashboard
256
+
248
257
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
249
258
250
259
After deploying the single-node stack, you can access the Wazuh dashboard using your Docker host's IP address or localhost.
@@ -275,6 +284,10 @@ Multi-node stack deployment
275
284
276
285
Follow the steps below to deploy the Wazuh central components in a multi-node stack.
277
286
287
+ .. note ::
288
+
289
+ All deployment commands provided apply to both Windows and Linux environments.
290
+
278
291
Cloning the repository
279
292
~~~~~~~~~~~~~~~~~~~~~~
280
293
0 commit comments