Hoplyra is an open-source (MIT) dashboard for VPN on your own VPS infrastructure.
Features:
- ▸ AmneziaWG, WireGuard, OpenVPN, Xray (VLESS), Tor
- ▸ Multi-hop chains — each hop: own protocol + own server
- ▸ One-click SSH deploy
- ▸ SOCKS5 through active VPN or chain
- ▸ Monitoring, client configs (QR, links, files)
Self-hosted. No signup. No SaaS backend.
Install:
git clone https://github.com/Linchevatel/Hoplyra.git
cd Hoplyra
sudo apt install make python3-venv podman podman-compose
make install
AI was used only for code review. AI was not used to write the code.