Jack Yaz
Part of the Furniture
v2.3.1
Updated 2021-08-05
The concept for this script was originally developed by @h0me5k1n
Easy management of your VPN Client connections for various VPN providers on AsusWRT-Merlin.
vpnmgr is free to use under the GNU General Public License version 3 (GPL 3.0).
This project is hosted on GitHub
Love the script and want to support future development? Any and all donations gratefully received!
PayPal donation
Buy me a coffee
Supported firmware versions
You must be running firmware Merlin 384.15/384.13_4 or Fork 43E5 (or later) Asuswrt-Merlin
Installation
Using your preferred SSH client/terminal, copy and paste the following command, then press Enter:
Usage
vpnmgr adds a tab to VPN menu of the WebUI.
Otherwise, to launch the vpnmgr menu, use:
If this does not work, you will need to use the full path:
Updated 2021-08-05
The concept for this script was originally developed by @h0me5k1n
Easy management of your VPN Client connections for various VPN providers on AsusWRT-Merlin.
vpnmgr is free to use under the GNU General Public License version 3 (GPL 3.0).
This project is hosted on GitHub
Love the script and want to support future development? Any and all donations gratefully received!
PayPal donation
Buy me a coffee
Supported firmware versions
You must be running firmware Merlin 384.15/384.13_4 or Fork 43E5 (or later) Asuswrt-Merlin
Installation
Using your preferred SSH client/terminal, copy and paste the following command, then press Enter:
Code:
/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
Usage
vpnmgr adds a tab to VPN menu of the WebUI.
Otherwise, to launch the vpnmgr menu, use:
Code:
vpnmgr
If this does not work, you will need to use the full path:
Code:
/jffs/scripts/vpnmgr
Last edited: