Try it free
MENU
  • How to use dhound IDS
    • Installation
      • Linux
        • Supported platforms
        • Install dhound-agent
        • Additional server configuration
        • Upgrade dhound-agent
        • Uninstall dhound-agent
        • Installation changes
        • Troubleshooting
      • Windows
        • Supported platforms
      • Dhound WordPress plugin
        • Install the plugin
        • Installing from WP store
        • Manual installation
        • Installation using the FTP client
        • How to configure the plugin
        • Uninstall the plugin
      • Cloud AWS
        • Configure Amazon Cloud
        • Configure Amazon CloudTrail S3 Logs Parsing
        • Configure Amazon CloudTrail
    • Security Events
      • Security groups and events
      • Predefined security events
    • Custom Security Events
      • Configure collecting custom events
    • API Reference
      • Collect Events
  • Security Practices
    • Transport Security
      • SSL Configuration Testing
      • Configure SSL for nginx
      • Configure SSL for Windows
    • Firewalls
      • Attack Surface Reduction
      • Configure iptables on Linux
    • Brute force protection
      • Brute force attacks
      • Fail2ban
      • Test Protection
    • Cheatsheets
      • Nmap Cheatsheet
      • Tcpdump Cheatsheet
      • Lsof Cheatsheet
  • Release notes

Upgrading Dhound agent on Linux

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

Upgrade dhound-agentcurl https://raw.githubusercontent.com/dhound-io/dhound-agent/master/publish/install-agent.sh  2>/dev/null | sudo bash -s -- -u

Check version

Dhound-agent writes its version during restarting into dhound output log file:

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

See Also

  • Troubleshooting dhound-agent on Linux (on this resource)
  • Install dhound-agent (on this resource)