vpnmgr enables easy management of your VPN Client connections for various VPN providers on AsusWRT-Merlin. The following VPN Providers are currently supported: NordVPN, Private Internet Access (PIA) and WeVPN. NordVPN clients can be configured to automatically refresh on a scheduled basis with the recommended server as provided by the NordVPN API.
The concept for this script was originally developed by @h0me5k1n
Love the script and want to support future development? Any and all donations gratefully received!
PayPal donation |
---|
You must be running firmware Merlin 384.15/384.13_4 or Fork 43E5 (or later) Asuswrt-Merlin
Using your preferred SSH client/terminal, copy and paste the following command, then press Enter:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/vpnmgr/master/vpnmgr.sh" -o "/jffs/scripts/vpnmgr" && chmod 0755 /jffs/scripts/vpnmgr && /jffs/scripts/vpnmgr install
vpnmgr adds a tab to VPN menu of the WebUI.
Otherwise, to launch the vpnmgr menu, use:
vpnmgr
If this does not work, you will need to use the full path:
/jffs/scripts/vpnmgr
Please post about any issues and problems here: Asuswrt-Merlin AddOns on SNBForums