What's new

vpnmgr vpnmgr - Manage and update VPN Client configurations for NordVPN and PIA

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Which VPN provider do you use?


  • Total voters
    311
Maybe what happened to me is happening to you.

and
 
I like having the option to pick city & country for multiple clients. I can't do this with VPN Director. All that does is assign a device to a specific client. This is what attracted me to using the vpnmgr in addition to the VPN Director. I had it working before my update to the latest version of update. I figured this was the perfect time to reconfigure everything & give it a refresh. Unfortunately it didn't go as planned. :confused: Hoping to get this back on track.
Try hitting F5 to reload the page.
after factory resetting & reloading merlin 386.7 what is the best order to install addon scripts? should i do 1.diversion 2. skynet followed by others in the order they are listed as options? Where should vpnmgr fit into the mix?
 
hi,
I just did a clean install with 386.7 & the vpnmgr isn't installing or loading correctly. I am only seeing the top of page. I looked into file where js is located & I think some required files are missing. I don't know how to fix this. I tried the suggested us forced update but that didn't do anything? i also have diversion & skynet running.
Same problem for me, have you found a fix? I also did a clean install with 386.7.
 

Attachments

  • Captura de ecrã 2022-07-04, às 08.44.16.png
    Captura de ecrã 2022-07-04, às 08.44.16.png
    191.8 KB · Views: 78
Same problem for me as the screenshot above.

Console shows the following error, continuously:

GET http://192.168.1.1:9080/ext/vpnmgr/wevpn_countrydata.htm 404 (Not Found)
Read this post and the one right after it. That helped me.

 

Same problem for me as the screenshot above.

Console shows the following error, continuously:

GET http://192.168.1.1:9080/ext/vpnmgr/wevpn_countrydata.htm 404 (Not Found)
I had the same issue. Noticed that these files aren't accessible through the browser, path now appears to be


I edited the /jffs/scripts/vpnmgr script, adjusted the paths on lines 752 and 754 in my local copy to the ones above, and re-ran the
Code:
/jffs/scripts/vpnmgr install
command to reinstall vpnmgr. Back in the browser, the vpnmgr webui page now loads correctly.

(I don't use WeVPN so I have no idea if these files are valid, they look pretty old.)

Untitled.png
 
I had the same issue. Noticed that these files aren't accessible through the browser, path now appears to be


I edited the /jffs/scripts/vpnmgr script, adjusted the paths on lines 752 and 754 in my local copy to the ones above, and re-ran the
Code:
/jffs/scripts/vpnmgr install
command to reinstall vpnmgr. Back in the browser, the vpnmgr webui page now loads correctly.

(I don't use WeVPN so I have no idea if these files are valid, they look pretty old.)

View attachment 42670
It looks like BAK is for their old files. Something happened to their link on the originals. This page mentions the original URLs in steps 4 and 4b. https://wevpn.com/support/hc/en-us/articles/360052696933-Mint-OpenVPN-Setup-Terminal-
 
It looks like BAK is for their old files. Something happened to their link on the originals. This page mentions the original URLs in steps 4 and 4b. https://wevpn.com/support/hc/en-us/articles/360052696933-Mint-OpenVPN-Setup-Terminal-
Thanks - and sorry, I phrased my post a little badly, but it's probably safe to assume that's a backup folder with old files, which is why I'm not sure if they're okay to use. But since I don't use WeVPN, it was easier to point the script to the backup files, as it seemed to need to download something in order to work. Interesting that they're still referenced in that support article, so maybe they've been accidentally deleted.
 
Last edited:
Trying to use this, after installing it I get an error GET http://192.168.50.1/ext/vpnmgr/wevpn_countrydata.htm - I accessed the two urls https://wevpn.com/resources/openvpn.bak/UDP.zip https://wevpn.com/resources/openvpn.bak/TCP.zip and then tried to run the script again, but getting the same issues.
 
Trying to use this, after installing it I get an error GET http://192.168.50.1/ext/vpnmgr/wevpn_countrydata.htm - I accessed the two urls https://wevpn.com/resources/openvpn.bak/UDP.zip https://wevpn.com/resources/openvpn.bak/TCP.zip and then tried to run the script again, but getting the same issues.
I believe you left out this step:

I edited the /jffs/scripts/vpnmgr script, adjusted the paths on lines 752 and 754 in my local copy to the ones above, and re-ran the
Code:
/jffs/scripts/vpnmgr install
command to reinstall vpnmgr. Back in the browser, the vpnmgr webui page now loads correctly.
 
I believe you left out this step:

I edited the /jffs/scripts/vpnmgr script, adjusted the paths on lines 752 and 754 in my local copy to the ones above, and re-ran the
Code:
/jffs/scripts/vpnmgr install
command to reinstall vpnmgr. Back in the browser, the vpnmgr webui page now loads correctly.
Sorry, do you mind explaining how I can edit that? I'm not too savvy on that part.
 
Sorry, do you mind explaining how I can edit that? I'm not too savvy on that part.
Sure thing! :)

1. log into your router with an SSH editor (like PuTTY)
2. type: cd /jffs/scripts
3. type: nano --linenumbers vpnmgr
4. scroll down to line numbers 752 and 754 using CTRL-V (down), or CTRL-Y (up)
5. make your desired changes
6. exit and save -- CTRL-X, and say Y to saving changes
7. type: vpnmgr install

See if that works for you?
 
Sorry, do you mind explaining how I can edit that? I'm not too savvy on that part.
I made the edits, and will temporarily be hosting it for download for those of you who are looking for a fix until @Jack Yaz can make the appropriate changes. You can download the modified vpnmgr v2.3.1 file from here:


Download, overcopy the existing vpnmgr file in the /jffs/scripts folder, or just replace it's contents using the NANO text editor tool, and save it. Then try the "vpnmgr install" command again. Let me know if you need any further assistance.

If you want to live dangerously... here's the installer to execute in your favorite SSH utility:
Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/VPNMON-R2/main/vpnmgr.sh" -o "/jffs/scripts/vpnmgr" && chmod 0755 /jffs/scripts/vpnmgr && /jffs/scripts/vpnmgr install

(Jack, just let me know when you need me to take this down... :) )
 
Last edited:
  • Like
Reactions: NKS
I made the edits, and will temporarily be hosting it for download for those of you who are looking for a fix until @Jack Yaz can make the appropriate changes. You can download the modified vpnmgr v2.3.1 file from here:


Download, overcopy the existing vpnmgr file in the /jffs/scripts folder, or just replace it's contents using the NANO text editor tool, and save it. Then try the "vpnmgr install" command again. Let me know if you need any further assistance.

If you want to live dangerously... here's the installer to execute in your favorite SSH utility:
Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/VPNMON-R2/main/vpnmgr.sh" -o "/jffs/scripts/vpnmgr" && chmod 0755 /jffs/scripts/vpnmgr && /jffs/scripts/vpnmgr install

(Jack, just let me know when you need me to take this down... :) )
Working perfectly now, appreciate the simplicity <3
 
I made the edits, and will temporarily be hosting it for download for those of you who are looking for a fix until @Jack Yaz can make the appropriate changes. You can download the modified vpnmgr v2.3.1 file from here:


Download, overcopy the existing vpnmgr file in the /jffs/scripts folder, or just replace it's contents using the NANO text editor tool, and save it. Then try the "vpnmgr install" command again. Let me know if you need any further assistance.

If you want to live dangerously... here's the installer to execute in your favorite SSH utility:
Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/VPNMON-R2/main/vpnmgr.sh" -o "/jffs/scripts/vpnmgr" && chmod 0755 /jffs/scripts/vpnmgr && /jffs/scripts/vpnmgr install

(Jack, just let me know when you need me to take this down... :) )
Can you submit a PR please, then i can merge easily
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top