Surely you heard about Wazuh. Wazuh is a free and open source security platform that unifies XDR and SIEM capabilities. It protects workloads across on-premises, virtualized, containerized, and cloud-based environments.
In this video i will show you how to install Wazuh on your ubuntu server.
The installation in this example is done on Ubuntu 22.04
Useful Links:
VPS/VDS - https://www.mivocloud.com/
Wazuh - https://wazuh.com/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update && sudo apt install curl apt-transport-https unzip wget libcap2-bin software-properties-common lsb-release gnupg2
curl -sO https://packages.wazuh.com/4.5/wazuh-... && chmod 744 wazuh-install.sh && bash ./wazuh-install.sh -a