Skip to the content.

Banner
Wireguard Installation and Manager script by Cong Minh Vuong

OS Support

(Ubuntu 20.04 LTS recommend)

I. Automated install V1 (For Ubuntu and Debian Server with Public IP)

Warning: Please update and upgrade your OS to latest before install

a) Install with command:

Need Root Permissions, not Sudo

bash <(curl https://raw.githubusercontent.com/minhvip20956/wireguard-install/main/vpn.sh || wget -O - https://raw.githubusercontent.com/minhvip20956/wireguard-install/main/vpn.sh)

You will need to provide information during installation (IP or Domain Hostname, port, Private IP, first profile name, etc…). Please follow the instructions.

b) Manager Script

Just with the following simple command. Every component you need is built-in.

cmvpn

For phones, please open the Wireguard app and select “+” and select scan QR code to add VPN configuration. For PC, please copy the entire contents of the conf file into “Add Empty Tunnel” of Wireguard

II. Client

III. Know Bug (Show Bug with Systemctl status wg-quick@wg0.service)

Good Luck!!!