openvpn-install/README.md

27 lines
897 B
Markdown
Raw Normal View History

## openvpn-install
2022-05-20 15:36:14 +02:00
2022-05-22 03:16:43 +02:00
OpenVPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora.
2013-05-14 14:04:19 +02:00
2022-05-22 03:16:43 +02:00
This script will let you set up your own VPN server in just a few minutes, even if you haven't used [OpenVPN](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/) before.
2013-05-14 14:04:19 +02:00
### Installation
2013-05-14 14:04:19 +02:00
2022-05-20 15:36:14 +02:00
Run the script on your Linux server\* and follow the prompts:
```bash
2022-05-21 02:00:35 +02:00
wget https://get.vpnsetup.net/ovpn -O openvpn.sh
2022-05-20 15:36:14 +02:00
sudo bash openvpn.sh
```
2022-05-22 03:16:43 +02:00
After setup, you can run the script again to manage users or uninstall OpenVPN.
2022-05-20 15:36:14 +02:00
\* A cloud server, virtual private server (VPS) or dedicated server.
2013-05-14 14:04:19 +02:00
2022-05-20 15:36:14 +02:00
### Credits
2013-05-14 14:04:19 +02:00
2022-05-22 03:16:43 +02:00
This script is based on the great work of [Nyr and contributors](https://github.com/Nyr/openvpn-install), with enhancements and changes for compatibility with the Setup IPsec VPN project. Please report any issues to the linked upstream repository.
2013-05-14 14:04:19 +02:00
2022-05-20 15:36:14 +02:00
### License
2014-12-10 23:31:04 +01:00
2022-05-20 15:36:14 +02:00
MIT