Skip to content

Installation Overview

SlimRMM can be deployed in two ways:

  1. Self-Hosted - Full control over your infrastructure
  2. Managed Hosting - We handle operations for you

This guide covers self-hosted installation.

Deployment Options

The easiest way to deploy SlimRMM. All components run in containers.

bash
docker-compose up -d

Pros:

  • Simple setup and maintenance
  • Easy updates
  • Consistent environment
  • Built-in health checks

Best for: Most deployments

Manual Installation

Install components directly on your server.

Pros:

  • Maximum control
  • Custom configurations
  • Integration with existing infrastructure

Best for: Advanced users with specific requirements

Quick Comparison

AspectDockerManual
Setup Time10-15 min30-60 min
ComplexityLowMedium
Updatesdocker-compose pullManual
MaintenanceLowMedium
FlexibilityGoodMaximum

Next Steps

  1. Check Requirements - Ensure your system meets requirements
  2. Self-Hosted Setup - Full installation guide
  3. Docker Deployment - Container-based deployment
  4. Configuration - Configure your installation

Agent Installation

After setting up the server, install agents on your endpoints:

Released under the MIT License.