
Uncloud
Lightweight distributed container orchestration for Docker hosts

Uncloud is a lightweight tool for deploying and managing containerised applications across a network of Docker hosts. It forms a secure peer-to-peer cluster without a central control plane, aiming to provide a simple, PaaS-like workflow for running Docker Compose apps on your own infrastructure.
Key Features
- Deploy and scale services across multiple machines using Docker-like CLI commands
- Docker Compose support for defining multi-service applications and volumes
- Decentralised architecture with peer-to-peer state synchronisation (no central control plane/quorum)
- Automatic WireGuard mesh networking with peer discovery and NAT traversal
- Built-in service discovery via an internal DNS server
- Built-in ingress and load balancing across replicas on different machines
- Automatic HTTPS with certificate provisioning and renewal via Caddy and Let’s Encrypt
- Persistent storage support using Docker volumes managed across machines
Use Cases
- Run a small-to-mid-size production app stack on VPSs and bare metal without Kubernetes
- Build a multi-provider, highly available deployment by spreading replicas across regions
- Homelab or SMB platform for repeatable Docker Compose deployments with HTTPS and discovery
Limitations and Considerations
- Project maturity may vary by release; some features mentioned as planned (for example, automatic rollback) may not be fully available
Uncloud fits teams and individuals who want a pragmatic middle ground between single-host Docker and full Kubernetes. It emphasizes low operational overhead while still providing the core primitives needed for reliable multi-host deployments.
Categories:
Tags:
Tech Stack:
Similar Services

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

Coolify
Self-hosted PaaS for deploying apps, databases, and services
Open-source, self-hostable PaaS to deploy websites, full-stack apps, databases, and Docker services on your own servers with Git-based CI/CD workflows.

Portainer
Web UI and API for managing Docker and Kubernetes environments
Lightweight web-based platform to manage Docker, Swarm and Kubernetes resources with a GUI and API, including access control and multi-environment operations.


CasaOS
Personal cloud dashboard and app store for Docker-based home servers
Open-source personal cloud system with a web dashboard, app store, and file management to run and manage Docker apps on home servers and SBCs.


Dokku
Docker-powered PaaS for deploying apps on a single host
Dokku is a self-hosted, Docker-based mini PaaS that lets you deploy Heroku-style apps via Git push, using buildpacks or Dockerfiles with plugin-managed services.

Dokploy
Self-hosted PaaS to deploy and manage containerized apps and databases.
Open-source self-hostable PaaS for deploying containerized applications and managing databases with Docker Compose, Traefik, monitoring, and backups.
Go
Docker
systemd
Linux