NightMan-1 / wireguard-aws

Scripts automate the installation and use of Wireguard on AWS with Ubuntu Server 18.04

Home Page:https://wireguard.isystem.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install and use AWS-based Wireguard

Scripts automate the installation and use of Wireguard on AWS with Ubuntu Server 18.04

How use

Installation

git clone https://github.com/pprometey/wireguard_aws.git wireguard_aws
cd wireguard_aws
sudo ./initial.sh

The initial.sh script removes the previous Wireguard installation (if any) using the remove.sh script. It then installs and configures the Wireguard service using the install.sh script. And then creates a client using the add-client.sh script.

Add new customer

add-client.sh - Script to add a new VPN client. As a result of the execution, it creates a configuration file ($CLIENT_NAME.conf) on the path ./clients/$CLIENT_NAME/, displays a QR code with the configuration.

sudo ./add-client.sh
#OR
sudo ./add-client.sh $CLIENT_NAME

Reset customers

reset.sh - script that removes information about clients. And stopping the VPN server Winguard

sudo ./reset.sh

Delete Wireguard

sudo ./remove.sh

Authors

About

Scripts automate the installation and use of Wireguard on AWS with Ubuntu Server 18.04

https://wireguard.isystem.io

License:MIT License


Languages

Language:Shell 100.0%