Bring your own cloud account

Your VPN.
Your cloud.

Choose a proven route, generate the launch command, and own the server. Your provider key never leaves your device.

No signup. No credential upload. Provider account and payment method required.

Example launch plan API-ready
Host cost $5/mo
Transfer 1 TB
Secret path Local only
create WireGuard server in lax
01

Your keys stay local. Commands run on your machine.

02

You pay the host directly. No VPNInstant subscription.

03

You control the lifecycle. Delete the server when done.

How it works

One decision at a time

A clear route from zero to connected.

VPNInstant is the launch guide, not the VPN provider. It helps you choose and create the server; your cloud host runs it and your native VPN app connects to it.

  1. 01

    Choose the right shape

    Personal travel VPN, a web-managed server, or a team networking platform.

  2. 02

    Launch from your device

    Generate a Bash or PowerShell command. The site never receives your token.

  3. 03

    Finish with the VPN app

    Complete provider setup, import the profile, then connect with a native client.

Local launch builder

3 API-ready recipes · 1 guided handoff

Build a local launch command.

Pick a provider route, region, server name, and shell. Review the command before you run it—successful API calls create a billable cloud server in your account.

Command ready

Vultr WireGuard

Launch a personal WireGuard server on Vultr with one command and a temporary API key.

Stack
WireGuard marketplace image
Estimated host cost
$5/mo
Bandwidth
1 TB
API key
Prompted for locally as VULTR_API_KEY
Recipe checked
2026-07-14

Vultr API keys can access the full account. Use a temporary key, IP-allowlist it where possible, and delete it immediately after launch. VPNInstant never receives it.

Your terminalChoose the command format you use

This command creates a billable server. Review the location and name before running it in your provider account.

read -rsp "Vultr API key: " VULTR_API_KEY
printf "\n"
export VULTR_API_KEY
curl --fail-with-body -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
  }'
unset VULTR_API_KEY
  1. Create a temporary full-account Vultr API key. IP-allowlist your current address and use the shortest available expiration where possible.
  2. Review the region and server name, then run the command locally. This creates a billable server.
  3. As soon as provisioning finishes, delete the temporary API key, then complete WireGuard setup.

Good first routes

Curated from the full catalog

Start with the outcome, not the acronym.

These three paths cover the most common needs. Every recommendation links to a factual fit guide before sending you to the provider or project.

Deployment catalog

13 documented routes

Compare every path without the noise.

Filter by use case, deployment model, protocol, or complexity. Personal VPNs and team networking platforms stay clearly labeled so unlike tools do not blur together.

Use case

Showing 6 of 13 matching paths

DigitalOcean

OpenVPN Access Server on DigitalOcean

OpenVPN Access Server 1-Click App
Best for

Users who want an established admin portal and broad native-client support.

Provider-ledOpenVPNEasy

Open source

Outline Server

Outline Manager + server
Best for

People who want approachable onboarding more than server-level tinkering.

Open sourceShadowsocks-based access keysEasy

Starter host costs

Official sources checked July 14, 2026

Know the server bill before you launch.

A practical starter-plan comparison for one small VPN server. Taxes, regional pricing, paid marketplace software, and commercial licenses can add to the totals below.

Provider Starter plan Included transfer Monthly cap Source
DigitalOcean Checked 2026-07-14 Basic Droplet, 1 vCPU / 1 GiB / 25 GiB SSD 1,000 GiB outbound / month $6.00/mo Official pricing (opens in a new tab)
Vultr Checked 2026-07-14 Cloud Compute, 1 vCPU / 1 GiB / 25 GB 1.00 TB / month $5.00/mo Official pricing (opens in a new tab)
Hetzner Checked 2026-07-14 CX23 shared vCPU, 2 vCPU / 4 GB / 40 GB SSD 20 TB in EU, 1 TB in US, 0.5 TB in Singapore EUR 5.99/mo plus VAT with public IPv4 in EU Official pricing (opens in a new tab)

Billing continues until the cloud resource is destroyed, not merely powered off. Check the provider total again at checkout.

The ownership model

Private infrastructure, with honest boundaries.

Self-hosting changes who you trust; it does not make you anonymous. Your cloud provider runs the server, sees account and billing details, and remains subject to its own policies.

Build a launch plan
01

VPNInstant never becomes the tunnel

Your traffic goes between your device and the cloud server you create.

02

Credentials stay out of the site

Commands are assembled in your browser and copied to your own terminal.

03

You remain responsible for the server

Patch it, protect the token, review usage, and destroy resources you no longer need.

Before you launch

Straight answers

Questions worth asking first.

Is VPNInstant a VPN service?

No. It is a comparison and launch tool. You create a server with a cloud provider and connect to it with a separate VPN client.

Does the site see my API token?

No. The copied command prompts for the token inside your terminal, so the site and clipboard never receive it. Your device, shell process, and provider account still deserve normal security care.

What will I pay?

The host bills your account for the server and any transfer or software fees. The compared starter servers begin at $5 per month before taxes and add-ons.

How do I stop charges?

Destroy the server and any attached billable resources in the provider dashboard. Powering a server off usually does not stop billing.

Ready when you are

Pick the route.
Keep the keys.

Build the command here, run it there, own everything that follows.

Open the launch builder