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.
You’re still able to SSH in to the Droplet, correct? If so, login to the CLI and run:
sudo killall -9 openvpn
and then restart Apache. What the above command does is simply terminate all OpenVPN processes that may be running, effectively shutting it down.
You can confirm this by issuing the command:
top
and then pressing SHIFT+M followed by C (as in the letter) on your keyboard. This sorts processes by RAM usage and then expands the process in the far right column so that you can see everything that’s running in detail. If it’s running, you’ll either see the user associated with your OpenVPN config in the far left column or the OpenVPN process in the far right.
If you see OpenVPN still running, while still in top, press k and find the ID of the process in the far left column, type it in and hit enter. You’ll be asked how to kill it off, simply hit enter (leaving it blank). If that doesn’t work, run the same again and enter -9 or 15.
Once you run the above and restart Apache, let me know if you’re up and running. If not, please run top, press SHIFT+M followed by C and upload a screenshot to imgur or another image hosting service and link to it in your reply.