Hosts¶
A host is a server (VPS or physical) where instances run. You can connect your own VPS or hire one through the platform.
Two paths¶
- Connect your own — for any VPS you already have. Hetzner, OVH, DigitalOcean, AWS EC2, on-premises — anything that exposes SSH. Walkthrough
- Hire one through us — we provision a Hetzner VPS, configure SSH and the proxy, and hand it back ready. Charged at Hetzner's catalog price (no markup). Walkthrough
What we install¶
Once a host is registered and you run Full Setup, we deploy:
- Docker + docker-compose (if missing).
- Traefik as the network proxy. It terminates HTTPS and routes traffic to the right instance based on the domain.
- Let's Encrypt cert manager. HTTPS is automatic when you add a custom domain.
The host stays under your control — root access is yours, billing (for hired VPS) is between you and Hetzner via our consolidated invoice.
Common tasks¶
- Connect your own VPS
- Hire a Hetzner VPS
- Check host health (Host detail → Check)
- Whitelist external domains that may proxy through (Host detail → Whitelist)
- Audit who did what on the host (Host detail → Audit Logs)
- Import an instance that was already running on the host (Host detail → Import Instance)
Reference page is in progress
A full per-screen reference for the Host detail UI is coming soon.