Skip to main content

Your first deploy in ten minutes

From signup to a live URL with TLS in under ten minutes.

5 min read

This is the speed-run version of getting a real workload live on Vintony Host. We'll skip the philosophy and stick to the keystrokes.

Step 1 — Sign up. Go to vintonyhost.com/signup, create an account with email + password, and click the verification link we email you. The link expires in 24 hours; if you miss it, ask for a new one from /dashboard/account.

Step 2 — Pick a plan. For a first project, the $7.99/mo Starter VPS is the easiest starting point. Order it from the /pricing page; the order takes about 60 seconds to provision.

Step 3 — Point a domain. If you registered through Vintony, DNS is one click in the dashboard. If you brought your own domain, point its A record at the IPv4 we show you on the service page; TLS is auto-issued within five minutes of DNS propagating.

Step 4 — Ship something. SSH in with the credentials in your dashboard, deploy your application however you'd normally deploy to a Linux box, and point your reverse proxy at the appropriate port. We default to a clean Ubuntu 24.04 LTS image with `ufw` enabled — open the ports you need.

Step 5 — Confirm it's live. `curl -sI https://yourdomain.com` should return a 200 with `strict-transport-security` set. If anything's wrong, open a ticket from /dashboard/tickets/new and an engineer will reply within twelve minutes during business hours.