Use case

OpenVPN server hosting
on a VPS.

OpenVPN has been the workhorse of self-hosted VPN for two decades. Universal client support, runs over TCP or UDP, plays nicely with deep-packet inspection. Pair it with a Pulsar67 VPS for a tunnel you fully control. From $3/mo.

Why OpenVPN

The VPN that runs anywhere.

WireGuard is newer, but OpenVPN still wins on compatibility. Old routers, locked-down corporate firewalls, and environments where TCP mode needs to look like HTTPS are OpenVPN territory.

Every operating system has a client. Every consumer router supports it. Every cloud platform speaks it. If you need a VPN that "just works" for non-technical users, OpenVPN is still the answer.

Universal clients

Windows, macOS, Linux, iOS, Android, OpenWrt, pfSense, Mikrotik. If it does VPN, it does OpenVPN.

TCP or UDP

Run on UDP/1194 for speed or TCP/443 to slip through restrictive firewalls that only allow HTTPS-looking traffic.

Cert-based auth

Easy-RSA does the PKI lift. Issue, revoke, rotate. Per-user certificates without per-user pain.

Battle-tested

Audited, patched, deployed since 2001. Conservative defaults, well-known knobs, well-understood failure modes.

Recommended plan

Sizing for your client count.

OpenVPN is heavier than WireGuard but still light. CPU only matters when you have many simultaneous connections.

Pulsar Nano
Personal use, ~5 devices
$3/mo
  • 1 vCPU
  • 1 GB RAM
  • 1 TB Bandwidth
  • Phones, laptop, tablet - fine
Order Nano
Pulsar Pro
Company-wide, 50-100 clients
$15/mo
  • 4 vCPU
  • 8 GB RAM
  • 8 TB Bandwidth
  • Multi-thread OpenVPN with mtproxy
Order Pro
What you'll need

A working tunnel in fifteen minutes.

Or use angristan/openvpn-install for a quick script-based setup.

Why Pulsar67

A clean exit IP, no shady neighbors.

Your IP, not shared

Dedicated IPv4. You won't get blacklisted because someone scraped Wikipedia from your "neighbor."

Snapshot before changes

Migrating from a paid provider? Snapshot the working config before touching anything.

Engineer support

If the tunnel won't come up, we'll help you read the OpenVPN log and narrow down the route, firewall, or client profile issue.

Pay in crypto

BTC and ETH if you'd rather not put a card down. Anonymous billing for anonymous tunnels.

Ready to host your tunnel?

One VPS, one config file, one .ovpn for every device. Done before lunch.

Field notes

OpenVPN deployment notes

Concrete setup details for the first deploy, the firewall, and the first thing to check when something acts strange.

Ports

OpenVPN commonly uses UDP 1194. TCP 443 can help on restrictive networks, but UDP performs better when available.

RAM

Nano is enough for personal tunnels. Starter is a better baseline for several users or extra monitoring tools.

Config

Enable IP forwarding, configure NAT, keep client profiles off the web root, and rotate client certs when devices are lost.

First check

If clients connect but cannot browse, check sysctl forwarding, iptables/nftables masquerade, DNS push settings, and the server route table.