Simple script that helps with the generation of configs and keys for peers in an existing wireguard installation.
This script needs to be run on the wireguard server as root.
Get this script via:
sudo wget https://raw.githubusercontent.com/OlJohnny/wireguard-setup/master/wireguard-setup.sh -O ./wireguard-setup.sh | sudo chmod +x ./wireguard-setup.sh
- Execure script on server
- Copy & Paste generated config (output in terminal) to the client
- Execute the following commands on the client:
sudo chmod -Rf 770 /etc/wireguardConfig Readability limited to rootsudo systemctl enable wg-quick@wg0Enable Wireguard Tunnel at system startup