WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS, Fedora, openSUSE and Raspberry Pi OS
Go to file
hwdsl2 d9e121e0f0 Add support for CentOS 9
- Merge upstream change Nyr/wireguard-install commit 5c53ebd,
  with enhancements.
- Add support for version 9 of CentOS Stream, AlmaLinux and
  Rocky Linux.
2022-08-21 22:58:20 -05:00
docs/images Update docs 2022-07-13 22:07:44 -05:00
LICENSE.txt Update license 2022-05-20 00:16:15 -05:00
README-zh.md Update docs 2022-07-13 22:07:44 -05:00
README.md Update docs 2022-07-13 22:07:44 -05:00
wireguard-install.sh Add support for CentOS 9 2022-08-21 22:58:20 -05:00

English | 中文

WireGuard VPN Server Auto Setup Script

WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora.

This script will let you set up your own VPN server in just a few minutes, even if you haven't used WireGuard before. WireGuard is a fast and modern VPN designed with the goals of ease of use and high performance.

» See also: OpenVPN Server Auto Setup Script

Installation

Run the script on your Linux server* and follow the prompts:

wget https://get.vpnsetup.net/wg -O wireguard.sh
sudo bash wireguard.sh
Alternative commands.

You may also use curl to download:

curl -fL https://get.vpnsetup.net/wg -o wireguard.sh
sudo bash wireguard.sh

Alternative setup URL:

https://github.com/hwdsl2/wireguard-install/raw/master/wireguard-install.sh

If you are unable to download, open wireguard-install.sh, then click the Raw button on the right. Press Ctrl/Cmd+A to select all, Ctrl/Cmd+C to copy, then paste into your favorite editor.

* A cloud server, virtual private server (VPS) or dedicated server.

Next steps

After setup, you can run the script again to manage users or uninstall WireGuard.

WireGuard VPN clients are available for Windows, macOS, iOS and Android. To add a VPN connection, open the WireGuard App on your mobile device, tap the "Add" button, then scan the generated QR code in the script output. For Windows and macOS, first securely transfer the generated .conf file to your computer, then open WireGuard and import the file.

Enjoy your very own VPN! 🎉🚀

Like this project? You can show your support or appreciation.

Buy Me a Coffee at ko-fi.com  Coindrop.to me

Credits

This script is based on the great work of Nyr and contributors, with enhancements and changes for compatibility with the Setup IPsec VPN project.

License

MIT