Skip to main content

Tunnel System V4 - Cloudflare Workers based tunnel system

Project description

Tunnel V4

A modern tunnel system built on Cloudflare Workers and Durable Objects.

Features

  • 🚀 Remote Terminal - SSH-like terminal access to your servers
  • 📡 SOCKS5 Proxy - Secure proxy through your nodes
  • Command Execution - Run commands remotely
  • 🔒 Secure - End-to-end encrypted connections
  • 🌍 Global - Powered by Cloudflare's edge network

Installation

pip install m_tunnel4

Quick Start

Start Agent on Your Server

# Basic usage
tunnel agent --id my-server @all

# With custom tags
tunnel agent --id my-server --tags env=prod,region=us @all

# Specific services only
tunnel agent --id my-server @term @socks5

Use CLI to Connect

# List nodes
tunnel list

# Remote terminal
tunnel term --node my-server

# Execute command
tunnel exec --node my-server "uptime"

# SOCKS5 proxy
tunnel socks5 --node my-server --port 1080

Configuration

Environment Variables

  • TUNNEL_WORKER_URL - Override default Worker URL
  • TUNNEL_ENV - Environment (dev/prod)
  • TUNNEL_DEBUG - Enable debug logging

Custom Worker URL

export TUNNEL_WORKER_URL="wss://your-worker.workers.dev"
tunnel agent --id my-server @all

Services

Built-in Services

  • @all - All services (exec, term, socks5)
  • @exec - Remote command execution
  • @term - Remote terminal
  • @socks5 - SOCKS5 proxy

Port Forwarding

# Forward local service
tunnel agent --id my-server myapi:8080

Development

# Clone repository
git clone https://github.com/yourusername/tunnel-v4.git
cd tunnel-v4

# Install in development mode
export TUNNEL_DEV=1
pip install -e .

# Run agent (development uses tunnel4 command)
tunnel4 agent --id test @all

License

MIT License

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

m_tunnel4-4.0.3.tar.gz (49.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

m_tunnel4-4.0.3-py3-none-any.whl (66.5 kB view details)

Uploaded Python 3

File details

Details for the file m_tunnel4-4.0.3.tar.gz.

File metadata

  • Download URL: m_tunnel4-4.0.3.tar.gz
  • Upload date:
  • Size: 49.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for m_tunnel4-4.0.3.tar.gz
Algorithm Hash digest
SHA256 a560efa04633adf25fe5b57b519b090b6a3e7c2eba8e9f5a73024d1baa4b4572
MD5 bd01e19d71417c2b147342d592849810
BLAKE2b-256 e72f95ccfd578cc74ffffae8a5f12c6b2913cd1a729681fdc114489172e7c9bc

See more details on using hashes here.

File details

Details for the file m_tunnel4-4.0.3-py3-none-any.whl.

File metadata

  • Download URL: m_tunnel4-4.0.3-py3-none-any.whl
  • Upload date:
  • Size: 66.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for m_tunnel4-4.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 170c8d883b48ecceb9548dfe4cef6a238974c8ad271bb8ca68a3c3da19b2bb06
MD5 6eea65136b4ae5e35955736f97461f35
BLAKE2b-256 47103cc69a6bb06fc08d551dc031aace3b12cfbb0fd5cad864d70173b0debb49

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page