Installing Dhound agent on Linux-based systems

Connect to your server via SSH and run the command below:

Auto dhound-agent installationcurl https://raw.githubusercontent.com/dhound-io/dhound-agent/master/publish/install-agent.sh  2>/dev/null | sudo bash -s -- -a <clientaccesskey> -s <serverkey> -u

Check installation

Check dhound-agent output information for any errors:

tail -n 100 /var/log/dhound-agent/dhound.log

See Also