WireGuard LXC install script

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.

To create a new Proxmox VE WireGuard LXC, run the command below in the Proxmox VE Shell.
To Update WireGuard or Install a Dashboard, run the command below (or type update) in the LXC Console.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/wireguard.sh)"

:gear: Host Configuration

nano /etc/pivpn/wireguard/setupVars.conf

:gear: Add Clients

pivpn add

Default settings

CPU: 1vCPU
RAM: 512MB
HDD: 4GB
WGDashboard Interface: IP:10086

2 Likes