Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hello there
I’ve just setup a droplet using the one click install for the OpenVPN Access Server and everything is working normal:
https://marketplace.digitalocean.com/apps/openvpn-access-server
Could you please make sure that you’re accessing the page with https:// included? The admin URL login is provided at the end of the installation process:
Initial Configuration Complete!
You can now continue configuring OpenVPN Access Server by
directing your Web browser to this URL:
https://IP:943/admin
Login as "openvpn" with the same password used to authenticate
to this UNIX host.
During normal operation, OpenVPN AS can be accessed via these URLs:
Admin UI: https://IP:943/admin
Client UI: https://IP:943/
The port will be 943 if you haven’t changed it during the install process.
Let me know how it goes. Regards, Alex
Can you post your server.conf file with the cert and key info removed?
I know it is an old post, but I believe I had the same error following the same guide for Ubuntu 22.04.
Please run this command to check the logs of OpenVPN service:
sudo journalctl -u openvpn-server@server.service
I had the following error:
failed to find GID for group nobody
Just run this to add a nobody group:
sudo groupadd nobody
Hope this will help someone :)