Skip to main content

One post tagged with "RMM"

View All Tags

Deploying Huntress EDR on Linux Across Your Client Base via RMM

· 19 min read
tacticalBeard
Automation Enthusiast

Huntress provides a one-liner to install their Linux EDR agent. It works fine when you run it manually on a single machine you control. It does not work reliably when you fire it across dozens of client endpoints via an RMM, against distros you did not pick, behind firewalls configured however the client configured them, on machines you have never touched.

The gap between "one-liner that installs the agent" and "deployment that succeeds consistently at scale" is a wrapper script. This post is about that wrapper, the decisions behind it, and three specific bugs that would have silently broken deployments without the fixes.