Skip to main content

Muti Metroo

Userspace mesh networking agent with multi-hop routing

Muti Metroo Mole

Use Cases

Corporate Network Access

Access internal resources securely from anywhere. Create encrypted tunnels through corporate firewalls without VPN infrastructure.

Multi-Site Connectivity

Connect multiple data centers, offices, or cloud regions through a unified mesh network with automatic failover.

Firewall Traversal

Traverse restrictive firewalls using WebSocket or HTTP/2 transports that work through corporate proxies.

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