Choose language

Portal Home > Knowledgebase > How-to > Hosting > Other software > Wireguard configuration


Wireguard configuration




Each service comes with 3 peer configurations. It means that you can connect from 3 different devices at the same time. Each device needs to use a different client configuration. You can find your Wireguard configuration files in wireguard folder in your HOME path when you login to your service via FTP.



Linux/Ubuntu

1. Download any clientX.conf file to your device, for example client1.conf.
2. Install the packages required:
sudo apt install wireguard resolvconf
3. Now move configuration file to /etc/wireguard folder:
sudo mv ~/client1.conf /etc/wireguard/
4. Start Wireguard with client1.conf configuration file:
sudo wg-quick up client1

To stop wireguard use the command below:
sudo wg-quick down client1


MacOS

1. Download any clientX.conf file to your device, for example client1.conf.
2. Install Wireguard app from App Store.
3. Start Wireguard App.
4 Click Import tunnel(s) from file and point to downloaded client1.conf file.

Wireguard MacOS


Windows

1. Download any clientX.conf file to your device, for example client1.conf.
2. Download Windows Wireguard installed from here .
3. Start Wireguard.
4. Click Import tinnel(s) from file and point to downloaded client1.conf file.

Wireguard Windows


Android

1. Download any clientX.conf file to your device, for example client1.conf.
2. Install Wireguard app from Google Play Store.
3. Start Wireguard App.
4 Click + button and point to downloaded client1.conf file.

Wireguard Android

iOS

1. Download any clientX.conf file to your device, for example client1.conf.
2. Install Wireguard app from App Store.
3. Start Wireguard App.
4 Click + button and point to downloaded client1.conf file.

Wireguard iOS


Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
cfv installation (Views: 4966)

Powered by WHMCompleteSolution