Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dashroshan/openvpn-wireguard-admin
🔐 Install OpenVPN or WireGuard with a web admin panel using just a single line of command
https://github.com/dashroshan/openvpn-wireguard-admin
admin-portal gssoc openvpn vpn vpn-admin vpn-server wireguard
Last synced: about 2 months ago
JSON representation
🔐 Install OpenVPN or WireGuard with a web admin panel using just a single line of command
- Host: GitHub
- URL: https://github.com/dashroshan/openvpn-wireguard-admin
- Owner: dashroshan
- License: gpl-3.0
- Created: 2023-07-13T13:09:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:26:04.000Z (8 months ago)
- Last Synced: 2024-10-10T22:34:32.677Z (4 months ago)
- Topics: admin-portal, gssoc, openvpn, vpn, vpn-admin, vpn-server, wireguard
- Language: JavaScript
- Homepage:
- Size: 724 KB
- Stars: 144
- Watchers: 2
- Forks: 30
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```bash
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
- 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](https://github.com/Nyr) for setting up the OpenVPN and WireGuard services.