๐งญ Overview
What is Tunnlink?
Tunnlink lets you securely expose your local or LAN-based web apps to the internet using a simple, fast tunnel. No complex router configuration, no port forwarding headaches - just instant access to your local development servers from anywhere.
Perfect for developers, testers, and anyone who needs to quickly share their local web applications with teammates, clients, or testing services.
๐ Installation
How to get started
Quick Install (Recommended)
Install Tunnlink with a single command:
Manual Download
Download the appropriate installer for your platform from our releases page.
Requirements
- Windows 10+, macOS 10.14+, or Linux (Ubuntu 18.04+)
- Internet connection
- No additional dependencies required
โ๏ธ Usage
How to run it
Start a tunnel to expose your local server:
Command Options
- --port โ Port to expose (required)
- --subdomain โ Custom subdomain (optional)
- --local-only โ Restrict to LAN access only
- --debug โ Enable verbose output
- --password โ Add password protection
Examples
๐งฉ Features
๐ End-to-end Encryption
All tunnels use HTTPS with automatic SSL certificates for secure connections.
๐ง Smart Subdomain Allocation
Automatic subdomain generation or use your own custom subdomain.
๐ Usage Stats
Monitor traffic, requests, and connection statistics in real-time.
๐ Custom Domains
Bring your own domain for professional tunnel URLs.
๐ง Rate Limiting
Built-in protection against abuse with configurable limits.
๐ Password Protection
Secure your tunnels with optional password authentication.
๐งช Examples
Running a Local Dev Server
Sharing a LAN Service
Testing Webhook Endpoints
๐งฐ Troubleshooting
โ Port not exposed?
Make sure your firewall allows the specified port and your local server is running.
โ Tunnel not found?
Check your internet connection and DNS settings. Try restarting the tunnel.
โ SSL errors?
Some corporate firewalls block Let's Encrypt. Contact your network administrator.
โ Connection refused?
Ensure your local application is bound to 0.0.0.0 instead of localhost for external access.
๐งผ FAQ
Does Tunnlink support HTTPS?
Yes! All tunnels automatically use HTTPS with valid SSL certificates.
Is there a free plan?
Yes, Tunnlink offers a free tier with basic tunneling features. Premium plans include custom domains and advanced features.
Is this open-source?
Yes! Tunnlink is open-source under the GPLv3 license. You can view and contribute to the code on GitHub.
Can I host it myself?
Absolutely! Self-hosting instructions are available in our GitHub repository.
๐ License & Legal
Tunnlink is licensed under the GPLv3 License.
Privacy: We don't collect or store any personal data. Tunnel traffic passes through our servers but is not logged or monitored.
๐ค Contributing
We welcome contributions from the community! Here's how you can help:
- Fork the repository on GitHub
- Open issues for bugs or feature requests
- Submit pull requests with improvements
- Join discussions in our community channels
- Help improve documentation