OpenVPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS, Fedora, openSUSE, Amazon Linux 2 and Raspberry Pi OS
Go to file
hwdsl2 428249ff10 Improve script reliability
- Retry 'apt-get update' and exit on package install errors.
2022-06-02 08:59:59 -05:00
LICENSE.txt Update license 2022-05-20 00:15:57 -05:00
openvpn-install.sh Improve script reliability 2022-06-02 08:59:59 -05:00
README-zh.md Update README 2022-05-28 15:17:34 -05:00
README.md Update README 2022-05-28 15:17:34 -05:00

English | 中文

OpenVPN Server Auto Setup Script

OpenVPN 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 OpenVPN before. OpenVPN is an open-source, robust and highly flexible VPN protocol.

» See also: WireGuard VPN Server Auto Setup Script

Installation

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

wget https://get.vpnsetup.net/ovpn -O openvpn.sh
sudo bash openvpn.sh
Alternative one-liner.

You may also use curl to download:

curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
sudo bash openvpn.sh

If you are unable to download, open openvpn-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.

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

OpenVPN clients are available for Windows, macOS, iOS, Android and Linux.

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

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