Post

WireGuard

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.

WireGuard

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/wireguard.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-wireguard.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Default Credentials

UsernamePassword
adminadmin

Configuration

Config file:

1
/etc/wireguard/wg0.conf

Notes

Wireguard and WGDashboard are not the same. More info: https://wgdashboard.dev/
WGDashboard installation is optional.

Web Interface

Port: 10086

This post is licensed under CC BY 4.0 by the author.