Skip to content

ongtungduong/wireguard-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wireguard installer for Ubuntu servers

This project is a bash script that aims to setup Wireguard on Ubuntu servers, as easily as possible!

  • Make sure that your kernel supports WireGuard (all modern kernels).

Usage

Wireguard UI

  • Make sure that you have installed Docker. If not, you can follow this repository.

To install Wireguard UI, run the following command and answer the questions asked by the script.

bash <(curl -sSL https://github.com/ongtungduong/wireguard-installer/raw/main/wireguard-ui.sh)

Wireguard CLI

To get Wireguard CLI, run the following command.

sudo curl -sSL https://github.com/ongtungduong/wireguard-installer/raw/main/wireguard-cli.sh > /usr/local/bin/wgcli
sudo chmod +x /usr/local/bin/wgcli

About

Bash Wireguard Installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages