Varckin / amneziawg-install

AmneziaWG installer
MIT License
3 stars 2 forks source link

AmneziaWG installer

This project is a bash script that aims to setup a AmneziaWG VPN on a Linux server, as easily as possible!

Requirements

Supported distributions:

others can work but not tested

2Gb of free space is required for temporary files.

Usage

Before installation it is strictly recommended to upgrade your system to the latest available version and perform the reboot afterwards.

Use curl or wget to download the script:

curl -O https://raw.githubusercontent.com/Varckin/amneziawg-install/main/amneziawg-install.sh
wget https://raw.githubusercontent.com/Varckin/amneziawg-install/main/amneziawg-install.sh

Set permissions:

chmod +x amneziawg-install.sh

And execute:

./amneziawg-install.sh

Answer the questions asked by the script and it will take care of the rest.

It will install AmneziaWG (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file.

Run the script again to add or remove clients!