I have just setup a OpenVPN Access Server but when I try to login to it using https://ipaddress/admin/ it says site cannot be reached. Please can someone assist. I can login to the server using SSH so I know the server is up and running.
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
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:
The port will be 943 if you haven’t changed it during the install process.
Let me know how it goes. Regards, Alex
Hey @daven2411,
When you first connected to the Droplet over SSH and ran through the initial Getting Started steps, you should have been prompted for the following(among a few other options):
If you left this at the default, then you’ll want to make sure that you’re specifying the correct port(943 by default, but you may have specified something different) in your OpenVPN admin URL. For example(of course, replacing ipaddress with the actual IP of your Droplet):
https://ipaddress:943/admin
I hope that this helps! If you need any further information regarding initial setup of this 1-click, then you might also want to check out the OpenVPN documentation for their 1-click image.