All Collections
Linux Setup Guides
Arch-based
WireGuard CLI Setup for Manjaro Linux
WireGuard CLI Setup for Manjaro Linux
Richard avatar
Written by Richard
Updated over a week ago

Step 1

Login to website client page: https://privatevpn.com/account/login


Step 2

Proceed to Control Panel: https://privatevpn.com/control-panel


Step 3

Select your preferred VPN location.


for this guide, we will select a Sweden-based server. Click Generate Config.


Step 4

The WireGuard login will be generated below. Click the download button.


Step 5

Proceed to Terminal Emulator.


Step 6

In the Terminal, enter this line: sudo pacman -S wireguard-tools


Enter Y to proceed.


Step 7

To connect, enter: sudo wg-quick up [path of the configuration file]


Connected!


To check if the VPN tunnel is running, enter the following command: wg show
To disconnect on the VPN, enter: sudo wg-quick down [path of the configuration file]


If you have any questions, or require further assistance, please feel free to contact our support team anytime.

Did this answer your question?