DEV Community

Cover image for Hoplyra: self-hosted orchestration for multi-hop VPN chains
Linchevatel
Linchevatel

Posted on

Hoplyra: self-hosted orchestration for multi-hop VPN chains

Hoplyra: self-hosted orchestration for multi-hop VPN chains

Most VPN tools install one protocol on one server. Hoplyra covers the full stack: deploy, chain, monitor, and export configs — on infrastructure
you control.

What Hoplyra does

Hoplyra is an open-source (MIT) dashboard for VPN infrastructure on your own VPS nodes.
Protocols — AmneziaWG, WireGuard, OpenVPN, Xray (VLESS), Tor
Chains — multi-hop routes, different protocol per VPS
Deploy — one-click over SSH
Proxy — SOCKS5 through active chain, no redeploy
License — MIT, fully self-hosted

Example chain

[Client] → AWG (entry) → Tor (relay) → Xray (exit) → Internet

Built in the dashboard. Monitored in real time.

Quick start

  git clone https://github.com/Linchevatel/Hoplyra.git
  cd Hoplyra
  sudo apt install make python3-venv podman podman-compose
  make install
Enter fullscreen mode Exit fullscreen mode

Open http://127.0.0.1:8787 — add a VPS, pick a protocol, deploy.

Links

Top comments (0)