-
Notifications
You must be signed in to change notification settings - Fork 151
How to run VpnHood Server on Linux
Trudy edited this page Jan 18, 2023
·
15 revisions
This installation required root access. If you don't have root access check the following page:
How to run VpnHood Server on Linux without ROOT access
Note: You can also use VpnHood Access Server to install and manage your server with UI. see VpnHood Access Server.
sudo su -c "bash <( wget -qO- https://github.com/vpnhood/VpnHood/releases/latest/download/VpnHoodServer-linux-x64.sh)"
sudo su -c "bash <( wget -qO- https://github.com/vpnhood/VpnHood/releases/latest/download/VpnHoodServer-linux-arm64.sh)"
sudo /opt/VpnHoodServer/vhserver gen
You can start / stop the VpnHoodServer if you choose "Auto Start" in the installation script.
sudo systemctl stop VpnHoodServer
sudo systemctl start VpnHoodServer
sudo /opt/VpnHoodServer/vhserver stop
sudo /opt/VpnHoodServer/vhserver start
VpnHood Server runs on port 443 (HTTPS) by default without any configuration. For more information check VpnHood Server Configuration.