web analytics

Installing Wazuh agents on Ubuntu

1.Install Curl: (if it’s not already installed) # sudo apt-get install curl 2. Install the GPG-key: # sudo curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | sudo apt-key add – 3. Add the repository: # sudo echo “deb https://packages.wazuh.com/4.x/apt/ stable main” | sudo tee -a /etc/apt/sources.list.d/wazuh.list 4. Update the package information: # apt-get update 5. Install the Wazuh agent: … Read more