Hello, i installed openvpnpihole11 droplet and download client.ovpn file. i want using three device vpn client. but i connect second device to vpn server, another connected connection is drop. How to add multiple client for three device ?
thanks.
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.
Hi there,
You should be able to add more users by running the OpenVPN installer again:
From the menu choose option 1:
The output that you will get would look like this:
This will generate a new
.ovpn
file, which you can copy to be new device.This process also generates a few other files found in
/etc/openvpn/server/easy-rsa/pki/
, which make public key authentication possible.EDIT 1: In case that you are using the Marketplace image, to create an additional client configuration run:
Hope that this helps.
Best,
Bobby