Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
apt install wireguard
wg genkey | tee /etc/wireguard/privatekey | wg pubkey > /etc/wireguard/publickey
/etc/wireguard/wg0 conf
:[Interface]\nPrivateKey = \nAddress = 10.0.0.1/24\nListenPort = 51820
wg-quick up wg0
ufw allow 51820/udp