Skip to content

a simple unofficial troubleshooting tool for RadminVPN

Notifications You must be signed in to change notification settings

NazgulCoder/RadminVPN-Helper

Repository files navigation

RadminVPN-Helper

a simple unofficial troubleshooting tool for RadminVPN. Please keep in mind this tool is in beta-testing and is not approved by Famatech. I have received approval from Administrator to develope it and find volunteers to test it out.

Capture

Capture2

Instructions

-Run it possibly as Administrator
-You can quickly turn on/off firewall and kill RvControlSvc.exe process (service)
-Fix DNS according whether you are connected with Ethernet0 or Wi-Fi (Google DNS will be set and cache will be purged)
-Fix IPv6 DNS (it executes the following cmd commands)

netsh int ipv6 set teredo enterpriseclient
netsh interface teredo set state servername=win1910.ipv6.microsoft.com

-Reset Internet Settings will reset IPs, DNS, WinSock etc...
-Error 1603 Fixer will launch the Microsoft Troubleshooting tool to fix .msi packages from being installed or uninstalled
-Disable WinDefender (it won't kill WinDefender but will just help you shutting it down in case you have issues with RadminVPN)
-Cleaner will delete some junk temp files to help fixing your issues with RadminVPN
-Uninstaller will call the wmic command to execute a full uninstall of .msi packages

Tips

Indeed it is strongly recommended to still follow the official guides from RadminTech Support on the official Discord.
RadminVPN Official Discord
Uninstalling with RevoUninstaller and a full system cleaning with CCleaner for files and registry is more than welcome

Planned Features

Uninstall engine like RevoUninstaller to increase user-friendliness and make this tool "click and go"
Network Metric helper
Add a firewall helper to blacklist and whitelist IPs and Apps (so you can block users from public networks)

Changelog

03/08/2021 V 1.1
Improved cleaner
Added Reset Internet Settings
Added Uninstaller with cycle to 1click remove all Radmin programs

Download & VirusTotal Scan (for those who are not into coding)

Download
VirusTotal Scan
They are false positive, in fact they are pretty unknown AntiViruses companies, however if you feel unsafe you can download the project and compile it yourself

Project is very simple and pretty basic coding skills were required, however this source may be helpful for somebody to learn something.
If you want to contribute to the project please do not hesitate to open a pull request or write me on Discord (you can find me on RadminVPN Discord posted above)

License MIT - RadminVPN-Helper

Copyright 2021

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.