✳️Replace the highlighted information with your own
🔸Public_IP_of_Server:
🔸Domain:
🔸Public_Key_of_Server:
🔸Public_Key_of_Client_1:
🔸Public_Key_of_Client_2:
📌 WireGuard Server Configure
ListenPort = 51820
Address = 10.10.10.1/32
#Client 1
[Peer]
PublicKey = Public_Key_of_Client_1
AllowedIPs = 10.10.10.2/32
#Client x
#[Peer]
#PublicKey = Public_Key_of_Client_x
#AllowedIPs = 10.10.10.x/32
📌 WireGuard Client 1 Configure
Address = 10.10.10.2/32
DNS =8.8.8.8, 8.8.4.4
[Peer]
PublicKey = Public_Key_of_Server
AllowedIPs = 0.0.0.0/0
Endpoint = IP_Public_of_Server:51820
📌 WireGuard Client x Configure
Address = 10.10.10.x/32
DNS =8.8.8.8, 8.8.4.4
[Peer]
PublicKey = Public_Key_of_Server
AllowedIPs = 0.0.0.0/0
Endpoint = IP_Public_of_Server:51820
Read more
- How to Connect Google Drive to Linux using Rclone for Seamless Synchronization
- Windows Remote Desktop to Linux Mint, Ubuntu & Debian
- Set Up WireGuard VPN Client on Android
- Set Up WireGuard VPN Client on CentOS Stream/RockyLinux/RHEL-based
- Set Up WireGuard VPN Client on Linux Ubuntu/Debian-based
- How to Set Up WireGuard VPN Client on Windows
- WireGuard – Set Up a WireGuard VPN Server on a Linux VPS
- How to Upgrade Windows 11 Home to Windows 11 Professional
- How to Self-Host n8n on Windows Using WSL and Docker
- How to Fix the Pairing Required Error in OpenClaw with Docker