Skip to content

How to run VpnHood Server on Linux without ROOT access

Trudy edited this page Jul 13, 2023 · 10 revisions

Linux

Limitation

  • Without root access, VpnHood can not run on port <= 1024
  • Without root access, Ping (Echo) is not supported

Instruction

  1. Download VpnHoodServer and extract it. Linux arm64 or Linux x64
  2. Go to the VpnHoodServer/ directory and make the VpnHoodServer file executable
chmod +x VpnHoodServer
  1. Start VpnHoodServer
./VpnHoodServer
  1. Generate an access key for your client run by the following command or use VpnHood Access Server
./VpnHoodServer gen
  1. Copy the generated access key started with vh:// and use it in the client app

Winodws

  1. Download VpnHoodServer and extract it Windows Server x64
  2. Go to the VpnHoodServer/
  3. Start VpnHoodServer
./VpnHoodServer
  1. Generate an access key for your client run by the following command or use VpnHood Access Server
./VpnHoodServer gen
  1. Copy the generated access key started with vh:// and use it in the client app