Depfloy manages the servers you already rent and deploys your applications onto them. You connect a VPS over SSH - Hetzner, AWS, DigitalOcean, a machine under your desk, anything that speaks SSH - and Depfloy provisions it. After that, one panel covers app servers, databases, cache, search, load balancers, backups, SSL, firewall, background workers and cron.
Depfloy is not a hosting provider. Your code and your traffic never touch our infrastructure; you keep the server, the data and the bill from your own provider. Root stays yours - Depfloy layers automation on top of SSH rather than replacing it.
Ten frameworks deploy out of the box: Next.js, Nuxt, Remix, React Router, plain PHP, Laravel, Symfony, WordPress, Statamic and Astro. Six data services are provisioned and managed on your own machine: PostgreSQL, MySQL, ClickHouse, Redis, Valkey and Meilisearch. PostgreSQL streaming replication clusters are supported.
Deploys are git push-to-deploy with zero-downtime symlink-flip releases. A failed deploy leaves the previous release serving, a running deploy can be cancelled, and rollback is a single symlink flip with no rebuild. Scheduled backups cover seven sources and write to S3, Cloudflare R2, any S3-compatible endpoint, SFTP, FTP or the server itself, with restores and exclusion rules.
Teams work through organizations with five roles - Owner, Admin, Manager, Developer, Viewer - plus per-member resource scoping. A REST API and a Go CLI are available on every plan. An MCP server ships with the product on Pro and above, so an AI assistant can deploy, read logs, roll back and manage backups within the permissions the user already has.
Servers run Ubuntu 22.04, 24.04 or 26.04. PHP 7.0 through 8.4 are available.