T2W Downloads

Tunnel Client Binaries for All Platforms

🐧 Linux / Raspberry Pi
⬇ Download Binary 📂 View Source
wget https://tunnelrandh.tech/downloads/randh-tunnel chmod +x randh-tunnel ./randh-tunnel --server 79.99.46.192 --port 7776 -s YOUR_SUBDOMAIN 8080
Quick Start:
  1. Download and make executable
  2. Replace YOUR_SUBDOMAIN with your desired name
  3. Port 8080 is your local web server port
  4. Your site will be live at http://YOUR_SUBDOMAIN.tunnelrandh.tech:8080
🪟 Windows
⬇ Download EXE 📂 View Source
randh-tunnel.exe --server 79.99.46.192 --port 7776 -s YOUR_SUBDOMAIN 8080
Quick Start:
  1. Download randh-tunnel.exe
  2. Open Command Prompt in the download folder
  3. Run the command above with your subdomain
  4. Your site will be live at http://YOUR_SUBDOMAIN.tunnelrandh.tech:8080
Note: Windows may show a security warning. Click "More info" → "Run anyway" to proceed.
🔌 ESP32 / Arduino
📂 View Arduino Sketch 📖 Setup Guide
ESP32 Setup:
  1. Download the Arduino sketch from the clients/esp directory
  2. Configure WiFi credentials in the sketch
  3. Set your subdomain and server details
  4. Upload to ESP32-S3 or compatible board

Binary Information

Linux Binary: 907 KB
Statically linked, no dependencies
Windows Binary: 45 KB
Portable, no installation needed