Skip to the content.

WireGuard Server

To install WireGuard Server on a system, we can use easy installer script.

Usage

Get the script, and make it executable.

$ curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
$ chmod +x wireguard-install.sh

To install WireGuard Server, run -

$ ./wireguard-install.sh

Source: GitHub