For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated