WireGuard - Linux

1. Install WireGuard

Follows are samples in Ubuntu 20 TLS
apt update
apt install wireguard resolvconf

2. Configure WG client

Edit wg0.conf
vim /etc/wireguard/wg0.conf

click the Config button on your WireGuard package detail page, and paste into the wg0.conf.

3. Start WG
wg-quick up wg0

4. Test WG
ping 10.200.0.1
5. If you are having problem to access with the default configuration, you can try edit the config file, and replace the :5353 port in the endpoint with a random port within the given random port if its available.

Start at boot:
systemctl enable wg-quick@wg0
Disable it:
systemctl disable wg-quick@wg0

Was this answer helpful?

 Print this Article

Also Read

WireGuard - Windows

1. Install WireGuard APP, Download from here2. Get WireGuard server information.     Visit our...

WireGuard - iOS setup

1. Install app from App Store, you can search WireGuard in App Store or...

WireGuard - Android setup

1. Install WireGuard app, https://dl.vpnaff.com/?dir=WireGuard2. Get WireGuard server...

WireGuard - macOS

1. Install app from App Store, you can search WireGuard in App Store or...