Linux and Unix agents
Open a session in your Linux/Unix agent host as root user. After that, you can register the Agent using agent-auth
as follows:
On the agent, run the
agent-auth
program, using the manager's IP address.
# /var/ossec/bin/agent-auth -m <MANAGER_IP_ADDRESS>
Edit the Wazuh agent configuration to add the Wazuh server IP address.
In the file
/var/ossec/etc/ossec.conf
, in the<client><server>
section, change the MANAGER_IP value to the Wazuh server address:<client> <server> <address>MANAGER_IP</address> ... </server> </client>
Start the agent.
For Systemd:
# systemctl start wazuh-agent
For SysV Init:
# service wazuh-agent start
Other cases:
# /var/ossec/bin/ossec-control start