1. Poweron Rasperberry Pi 4
2. open shell
3. curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
4. chmod +x wireguard-install.sh-- this step is to change permissions
5../wireguard-install.sh-- this step is to run the.sh file
6. Keep entering 'Yes'
7. Give a name to Client- for example "Demo"
8. Leave default and hit "Enter"
9. Finally you will see a QR Code
10. Open you playstore or appstore
11. install Wireguard app
12. add tunnel using QR Code
13. Add VPN Configs on phone - Say "yes"
14. Enable tunnel
15. VPN is enabled
16. QR Codes are store in /root/wg0-client-xyz.conf
17. You can add as many client as you want
18. To add new client run./wireguard-install.sh
19. You will get new QR Code
20. scan QR code in mobile app and activate tunnel
Comments