From GitHub repo tolive on your own server.
Deplyr takes a VPS you already own and turns it into your own deploy platform — apps, databases, domains with SSL, monitoring and alerts. No nginx, no SSH, no vendor lock-in.
MIT licensed. Self-host it in minutes — see the documentation.
How it works
One VPS is all it takes
Deplyr itself and the apps it deploys are two roles, not two boxes — the same VPS you install Deplyr on can run your apps too. Add more servers later, whenever you actually want to, and manage all of them from this one instance.
The control plane
The web app, its API and a background worker — this repo. You run it once, on your own box.
A managed server
Any Linux VPS, registered through Deplyr. Its agent dials out and stays connected — no open inbound port needed.
These can be the exact same VPS — register the box Deplyr runs on as its own managed server and deploy right there. A second box is only for when you outgrow the first one.
Everything included
One dashboard for the whole stack
Any Linux VPS
Register a box with an IP and root password or SSH key — Deplyr installs Docker, nginx and a small agent for you.
Deploy from GitHub
Next.js, NestJS, plain Node, or anything with a Dockerfile. Framework, package manager and monorepo path are all auto-detected and editable.
Postgres & Redis
One click to create a database on any server — private by default, with health, stats and history charts.
Domains & free SSL
Every project gets a free address. Add your own domain and Deplyr verifies the DNS and issues a Let's Encrypt certificate automatically.
Discord & Slack alerts
Get told when an app goes down, a deploy finishes or a server drops off — with a full delivery history, including failures.
Encrypted at rest
GitHub tokens, SSH credentials, secret values and database passwords are all AES-256-GCM encrypted, never logged in plain text.
Self-host it
Up and running in one command
Provision a small VPS and run one command. It installs Docker if it's missing, generates every secret, and brings up Postgres, Redis, the API, the worker and the dashboard — no config file to write by hand.
curl -fsSL https://raw.githubusercontent.com/deplyr/deplyr/main/infra/install.sh | bashOwn your deploys, own your data.
No usage-based pricing, no black box. Deplyr runs on hardware you already pay for.