wireguard-install/README.md
2022-05-21 20:17:02 -05:00

27 lines
865 B
Markdown

## wireguard-install
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](https://www.wireguard.com) before.
### Installation
Run the script on your Linux server\* and follow the prompts:
```bash
wget https://get.vpnsetup.net/wg -O wireguard.sh
sudo bash wireguard.sh
```
After setup, you can run the script again to manage users or uninstall WireGuard.
\* A cloud server, virtual private server (VPS) or dedicated server.
### Credits
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 project. Please report any issues to the linked upstream repository.
### License
MIT