No per-seat fees. No vendor lock-in. Deploy in minutes and get a real-time dashboard for all your endpoints. Free for up to 5 machines. $19/month for unlimited. That's it.
Features
Built for IT admins who want control without the overhead of enterprise RMM pricing and complexity.
See all features →How It Works
Three steps from zero to managing your entire Linux fleet.
Stand up the Flask server on any Linux host behind Nginx. SQLite means no separate database to configure.
Run a single curl command on each endpoint. The agent registers itself, starts sending heartbeats, and awaits tasks.
Approve machines, create command libraries, set up groups, schedule tasks, and watch it all run from the dashboard.
Quick Install
That's all it takes. No package managers, no dependencies, no drama.
# On each managed machine:
$ TOKEN="your-tenant-token"
$ curl -sSL https://distrodrift.com/install.sh \
| sudo bash -s -- --token $TOKEN
# The agent will:
# ✓ Register with your tenant workspace
# ✓ Install itself as a systemd service
# ✓ Begin sending heartbeats
Then approve the machine in your dashboard and you're done.