Bring your own cloud account

VPNInstant

Launch a private VPN on a real VPS provider using one-click apps, generated API commands, or trusted open-source stacks. Your provider key stays with you.

3 API recipes
4 One-click flows
9 Open stacks
3 Hosts priced

Automatic launch

Generate the provider API call without giving VPNInstant your key.

The first automatic version is intentionally local-first. Pick a provider recipe, choose a region, copy the command, and run it from your terminal with your own short-lived API token. VPNInstant does not receive or store provider credentials.

automatic deploy

Vultr WireGuard

Fastest true API path for a personal WireGuard server. Uses Vultr marketplace app_id 1194.

Stack
WireGuard marketplace image
Host cost
$5/mo
Bandwidth
1 TB
Secret model
VULTR_API_KEY stays local

Your token stays in your shell as an environment variable. VPNInstant never receives it.

export VULTR_API_KEY="paste-token-here"
curl -sS -X POST "https://api.vultr.com/v2/instances" \
  -H "Authorization: Bearer $VULTR_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "region": "ewr",
    "plan": "vc2-1c-1gb",
    "app_id": 1194,
    "label": "vpninstant-vpn",
    "hostname": "vpninstant-vpn",
    "enable_ipv6": true
  }'
Provider API docs
  1. Create a restricted Vultr API key in your Vultr account.
  2. Run the command locally from your terminal.
  3. Wait for the instance to provision, then open the server's app instructions from Vultr.

Start here

Four practical first clicks.

Use these as the default paths for cheap travel, simple self-hosting, team mesh, or a managed admin console.

Vultr

Easy

WireGuard on Vultr

Travel users who want a one-command VPS launch and a standard WireGuard client setup.

Open launch path

Hetzner

Easy

WireGuard app on Hetzner

People who want a cheap server, QR-code onboarding, and minimal admin overhead.

Open launch path

Open source

Easy

wg-easy

Users who want a self-hosted web UI without the weight of a larger platform.

Open launch path

Vultr

Easy

Pritunl on Vultr

Teams, shared admin, and users who want a real web console after launch.

Open launch path

Host pricing

What the VPN server costs before software licenses.

Verified May 18, 2026 against official pricing pages and public provider APIs where available. Bandwidth means outbound internet transfer unless noted. Marketplace apps and commercial VPN software can add fees on top of the raw VPS bill.

VPS

DigitalOcean

Verified 2026-05-18

$6.00/mo

Basic Droplet, 1 vCPU / 1 GiB / 25 GiB SSD

Bandwidth
1,000 GiB outbound / month
Overage
$0.01 per GiB outbound
Billing
Per-second billing with a 60-second or $0.01 minimum

Outbound transfer is pooled across all Droplets on the team. The absolute floor is lower at $4.00/mo for 512 MiB and 500 GiB, but 1 GiB is the more realistic baseline for a VPN box with some headroom.

Official pricing

VPS

Vultr

Verified 2026-05-18

$5.00/mo

Cloud Compute, 1 vCPU / 1 GiB / 25 GB

Bandwidth
1.00 TB / month
Overage
$0.01 per GB
Billing
Hourly billing with a monthly cap; stopped servers still bill until destroyed

There is a cheaper 0.5 GiB option at $2.50/mo, but it is IPv6-only. The $5 tier is the cleaner baseline for normal users.

Official pricing

VPS

Hetzner

Verified 2026-05-18

About EUR 3.99/mo for a public IPv4 VPN in EU

CX23 shared vCPU, 2 vCPU / 4 GB / 40 GB SSD

Bandwidth
20 TB in EU, 1 TB in US, 0.5 TB in Singapore
Overage
EUR 1.00 per extra TB in EU and US; EUR 7.40 in Singapore
Billing
Hourly billing with a monthly cap

The current Hetzner Cloud selector shows the CX23 server at EUR 3.49/mo and a separate public IPv4 charge around EUR 0.50/mo. That separate IPv4 line matters for a normal public VPN server.

Official pricing

Cheapest

Hetzner wins raw cost

Best if EU hosting is acceptable and you account for the separate public IPv4 line.

Simplest

DigitalOcean is easiest to explain

The plan table, pooled transfer, and OAuth story make it a strong future connector target.

Warning

Bandwidth drives surprise bills

Streaming or backups through the tunnel can matter more than vCPU size.

Catalog explorer

Filter the full deploy catalog.

Pick the user shape, deployment style, or stack name, then open the fit analysis for the recommended launch path.

Deployment explorer

Find the shortest path to a working VPN.

Start with the user type, narrow by deployment style, and open the stack that matches the setup you actually want to support.

13 of 13 paths shown
Who it is forPick the user shape first
Deployment typeProvider one-click or open source

Vultr

Pritunl on Vultr

One-click

The strongest admin-first launch path for a hosted VPN control surface.

WireGuard + OpenVPNProvider marketplace
Best for
Teams, shared admin, and users who want a real web console after launch.
What VPNInstant does
Recommendation, launch routing, and setup guidance while Pritunl remains the admin system.
Team

Vultr

WireGuard on Vultr

One-click

The most direct API-ready path for a personal WireGuard server on Vultr.

WireGuardProvider marketplace + API recipe
Best for
Travel users who want a one-command VPS launch and a standard WireGuard client setup.
What VPNInstant does
Make this the fast automatic lane for people comfortable running a generated command locally.
TravelBudget

DigitalOcean

OpenVPN Access Server on DigitalOcean

One-click

The cleanest later path to account linking because DigitalOcean documents OAuth.

OpenVPNProvider 1-Click app
Best for
Users who want a polished admin portal and a credible future one-click connector story.
What VPNInstant does
Decision support now, OAuth-based guided deploy later.
TravelTeam

Hetzner

WireGuard app on Hetzner

One-click

The best low-cost personal VPN path for travel and occasional use.

WireGuardCloud app image
Best for
People who want a cheap server, QR-code onboarding, and minimal admin overhead.
What VPNInstant does
Recommend it aggressively for travel users and guide them through the first-client setup.
TravelBudget

Open source

Outline Server

Open source

A user-friendly reference point for simple self-hosted private access.

Shadowsocks-based access keysOpen-source manager
Best for
People who want approachable onboarding more than server-level tinkering.
What VPNInstant does
Document it as the benchmark for consumer-friendly UX and link into official resources.
Travel

Open source

Algo VPN

Open source

A strong open-source baseline for advanced users who value lean scripted setup.

WireGuard + IPsecCLI-driven deployment
Best for
Power users who do not need a persistent web admin console.
What VPNInstant does
Expose it as the advanced lane for users who want control rather than concierge UX.
Budget

Open source

wg-easy

Open source

The clearest open-source example of a minimal, friendly WireGuard dashboard.

WireGuardDockerized open-source admin UI
Best for
Users who want a self-hosted web UI without the weight of a larger platform.
What VPNInstant does
Position it as the simplest open-source management UI to support alongside one-click provider paths.
TravelBudget

Open source

Headscale

Open source

A strong self-hosted control plane for people who want private mesh networking without depending on a hosted coordination service.

WireGuard meshSelf-hosted coordination server
Best for
Small teams and power users who want Tailscale-style networking with self-hosted control.
What VPNInstant does
Support it as the most credible self-hosted mesh option for users who want openness and long-term control.
TeamBudget

Open source

NetBird

Open source

A cleaner team-oriented WireGuard platform than raw scripts, with a stronger admin story than a single personal VPN box.

WireGuard meshSelf-hosted platform
Best for
Teams or advanced users who want self-hosted private networking with a polished management layer.
What VPNInstant does
Recommend it when users ask for a self-hosted team mesh instead of a single server exit node.
Team

Open source

Netmaker

Open source

A strong fit when the user wants self-hosted WireGuard networking plus centralized management and not just a single-node VPN.

WireGuard meshSelf-hosted platform
Best for
Small teams, homelabs, and advanced users who want a managed WireGuard overlay.
What VPNInstant does
Support it as the bigger open-source lane for users who need structured WireGuard networking.
TeamBudget

Open source

Firezone

Open source

A polished open-source remote access product that shows how far the admin experience can go on top of WireGuard.

WireGuard remote accessOpen-source platform
Best for
Teams that think in terms of secure remote access and resource control more than a single personal VPN endpoint.
What VPNInstant does
Use it as a reference-grade team option and a benchmark for future management UX.
Team

Open source

wg-portal

Open source

A lighter WireGuard admin panel for users who want a web UI without jumping all the way to a larger platform.

WireGuardSelf-hosted admin UI
Best for
People who want self-hosted WireGuard management with lower complexity than the bigger team-oriented platforms.
What VPNInstant does
Position it as an approachable open-source management UI between raw scripts and full platforms.
TravelBudget

Open source

wg-access-server

Open source

Another lightweight few-click WireGuard path for people who want to manage peers through a browser after initial setup.

WireGuardSelf-hosted web UI
Best for
Users who want an open-source WireGuard dashboard and do not need a full team platform.
What VPNInstant does
Useful for the exact user who says, I want a few clicks and then I'll manage it myself.
TravelBudget

One-click deploys

Fastest path for ordinary users.

Provider-owned flows that get someone from zero to a working VPN with the least friction.

Vultr

WireGuard + OpenVPN

Pritunl on Vultr

The strongest admin-first launch path for a hosted VPN control surface.

Read launch path

Vultr

WireGuard

WireGuard on Vultr

The most direct API-ready path for a personal WireGuard server on Vultr.

Read launch path

DigitalOcean

OpenVPN

OpenVPN Access Server on DigitalOcean

The cleanest later path to account linking because DigitalOcean documents OAuth.

Read launch path

Hetzner

WireGuard

WireGuard app on Hetzner

The best low-cost personal VPN path for travel and occasional use.

Read launch path

Open source

Self-hosted stacks people already trust.

Simple WireGuard admin panels first, then deeper team and mesh networking platforms.

Open source

Easy

Outline Server

A user-friendly reference point for simple self-hosted private access.

Read launch path

Open source

Easy

wg-easy

The clearest open-source example of a minimal, friendly WireGuard dashboard.

Read launch path

Open source

Easy

wg-portal

A lighter WireGuard admin panel for users who want a web UI without jumping all the way to a larger platform.

Read launch path

Open source

Easy

wg-access-server

Another lightweight few-click WireGuard path for people who want to manage peers through a browser after initial setup.

Read launch path

Advanced open source

Mesh networking and team control planes.

These are not beginner defaults, but they matter for users who need more than a single personal VPN server.

Open source

Advanced

Algo VPN

A strong open-source baseline for advanced users who value lean scripted setup.

Read launch path

Open source

Medium

Headscale

A strong self-hosted control plane for people who want private mesh networking without depending on a hosted coordination service.

Read launch path

Open source

Medium

NetBird

A cleaner team-oriented WireGuard platform than raw scripts, with a stronger admin story than a single personal VPN box.

Read launch path

Open source

Advanced

Netmaker

A strong fit when the user wants self-hosted WireGuard networking plus centralized management and not just a single-node VPN.

Read launch path

Open source

Advanced

Firezone

A polished open-source remote access product that shows how far the admin experience can go on top of WireGuard.

Read launch path

Guardrails

What VPNInstant will and will not do.

Will

Route users to real providers

One-click apps, API commands, source docs, and open-source repos stay visible.

Will not

Store cloud API keys

Future server-side automation should use revocable OAuth or short-lived tokens only.

Will not

Resell VPN tunnels

The user owns the VPS and receives the provider bill directly.