Install Wazuh on Ubunutu 22.04
Install depencies.
1
sudo apt update && sudo apt install curl apt-transport-https unzip wget libcap2-bin software-properties-common lsb-release gnupg2
Install Wazuh. note: Check the current version of Wazuh and adjust version in the command accordingly.
1
curl -sO https://packages.wazuh.com/4.6/wazuh-install.sh && chmod 744 wazuh-install.sh && bash ./wazuh-install.sh -a
Nicked from Krishnendu
Wazuh Quick Start Guide
This post is licensed under CC BY 4.0 by the author.