Wazuh ‐ Installation - mluchettii/github-wiki-mluchetti GitHub Wiki

Environment: CentOS Stream 10 VM

Table of Contents

Automated install

Automated Wazah installation command:

curl -s0 https://packages.wazuh.com/4.13/wazuh-install.sh && sudo bash ./wazuh-install.sh -a

Firewall configuration

While it installs, open the required ports on the firewall and then reload:

sudo firewall-cmd --permanent --add-port=1514/tcp

sudo firewall-cmd --permanent --add-port=1514/udp

sudo firewall-cmd --permanent --add-port=1515/tcp

sudo firewall-cmd --permanent --add-port=55000/tcp

sudo firewall-cmd --permanent --add-port=514/tcp

sudo firewall-cmd --permanent --add-port=514/udp

sudo firewall-cmd --reload

Post-install

Now, you can access the Wazuh web interface via https://<wazuh-dashboard-ip>:443 using the default credentials given to you in the terminal.

End result