> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/openvpn-server.md).

# OpenVPN Server

OpenVPN Server easy installer for Linux.

**Usage**

Get script and make it executable:

```bash
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
```

To install OpenVPN, run:

```bash
./openvpn-install.sh
```

***Source:*** [***GitHub***](https://github.com/angristan/openvpn-install)
