Hoplyra: 멀티 홉 VPN 체인을 위한 자체 호스팅 오케스트레이션

작성자

카테고리:

← 피드로
DEV Community · Linchevatel · 2026-06-25 개발(SW)
Cover image for Hoplyra: self-hosted orchestration for multi-hop VPN chains

Linchevatel

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

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다