-
Notifications
You must be signed in to change notification settings - Fork 151
How to run VpnHood Server on Windows
Trudy edited this page Jun 5, 2024
·
16 revisions
Running the VpnHood Server is so easy! You don't need administrator access or to configure anything like NAT or routes. However, this installation requires you to be an admin; otherwise, you need to download and extract the binary.
- Only x64 is supported for other windows. You need to compile it as a portable version.
- Your server must have internet access, and the listening port should be open on the server Firewall
- You don't need a Windows Server, you can run the VpnHood server on any Windows such as Windows 10 or Windows Servers 2016+
Note: You can also use VpnHood Access Server to install and manage your server with UI. See VpnHood Access Server.
Note: Use Powershell to run the following command as Administrator.
[Net.ServicePointManager]::SecurityProtocol = "Tls,Tls11,Tls12"; iwr("https://github.com/vpnhood/VpnHood/releases/latest/download/VpnHoodServer-win-x64.ps1")|iex;
CD "$Env:Programfiles\VpnHood\VpnHoodServer";
./vhserver.ps1 gen;
Done.
Feel free to ask us any questions in Discussions.