Skip to content

Ricardowec51/Wireguard-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages