DeployHQ has always made shipping code simple — connect your repository, set up your server, and we handle the rest on every push. With the launch of Managed VPS and Static Hosting, DeployHQ now also hosts the code it deploys, so you can ship and serve your projects from a single dashboard. Here are the five places your code can live with DeployHQ in 2026.
1. Shared Hosting
The most common hosting type — multiple websites share a single server. Ideal for small to medium sites with predictable traffic. We deploy to it over SFTP, FTPS, or SSH with no special setup required on the host side. Popular targets we have step-by-step guides for: WPEngine, Cloudways, Hostinger, SiteGround, and many more in our deployment guides library.
If you've outgrown shared hosting and aren't sure what comes next, our shared hosting vs VPS guide for junior developers walks through the trade-offs, and 5 signs it's time to upgrade from shared hosting to automated deployments covers when the move makes sense.
2. VPS (Virtual Private Server)
A dedicated slice of a shared physical machine — more control, more memory, more configuration freedom. Suitable for growing sites that have outgrown shared hosting. We deploy over SSH using your own keys, with optional zero-downtime atomic transfers and parallel uploads. Popular targets we cover: Amazon EC2, AWS Lightsail, Vultr, Hetzner, and Akamai (Linode).
3. Dedicated Server
A physical server reserved entirely for your project — maximum control and resources, typically paired with a control panel like cPanel/WHM. See our walkthrough on installing cPanel on AlmaLinux or Ubuntu for a complete setup. We deploy to dedicated servers the same way we deploy to VPS — over SSH, with full support for atomic transfers and build pipelines.
4. Cloud Hosting
Your application distributed across multiple machines for high availability and elastic scaling. Good for traffic patterns that spike or vary unpredictably. DeployHQ deploys to DigitalOcean, Google Cloud, Microsoft Azure, Oracle Cloud, and other cloud platforms over SSH or via S3-compatible storage. If you're still using FTP for legacy reasons, our is FTP dead? post covers the safer alternatives.
5. Managed by DeployHQ
The newest option — DeployHQ now hosts what it deploys. Two product lines cover the most common needs:
- Managed VPS Hosting is fully-managed Linux hosting with built-in CI/CD. Provision a server inside DeployHQ — region, size, SSH keys, deployment path — and push to your repository to deploy. One workflow, one bill, no separate hosting account to manage.
- Static Hosting is fully-managed static-site hosting on Cloudflare's edge network, with framework auto-detection (Next.js, Astro, SvelteKit, Hugo, Jekyll, and dozens more), SPA mode, and atomic deploys. The simplest way to deploy and host a JAMstack project from a single dashboard.
Both products are currently in beta. Enable beta features under Settings > Beta Features to try them, or start a free trial to spin up an account.
Why DeployHQ works for every option
Regardless of where your code ends up, the same DeployHQ pipeline handles it:
- Flexibility — deploy over FTP, SFTP, SSH, S3, or to a DeployHQ-managed target without changing your workflow.
- Zero-downtime deployments — atomic transfers and parallel uploads keep your site online during deploys.
- One-click rollback — every deploy is reversible, with the previous version one click away.
- Build pipelines — install dependencies, run tests, and compile assets before the upload step runs.
- Integrations — works with GitHub, Bitbucket, and GitLab and the rest of your toolchain.
For a broader comparison against other tools in the category, see our roundup of the best software deployment tools in 2026.
You can mix any of the five options inside a single DeployHQ project, so a static frontend on DeployHQ Static Hosting can live next to a Laravel API on your own Hetzner VPS — all in one dashboard with one billing relationship.
One workflow for every deployment target
If you've been treating DeployHQ as just
deployment automation, take a look at the managed hosting options — they bring the same pipeline you already use to infrastructure you don't have to manage yourself. And if you're sticking with bring-your-own-server for now, that's still fully supported and always will be.
Sign up for a free DeployHQ trial to try managed hosting alongside your existing servers, or reach out on X if you'd like us to add a guide for a specific hosting provider.
Questions or feedback? Email support@deployhq.com or follow @deployhq on X for product updates.