Installing Wazuh Agent on Ubuntu Server

Wazuh Dashboard

Go to Agents management > Summary, and click on Deploy new agent.

Run the following commands to download and install the agent:

wget https://packages.wazuh.com/4.x/apt/pool/main/w/wazuh-agent/wazuh-agent_4.12.0-1_amd64.deb && sudo WAZUH_MANAGER='<server_ip>' dpkg -i ./wazuh-agent_4.12.0-1_amd64.deb
Start the agent
sudo systemctl daemon-reload
sudo systemctl enable wazuh-agent
sudo systemctl start wazuh-agent
WordPress Appliance - Powered by TurnKey Linux