Your Portveil early access
You've been invited to try Portveil free for 14 days. Your 14 days start when you press the button below.
- Up to 5 devices, on both locations (United States and Finland)
- The dashboard, API and MCP server
- Up to 25 Mbps, with 50 GB of fair-use data (after that, it's slowed down, not cut off)
- No card, no subscription. You won't be charged. At the end, choose a plan with the same email to keep your devices, or let access end.
Your account is ready
Unlocking your account…
Save your account key now, in your password manager. We only show it once, and it's how you sign in to your dashboard and add devices.
- Account ID
- Account key
- Plan
- Access until
Get a new setup link
Enter the email you used at checkout. If it has an active Portveil plan, we'll email it a new one-time link. Using that link gives you a new account key; your devices keep working.
Add a device
Enter your account ID and account key. They stay in this tab only.
Add a device
- Install the free WireGuard app: App Store, Google Play, or wireguard.com/install for Mac and Windows.
- Name this device and create it. Your device's private key is generated here in your browser; Portveil never sees it.
Add both tunnels to the WireGuard app: scan a QR code with your phone, or download the file on a computer and use Import tunnel from file. Switch countries by turning one tunnel off and the other on.
These files contain this device's private key. Don't share them. We don't keep a copy: if you lose them, delete the device in your dashboard and create it again.
The Portveil agent adds remote control: switch servers from your dashboard or from an AI agent through the API. Run these as root:
apt install -y wireguard-tools curl
curl -fsSLO https://portveil.com/downloads/portveil-agent
sha256sum portveil-agent # compare with portveil.com/downloads/portveil-agent.sha256
chmod +x portveil-agent
export PORTVEIL_ACCOUNT_TOKEN=''
./portveil-agent register --control https://api.portveil.com \
--account-id acct_… --name my-machine
./portveil-agent daemon
On a remote server, add --split-tunnel to register. A full tunnel would also carry your SSH session's replies and cut you off.
Want an AI agent to manage your devices? Create a scoped API token in your dashboard (read, control, or admin).
Terms · Privacy · Acceptable use · Questions: reply to your welcome email