boringproxy vs pgrok
A side-by-side comparison of two self-hosted remote access & vpn options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | boringproxy | pgrok |
|---|---|---|
| Deploy effort | Under-an-hour setup | Under-an-hour setup |
| Health score | 15 · At risk | 79 · Good |
| Category | Remote Access & VPN | Remote Access & VPN |
| License | MIT | MIT |
| Language | Go | Go |
| Setup difficulty | Easy | Medium |
| Min. RAM | 64 MB | 64 MB |
| Deployment | binary, docker | docker, binary |
| GitHub stars | ★ 1,384 | ★ 3,649 |
| First released | 2020 | 2023 |
| Replaces | ngrok | ngrok |
What are boringproxy and pgrok?
boringproxy
boringproxy is a simple but powerful tool for tunneling from a public server to a private machine, with automatic HTTPS. It is designed to be boringly reliable and easy to run.
- Automatic HTTPS
- Single binary
- Web admin UI
- Self-hosted tunneling
pgrok
pgrok is an open-source, self-hosted alternative to ngrok for exposing local web servers to the internet via secure tunnels. It uses SSH for transport and is simple to deploy.
- SSH-based tunneling
- Self-hosted server
- Custom subdomains
- Lightweight Go binary
boringproxy vs pgrok: key differences
Both projects are written in Go. Boringproxy is the more established project (first released 2020), while pgrok arrived in 2023. Pgrok has the considerably larger community, at 3,649 GitHub stars versus 1,384.
Why pick each one
Choose boringproxy if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- First-class Docker support for quick deployment
- Active community (1.4k GitHub stars)
Choose pgrok if…
- Released under the MIT license
- First-class Docker support for quick deployment
- Active community (3.6k GitHub stars)
- Written in Go
Frequently asked questions
Is boringproxy or pgrok better?
Neither is universally better. pgrok has the larger community, while boringproxy is simpler to set up (easy difficulty). Choose based on the comparison table above and your own setup.
Are boringproxy and pgrok free and open-source?
Yes. boringproxy is licensed under MIT and pgrok under MIT. Both can be self-hosted at no software cost.
Can I run boringproxy and pgrok with Docker?
boringproxy: yes. pgrok: yes.