dashroshan / openvpn-wireguard-admin

🔐 Install OpenVPN or WireGuard with a web admin panel using just a single line of command
GNU General Public License v3.0
144 stars 27 forks source link
admin-portal gssoc openvpn vpn vpn-admin vpn-server wireguard

OpenVPN • WireGuard

Install OpenVPN or WireGuard along with a web admin panel on a freshly created virtual machine using just a single line of command.

sudo wget https://raw.githubusercontent.com/dashroshan/openvpn-wireguard-admin/main/setup.sh -O setup.sh && sudo chmod +x setup.sh && sudo bash setup.sh

Prerequisites

Admin panel

Credits

This project uses the easy install scripts by Nyr for setting up the OpenVPN and WireGuard services.