Self-hosted tunnel solution — expose local services to the internet through your own server.
curl -fsSL https://unne.site/server/install | sudo bashDownload from Releases for your platform.
| Binary | Platform |
|---|---|
unne-darwin-arm64 |
macOS Apple Silicon |
unne-darwin-amd64 |
macOS Intel |
unne-linux-amd64 |
Linux x86_64 |
unne-linux-arm64 |
Linux ARM64 |
unne-windows-amd64.exe |
Windows x64 |
unns-linux-amd64 |
Server Linux x86_64 |
unns-linux-arm64 |
Server Linux ARM64 |
# Client: expose local port
unne http 3000
unne http 3000 -s myapp
unne tcp 5432 -rp 15432
# Server: manage
unns setup
unns config list
unns user create john secret
unns token gen 1 macbook- HTTP & TCP tunnels with yamux multiplexing
- TUI dashboard with request inspector (mitmproxy-style)
- Web inspector (Chrome DevTools Network style)
- User management with per-user limits
- Admin panel WebUI
- Reserved subdomains
- Proxy support (SOCKS5, HTTP)
See CONTRIBUTING.md for translation and documentation contributions.
MIT