Skip to main content

Muti Metroo

Self-hosted mesh tunneling with end-to-end encryption

Muti Metroo Mole

Use Cases

Secure Remote Access

Access internal resources from anywhere without traditional VPN infrastructure. End-to-end encryption ensures transit nodes never see your traffic.

Multi-Site Connectivity

Connect data centers, offices, and cloud regions through a self-healing mesh. Automatic route propagation handles topology changes.

Firewall Traversal

Reach networks behind restrictive firewalls using HTTP/2 or WebSocket transports that blend with normal HTTPS traffic.

Red Team Operations

Purpose-built for authorized security assessments. OPSEC-hardened with configurable protocol identifiers and topology encryption.

Learn more

Quick Example

1. Initialize and Run

# Initialize agent
./muti-metroo init -d ./data

# Run with config
./muti-metroo run -c config.yaml

2. Connect via SOCKS5

# Use curl through the mesh
curl -x socks5://localhost:1080 https://internal.example.com

# SSH through the mesh
ssh -o ProxyCommand='nc -x localhost:1080 %h %p' user@host