Community Edition
Get started with Rackvio
Self-hosted, free forever. Run the full DCIM platform on your own infrastructure with a single Docker Compose command.
Quick Start
Five commands to a running instance. Requires Docker 24+ with Compose v2.
# On Windows, run these in Git Bash or WSL (not PowerShell)
# Download the compose file and environment template
curl -fsSL -o docker-compose.yml https://raw.githubusercontent.com/rackvio/rackvio-community/main/docker-compose.yml
curl -fsSL -o .env.example https://raw.githubusercontent.com/rackvio/rackvio-community/main/.env.example
# Configure (edit .env: PLATFORM_ADMIN_EMAIL, AUTH_SECRET)
cp .env.example .env
# Start the stack (pulls prebuilt images from GHCR)
docker compose up -d
# Find your bootstrap admin temporary password
docker compose logs backend | grep -i 'temporary password'
# Open Rackvio and sign in with that email + that password
# http://localhost:3000
What's included
The community edition ships the full core DCIM platform at no cost. No artificial caps on assets, racks, or users.
- Asset hierarchy (Site, Building, Floor, Room, Rack, Device)
- Equipment model library with front-panel visuals
- Rack elevation view
- 2D floor plan layout
- 3D room view with interactive rack placement
- IP address management (IPv4 and IPv6 subnets)
- Power distribution tree
- Capacity utilization rollups (read-only)
- CSV bulk import
- Multi-user (single tenant)
- Air-gapped deployment
What requires a paid plan
These features are available on Cloud or Enterprise tiers.
- Cloud-hosted (no Docker to manage)Cloud Starter+
- Multi-tenancy (multi-org)Cloud
- Google / Azure / Okta SSOCloud Starter+
- Advanced SSO (SAML, group mapping)Cloud Growth+
- Three-state power gap analyticsCloud Growth+
- Capacity reservation + scenario planningCloud Growth+
- Network discovery + reconciliationCloud Growth+
- Reports + CSV/PDF exportCloud Starter+
- Full API access + webhooksCloud Growth+
- RBAC & role managementEnterprise
- Audit loggingEnterprise
System Requirements
Docker 24+
with Docker Compose v2
4 GB RAM
minimum
2 CPU cores
x86_64 or arm64
10 GB disk
for images and data
Documentation
Need more?
Upgrade to a cloud plan for hands-off hosting, more assets, multi-user access, and enterprise features.