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)"
Alpine install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-wireguard.sh)"
Default Credentials
| Username | Password |
|---|---|
admin | admin |
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
Links
This post is licensed under CC BY 4.0 by the author.