Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1009 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 1009 Bytes

Wireguard-Install

I've had so many headaches when trying to install Wireguard Server and clients, so I decided to make it myself by using the stock Wireguard app starting from Ubuntu 22.04 and a couple of scripts to download. The scripts are interactive and will ask for all nescessary information

SERVER INSTALL

Run this script on your Ubuntu (22.04 and up) that is to be your server:

curl -o install_wireguard.sh "https://raw.githubusercontent.com/Ricardowec51/Wireguard-Install/refs/heads/main/Wireguard%20Install/Script%20para%20Instalacion%20de%20Servidor%20WIREGUARD" && chmod +x install_wireguard.sh && sudo ./install_wireguard.sh

CLIENT INSTALL

Run this script in the same server every time you need to add a client. It will generate the conf file

curl -o add_client.sh "https://raw.githubusercontent.com/Ricardowec51/Wireguard-Install/refs/heads/main/Wireguard%20Install/Script%20para%20instalacion%20de%20Clientes%20de%20Wireguards" && chmod +x add_client.sh && sudo ./add_client.sh