How to set up on Digital Ocean:
-
Create the cheapest Docker droplet.
-
On the droplet page, go to Access and click on Droplet Console.
-
Copy this command and run it. It may take several of minutes to complete.
docker exec $(docker run -q --pull always -d --privileged -p 1194:1194/udp -p 443:443/tcp ghcr.io/smikhalevski/openvpn-docker:master) print_config
-
The command output is an OpenVPN client configuration. Copy it and save as
clinet.ovpn
. -
Download and install OpenVPN Connect.
-
Open OpenVPN Connect and import
clinet.ovpn
.