More Solutions
EasyTier
EasyTier is a simple, safe and decentralized VPN networking solution implemented with the Rust language and Tokio framework.
類似 n2n VPN 的工作原理,不需要特定的中央管理主機,而是選擇任一個或多個節點扮演中央主機。安全性有網路名稱與密碼的設置。
Nebula
A scalable overlay networking tool with a focus on performance, simplicity and security
Chisel
Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.
- GitHub: https://github.com/jpillora/chisel
- Chisel 建立反向 TCP 隧道 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天 (ithome.com.tw)
- Chisel: Secure TCP/UDP Tunneling for Modern Networks - Deniz Halil
Tinc
Tinc is free and open-source VPN software that can be used to create mesh VPN networks. It is a small and powerful peer-to-peer VPN daemon that can be installed on multiple platforms. Tinc uses encryptions and tunneling for creating a secure private network between multiple hosts.
Requirement: 每個 node 需要設定 Public IP
Tunneled Mesh Reverse Proxy
Pangolin
Pangolin 是一款具有身份和存取控制功能的自託管隧道式反向代理伺服器,專為在分散式網路中安全地揭露私有資源而設計。Pangolin 作為一個中央樞紐,可透過加密的隧道連接隔離的網路 (甚至是位於限制性防火牆後面的網路),讓您不需開啟連接埠即可輕鬆存取遠端服務。
類似自行託管的 Cloudflare Tunnel 服務
- Fossorial
- GitHub: https://github.com/fosrl/pangolin
- Pangolin is my new self-hosted best friend for my home lab
Wiredoor
Wiredoor is a self-hosted, open-source ingress-as-a-service platform that allows you to expose applications and services running in private or local networks to the internet—securely, reliably, and without complex infrastructure.
It uses reverse VPN connections powered by WireGuard and exposes services through a built-in NGINX reverse proxy. Perfect for developers, operators, or teams that want full control of their ingress without relying on public cloud solutions.