Skip to content

lxien/orbien

Repository files navigation

Logo

A high-performance intranet penetration platform

dashboard.png

Introduction

Orbien 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 orbiens server:

curl -fsSL https://raw.githubusercontent.com/lxien/orbien/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 orbienc.toml:

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

Run the client:

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

orbienc.exe -c orbienc.toml # Windows

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

Feedback

Report issues: issues

Project Trends

Star History

About

Orbien 是一个内网穿透平台,支持TCP/HTTP/HTTPS/UDP/socks5/文件共享及上层协议代理,传输层支持TCP、Websocket、Quic,支持多路复用,满足弱网、防火墙穿透等场景;ACME域名证书申请部署以及自动续期、实时流量报文、压缩、mTLS传输加密、访问控制、鉴权认证、带宽限流、负载均衡、反向代理、身份认证、健康检查、管理面板等功能

Topics

Resources

License

Stars

102 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors