# VPN Server Generated on 21 Oct 2025 from [the VPN Server catalog page](https://marketplace.digitalocean.com/apps/vpn-server) Fast, Secure, and Modern VPN Solution that uses WireGuard® as underlying VPN technology. An easy-to-use administrator website allows you to create, delete, and suspend new users. New users can download and use their VPN configuration with any WireGuard® VPN Client. OpenID Connect, SAML, SCIM integrations available. ## Screenshots ![Login Screen](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/vpn-server-1.png) ![Home Page](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/screenshot-vpn-server-status.png) ![New VPN Connection](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/vpn-server-3.png) ![Users](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/vpn-server-4.png) ![VPN Setup](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/screenshot-vpn-server-setup-1.png) ![VPN Setup](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/screenshot-vpn-server-setup-2.png) ![VPN Setup](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/screenshot-vpn-server-setup-3.png) ![OpenID Connect Setup](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/vpn-server-6.png) ![Packet Inspection](https://in4it-vpn-server.s3.amazonaws.com/assets/screenshots/screenshot-vpn-server-packetlogging.png) ## Software Included | Package | Version | License | |---|---|---| | [wireguard](https://packages.ubuntu.com/noble/wireguard) | 1.0.20210914 | GPL | | [wireguard-tools](https://packages.ubuntu.com/noble/wireguard) | 1.0.20210914 | GPL | ## 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. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=in4it-vpnserver) ## Creating an App using the API In addition to creating a Droplet from the VPN Server 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 4GB VPN Server Droplet in the SFO2 region, you can use the following `curl` command. You need to either save your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell curl -X POST -H 'Content-Type: application/json' \ -H 'Authorization: Bearer '$TOKEN'' -d \ '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"in4it-vpnserver"}' \ "https://api.digitalocean.com/v2/droplets" ``` ## Getting Started After Deploying VPN Server Once the droplet has started, you can go to http:// to start the configuration. Make sure you use http:// as prefix and not https://, as TLS is not setup yet and will give you an error. You can set up TLS once logged in. You’ll be asked for a secret to start the setup process. To get the secret, login using SSH in the server (login: `root`), and enter the command `cat /vpn/setup-code.txt`. If you don’t have SSH access, you can add a tag to the Droplet with a specified random string (shown during the setup process) to start the setup. More details at [https://vpn-documentation.in4it.com/](https://vpn-documentation.in4it.com/)