Every site runs in its own container. When one needs more, add workers — HAProxy routes traffic across them automatically. Same plan, same panel, no migration, no downtime.
Every plan takes add-ons at checkout and at any point after: additional vCPU, RAM, web storage, and email storage. Nothing is capped by the plan you started on.
Optional: email archiving to an external server, for teams with retention requirements — $3.00/mo per mailbox.
Run more than one container for a single site. Add workers when traffic climbs, and HAProxy distributes requests across them automatically. Sessions live in memcache and the database runs in its own container, so every worker sees the same state.
You buy a pool of CPU, RAM, and storage, then assign it across your sites and containers however you want. Move capacity to the site that needs it today without re-provisioning or filing a ticket.
Your own Redis instance for object caching — not a shared pool. No noisy-neighbor evictions flushing your cache because another tenant filled it.
Apache for static sites, PHP-FPM for standard workloads, or OpenLiteSpeed with lsphp workers when you need throughput. Node.js supported. PHP 7.4 through 8.5.
Coraza WAF runs at the HAProxy layer, with additional rules for brute-force and volumetric attacks. Filtering happens before traffic ever reaches your container.
We publish the Docker images we run in production. Pull them, build and test locally, and know the site behaves the same way once it's live — because it's the same image, not an approximation of one.
Entry plans from $7.50/mo. Move up without migrating.
Get Started