ABOUT
WireGuard is a free and open-source virtual private network (VPN) software that uses modern cryptography to secure the data transmitted over a network. It is designed to be fast, secure, and easy to use. WireGuard supports various operating systems, including Linux, Windows, macOS, Android, and iOS. It operates at the network layer and is capable of being used with a wide range of protocols and configurations. Unlike other VPN protocols, WireGuard is designed to be simple and fast, with a focus on security and speed. It is known for its ease of setup and configuration, making it a popular choice for personal and commercial use.
infoWireguard and WGDashboard are not the same. More info: `https://wgdashboard.dev/`
infoWGDashboard installation is optional.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM4 GB disk
Config path/etc/wireguard/wg0.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/wireguard.sh'; sha='cfa9f78a7dd2d13d9763524be79d3cfbe28f07dec09877a9ceae258d126a9e78'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/wireguard.shSHA-256 cfa9f78a7dd2d13d9763524be79d3cfbe28f07dec09877a9ceae258d126a9e78 alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path/etc/wireguard/wg0.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-wireguard.sh'; sha='9129978987247bf5f138d2d374c5f7dc06111351fa3cce7ae41547dfd335a91b'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-wireguard.shSHA-256 9129978987247bf5f138d2d374c5f7dc06111351fa3cce7ae41547dfd335a91b LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.