Fast and secure tunneling service for exposing local servers to the internet
- SpeedTunnel is a free and open tool for exposing local servers to public network (the internet)
- It can expose TCP protocols, such as HTTP, SSH, etc. Any server!
Windows
-
Install the latest release of SpeedTunnel
-
Place the file where it is convenient for you
(At this point, you can use the program, but you will need to manually call the.exefile) -
Create speedtunnel.bat file so we can use the "speedtunnel" keyword to call the .exe file
@echo off "C:\Exact\Path\To\File\speedtunnel-windows-386.exe" %*
-
Add to the environment variable "PATH" the path to the folder where we created .bat file
Congratulations! You can check if everything is working with the speedtunnel command in CMD
MacOS and Linux
$ curl -fsSL https://speedtunnel.io/install.sh | sudo bashFirst obtain auth token, then
speedtunnel auth <your-auth-token>Replace 8000 with the port you want to expose
speedtunnel http 8000For exposing any TCP servers, such as SSH
speedtunnel tcp 22For using custom subdomains
speedtunnel http 3000 -s <custom-name>For using SpeedTunnel debugger (with v1.0 or higher)
speedtunnel http 3000 --debugServe static files using built-in HTTP Server
speedtunnel serve .Serve on a different domain using CNAME
speedtunnel http 3000 --cname example.comPress Ctrl+C to stop it
Davlatov Abdulhafiz
- 📧 Email: auz.offical@gmail.com
- 📱 Phone: +998906960010
v1.0.0
Open Source