This is a part of project:
https://github.com/adrianmihalko/raspberrypiwireguard
Be sure to read this first.
##############################################################################
This is a simple wireguard VPN user management script using on VPN server. Client config file and qrcode are generated.
- wireguard
- qrencode
The wireguard default config directory is /etc/wireguard.
The script config file is wg.def, create and edit it according to wg.def.sample.
You can generate the public key and private key with command wg genkey | tee > prikey | wg pubkey > pubkey
.
Running as root.
wg-quick up wg0
./user.sh -a alice
This will generate a client conf and qrcode in current directory which name is alice and add alice to the wg config.
./user.sh -d alice
This will delete the alice directory and delete alice from the wg config.
./user.sh -v alice
This will show generated QR codes.
./user.sh -c