MDM for Linux Devices?

Hey y’all!

I’m looking for some input on potential MDM solutions for Linux workstations. Are there any robust systems similar to Jamf out there for Linux? On-Prem or Cloud-based are both fine.

Very good and interesting question. Unfortunately, I cannot answer them, but I would be interested.

You won’t find a Jamf-level MDM for Linux with the same polish, but there are solid options depending on what you’re trying to control.

FleetDM is probably your best open-source bet. It uses osquery under the hood, works well cross-platform, and can give decent visibility and control over Linux endpoints. Self-hosted or cloud.

Scalefusion and SureMDM (42Gears) both support Linux (Ubuntu, Debian, RHEL, etc.). They offer remote access, patching, and kiosk mode — more complete MDM feature sets but commercial.

If you’re in a mixed environment, JumpCloud or ManageEngine Endpoint Central are worth looking at too. Both support Linux and are cloud-based.

Keep in mind Linux is still a second-class citizen in MDM land. :smile: Most of these solutions assume you’re okay managing via scripts or agents. There’s no silver bullet, but a combo of one of those with some automation tooling might be enough.

2 Likes

Maybe GitHub - saltstack/salt: Software to automate the management and configuration of infrastructure and applications at scale. is worth to look at.