
Privacy-focused VPN tunnels for Lightning nodes. Run your node hybrid (clearnet + Tor) without exposing your home IP.
New to TunnelSats? Get up and running in 3 steps:
wget -O tunnelsats.sh https://github.com/tunnelsats/tunnelsats/raw/main/scripts/tunnelsats.sh
sudo bash tunnelsats.sh install
👉 See full installation guide and compatibility matrix →
The Lightning Network needs fast, reliable, discoverable nodes for efficient routing. While Tor provides privacy, it can be slow and unreliable. TunnelSats solves this by:
| Platform | Type | LND | CLN | Installation Method |
|---|---|---|---|---|
| Umbrel (umbrelOS 1.0+) | Docker App | ✅ | ✅ | Native Umbrel App (Community App Store / Official Review Pending) |
| RaspiBlitz (v1.11+) | Systemd | ✅ | ✅ | Host Script (tunnelsats.sh) |
| Bare Metal (Debian/Ubuntu) | Systemd | ✅ | ✅ | Host Script (tunnelsats.sh) |
| myNode (v0.3+) | Systemd | ⚠️ | ⚠️ | Host Script (tunnelsats.sh - Experimental) |
| StartOS (Start9) | Service Package | ❌ | ❌ | ❌ Unsupported (LXC isolation prevents cross-package egress routing) |
ℹ️ Security Architecture Note: The
tunnelsats.shbash installer is designed for bare-metal / systemd nodes (RaspiBlitz, RaspiBolt, MiniBolt, myNode). Due to container sandboxing, manual host script execution is unsupported on Umbrel — please use the native Umbrel App installation. StartOS is unsupported as its LXC architecture does not allow third-party packages to encapsulate peer node egress.
See scripts/README.md for detailed compatibility info.
Your existing configuration remains valid after renewal – no changes needed!
To remove TunnelSats and restore your original configuration:
sudo bash tunnelsats.sh uninstall
This repository uses Git hooks to maintain script integrity. To set up your local development environment:
chmod +x scripts/hooks-install.sh
./scripts/hooks-install.sh
This will automatically configure the pre-commit and post-rewrite hooks to keep the scripts/tunnelsats.sh.sha256 file in sync.
This repository uses Git hooks to maintain script integrity. To set up your local development environment:
chmod +x scripts/hooks-install.sh
./scripts/hooks-install.sh
This will automatically configure the pre-commit and post-rewrite hooks to keep the scripts/tunnelsats.sh.sha256 file in sync.
Built with ⚡ by @ziggie1984, @TrezorHannes, and @blckbx.
Special thanks to @LightRider5 (lnvpn.net) for inspiration and support.