Wazuh¶
From the official Wazuh documentation:
Wazuh is a security platform that provides unified XDR and SIEM protection for endpoints and cloud workloads. The solution consists of a single universal agent and three core components: the Wazuh server, the Wazuh indexer, and the Wazuh dashboard.
Installation Guide¶
Wazuh Agent¶
Installing and deploying the Wazuh agent is straightforward. The easiest method is to follow the instructions provided in the Wazuh server dashboard:
🔗 Dashboard Link:
https://10.160.3.69/app/endpoints-summary#/agents-preview/
Username: admin
Password: SecretPassword
Once you're in the Agents Preview section, click on "Deploy new agent", as shown below:
Then follow the steps outlined in the dashboard:
- Select your system and architecture.
- Server address: Use
10.160.3.69
in this case, or use the IP/FQDN of your main Wazuh server or any worker node. - Specify the agent name and select a group (currently, only "Default" is available).
- Copy and paste the command provided to install the required packages.
- Copy and paste the command to start the agent.
-
If the installation fails, check the logs:
Wazuh Server¶
The Wazuh server is deployed outside the Controller Suite. To install and configure the server, follow the official guide:
👉 Wazuh Server Installation Instructions