dashroshan / vpn-port-80

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/vpn-port-80/main/setup.sh -O setup.sh && sudo chmod +x setup.sh && sudo bash setup.sh

Prerequisites

  • Open port 80, 443, and whichever port you want to use for the VPN in your VM hosting network panel.
  • Create a domain pointing to your VM for the web admin panel.

Admin panel

Credits

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

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 42.2%Language:HTML 30.4%Language:Python 22.2%Language:Shell 4.7%Language:CSS 0.6%