Skip to content

xiaoniucode/etp

Repository files navigation

Logo

A high-performance intranet penetration platform

dashboard.png

Introduction

etp (Easy Tunnel Proxy) is a high-performance intranet penetration platform.

  • 🚀 Support for TCP and HTTP protocol proxying
  • ⚡ Data compression transmission, reducing bandwidth consumption
  • 🔄 TCP multiplexing stream transmission, multiple requests over single physical connection
  • 🔒 mTLS mutual authentication for secure data transmission
  • 🛡️ IP CIDR access control (whitelist/blacklist)
  • 🔑 HTTP BasicAuth authentication, Token-based identity verification
  • 📉 Fine-grained bandwidth rate limiting and traffic management
  • ⚖️ Load balancing and cluster proxy support, enhancing system availability
  • 🌐 Custom domain and subdomain routing support
  • 📊 Built-in modern Web UI dashboard for visual management and operational monitoring
  • 🔌 Spring Boot integration, reducing development and testing costs
  • 💻 Compatible with Windows, Linux, and macOS for cross-platform deployment
  • 📚 Client-autonomous + server-centralized management configuration rules for simplified administration

Quick Start

Server Installation

Requirements:

  • Docker 20+
  • Linux x86_64

One-command Docker startup for etps server:

curl -fsSL https://raw.githubusercontent.com/xiaoniucode/etp/main/scripts/install.sh -o install.sh
chmod +x install.sh
sudo sh install.sh

Management dashboard access: http://server_ip:8020 (admin: 123456)

Client Installation

Download the latest version from the GitHub Releases page and select the binary file for your operating system.

After extracting locally, edit the configuration file etpc.toml:

server_addr = "etps server IP or domain"
[auth]
token = "authentication token"

Run the client:

./etpc -c etpc.toml # Linux / MacOS

etpc.exe -c etpc.toml # Windows

For more usage details, please refer to the documentation website.

Feedback

Report issues: issues

Project Trends

Star History

About

etp 是一个内网穿透平台,支持TCP、HTTP及上层协议代理。提供压缩、mTLS传输加密、访问控制、鉴权认证、带宽限流、负载均衡、反向代理、身份认证、管理面板等功能

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors