About

Why we teach it instead of selling it.

What this page is

A free, no-strings guide and the source code to stand up your own WireGuard VPN — a server only you control. There's no product to buy here, no account to make, and no tunnel of ours to join. Take the guide and the code and go run your own.

Why we don't just run one for you

Two reasons. The practical one: we run a single WireGuard tunnel for our own company and don't have the bandwidth — or the appetite for the liability — to carry strangers' traffic. The real one: a VPN doesn't make your traffic private, it just moves who can see it from your ISP to whoever runs the server. Renting that trust to a company you can't inspect isn't much of an upgrade. The honest move is to hand you the tools so the person you're trusting is you. Don't fully trust anyone else's VPN — ours included.

What a VPN is — and isn't

What it's good for

The architecture, in two lines

A WireGuard server runs on a box you rent or own, with a public IP. Your devices connect inbound to your.server.ip:51820; outbound traffic is masqueraded (NAT'd) out through the server's connection. That's the entire design the guide walks you through — no moving parts we didn't show you.

Open source you can audit yourself

WireGuard kernel module and tools: wireguard.com. The two setup scripts and the config templates that wire it together are printed in full on the code page — read every line before you run it.