Install the Client
Download the binary for your platform from the Downloads tab, or install via pip:
pip install tunnelgo-client
Start a Tunnel
Expose your local service running on port 8080:
tunnelgo-client -s aitun.cc:6639 -l 8080
Get Your Public URL
The client outputs your public URL, e.g. https://myapp.t.aitun.cc. Share it with anyone to access your local service.
Connect from Another Machine (Optional)
Use the tunnelgo-connect tool on a remote machine to connect to the tunnel:
tunnelgo-connect -s aitun.cc:6639 -t <tunnel-id>