OpenVPN Access Server
Generated on 25 Sep 2025 from the OpenVPN Access Server catalog page
OpenVPN Access Server is a self-hosted VPN solution that enables fast, secure remote access with a simple web-based interface. It features end-to-end secure connectivity, granular access control, and Zero Trust capabilities to protect remote users, SaaS apps, and IoT devices.
Access Server includes a built-in local authentication system and support for authentication with Active Directory, PAM, LDAP, RADIUS, SAML, and even a custom Python3 authentication module is possible.
OpenVPN client software runs on Windows, macOS, Linux, Android, iOS, and ChromeOS environments. A user-friendly portal making VPN access and management easy.
Get Technical Support 24/7 and Schedule a Live Demo at openvpn.com.
Software Included
Package | Version | License |
---|---|---|
OpenVPN Access Server | 2.14.3 | Custom |
Creating an App using the Control Panel
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
Creating an App using the API
In addition to creating a Droplet from the OpenVPN Access Server 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB OpenVPN Access Server Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "openvpn-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Getting Started After Deploying OpenVPN Access Server
Deployment steps
- Deploy a Droplet from the Marketplace and log on using SSH.
- During setup an admin user and password will be set.
- Next log on to the admin web interface of your droplet, for example: https://123.45.67.89:943/admin/
- If you see any SSL certificate warnings, that is normal, please override them.
Our Quick Start Guide gives more details on how to quickly get started with your own Access Server.