Skip to content
logo

Install wireguard in Linux (Debian/Ubuntu)

Install wireguard:

$ sudo apt-get install wireguard

In case you don't use Debian or a debian based distro, instead of APT, use your package manager to install wireguard.

Unzip the configuration archive you have downloaded:

$ unzip cruxvpn3R9DYWVFZJXM.zip

Copy the conf file (any VPN exit) to /etc/wireguard (i.e. Ireland):

$ sudo cp cruxvpn_ie1.conf /etc/wireguard

Enable CruxVPN tunnel with wireguard:

$ sudo wg-quick up /etc/wireguard/cruxvpn_ie1.conf

Open any browser and go to https://ipinfo.io to view VPN IP:

To disable CruxVPN tunnel with wireguard:

$ sudo wg-quick down /etc/wireguard/cruxvpn_ie1.conf


Questions and feedback on this article, please:

Email (optional, for notifications on this, not shared):

Subscribe | Home