MSPManage Agent Repository
This repository provides official MSPManage Agent packages for Linux and Windows.
Packages are built for RPM-based and DEB-based Linux distributions and Windows (MSI). For installation help, see the instructions below or use the one-line install command from the MSPManage console.
Support: support@mspmanage.cloud
Available Packages
RPM Packages
For Red Hat-based Linux distributions.
Rocky Linux
RHEL
AlmaLinux
Fedora
DEB Packages
For Debian-based Linux distributions.
Ubuntu
Debian
Windows Installer
MSI package for Windows Server and Desktop.
Windows 10/11
Server 2019+
One-Line Install (Linux)
Rocky Linux / RHEL / AlmaLinux
RPM · x86_64
# Get your Tenant ID from the MSPManage console (Agents > Add Agent) sudo bash -c "curl -fsSL 'https://api.mspmanage.cloud/v1/agents/install.sh?tenantId=YOUR_TENANT_ID' | bash"
Ubuntu / Debian
DEB · amd64
# Get your Tenant ID from the MSPManage console (Agents > Add Agent) sudo bash -c "curl -fsSL 'https://api.mspmanage.cloud/v1/agents/install.sh?tenantId=YOUR_TENANT_ID' | bash"
Windows
MSI · x64
# Download the MSI from /msi/ and run as Administrator # The installer will prompt for your Agent Name, Tenant ID, and optional collectors
Latest Files
| File | Type | Directory |
|---|---|---|
| mspmanage-agent-latest.x86_64.rpm | RPM latest | /rpm/ |
| mspmanage-agent-latest_amd64.deb | DEB latest | /deb/ |
| mspmanage-agent-*.msi | MSI | /msi/ |