wireguard-install/README.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2022-05-22 05:10:28 +02:00
[English](README.md) | [中文](README-zh.md)
2022-05-26 05:56:33 +02:00
# WireGuard VPN Server Auto Setup Script
2022-05-20 15:36:48 +02:00
2022-05-22 03:17:02 +02:00
WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora.
2020-04-30 20:26:38 +02:00
2022-05-27 18:05:16 +02:00
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](https://www.wireguard.com) is a simple, fast and modern VPN designed with the goals of ease of use and high performance.
2020-04-30 20:26:38 +02:00
2022-05-26 05:56:33 +02:00
[**» See also: OpenVPN Server Auto Setup Script**](https://github.com/hwdsl2/openvpn-install)
## Installation
2020-04-30 20:26:38 +02:00
2022-05-20 15:36:48 +02:00
Run the script on your Linux server\* and follow the prompts:
```bash
2022-05-21 02:00:23 +02:00
wget https://get.vpnsetup.net/wg -O wireguard.sh
2022-05-20 15:36:48 +02:00
sudo bash wireguard.sh
```
2022-05-22 03:17:02 +02:00
After setup, you can run the script again to manage users or uninstall WireGuard.
2022-05-20 15:36:48 +02:00
2022-05-27 18:05:16 +02:00
[WireGuard VPN clients](https://www.wireguard.com/install/) are available for Windows, macOS, iOS and Android.
2022-05-22 05:46:20 +02:00
2022-05-20 15:36:48 +02:00
\* A cloud server, virtual private server (VPS) or dedicated server.
2020-04-30 20:26:38 +02:00
2022-05-26 05:56:33 +02:00
## Credits
2020-04-30 20:26:38 +02:00
2022-05-24 15:39:32 +02:00
This script is based on the great work of [Nyr and contributors](https://github.com/Nyr/wireguard-install), with enhancements and changes for compatibility with the [Setup IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) project.
2020-04-30 20:26:38 +02:00
2022-05-26 05:56:33 +02:00
## License
2020-04-30 20:26:38 +02:00
2022-05-20 15:36:48 +02:00
MIT