The essential steps to deploy the platform, enroll your agents, and get started with MSP / SOC workflows.
Initial deployment and first agent in a few minutes.
Docker 24+, 2 vCPU, 4 GB RAM, Ubuntu 22.04+
Clone, configure secrets, docker compose up -d
https://your-domain → create the first owner account
Generate an enrollment token in /agents
# Clone the deployment repository
git clone https://deploy.massvision.io/reap3r.git
cd reap3r
# Configure secrets
cp .env.example .env
# Edit JWT_SECRET, HMAC_SECRET, VAULT_MASTER_KEY
# Start the platform
docker compose up -d
Choose your target platform and run the adapted installation command. Replace YOUR_TOKEN with the token generated in the console.
irm https://your-domain/api/install/windows?token=YOUR_TOKEN | iex curl -sSL https://your-domain/api/install/linux?token=YOUR_TOKEN | sudo bash curl -sSL https://your-domain/api/install/macos?token=YOUR_TOKEN | bash The full OpenAPI 3.1 specification is available in the GitHub repository.
View OpenAPI spec/api/auth/login Authenticate and receive a JWT token.
/api/agents List all enrolled agents with status and metadata.
/api/jobs Create and dispatch a job to one or more agents.
/api/audit-logs Retrieve immutable audit log entries.
/api/enrollment/tokens Generate a new agent enrollment token.
/api/analytics/threat-intel Fetch aggregated threat intelligence data.
Operational guides currently being finalized.
Invite members, configure roles, manage teams and tenants.
Launch scripts, schedule tasks, monitor executions across your fleet.
Analyze detections, create rules, isolate an endpoint in one click.
Store credentials, share between teams, audit all access.