-
Notifications
You must be signed in to change notification settings - Fork 151
How to run VpnHood Server on Linux without ROOT access
Trudy edited this page Jul 13, 2023
·
10 revisions
- Without root access, VpnHood can not run on port <= 1024
- Without root access, Ping (Echo) is not supported
- Download VpnHoodServer and extract it. Linux arm64 or Linux x64
- Go to the VpnHoodServer/ directory and make the VpnHoodServer file executable
chmod +x VpnHoodServer
- Start VpnHoodServer
./VpnHoodServer
- Generate an access key for your client run by the following command or use VpnHood Access Server
./VpnHoodServer gen
- Copy the generated access key started with vh:// and use it in the client app
- Download VpnHoodServer and extract it Windows Server x64
- Go to the VpnHoodServer/
- Start VpnHoodServer
./VpnHoodServer
- Generate an access key for your client run by the following command or use VpnHood Access Server
./VpnHoodServer gen
- Copy the generated access key started with vh:// and use it in the client app