I want to establish a site to site connection between my home the private network between my droplets. Not to route my home traffic to DO but to secure the management of droplets without having to install a VPN client on each individual droplet. Is this possible? I know other providers have a methods to set this up but I did not see this option for DO
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!
Hi there,
What you could do in order to access your servers in your VPC without exposing them directly to the internet is to setup a single Droplet that acts as a gateway:

You can follow the steps on how to set that up here:
https://docs.digitalocean.com/products/networking/vpc/how-to/configure-droplet-as-gateway/
After that you can use the gateway Droplet as a jump host and SSH directly to the Droplets inside the VPC as follows:
ssh -J <username>@<public_ip_of_jump_host> <username>@<private_ip_of_droplet>
However, if it is not only SSH access that you need but being able to access other services running inside the VPC, then indeed as you mentioned this could also be achieved with a VPN, in case you decide to go that route, you can install OpenVPN using this 1-Click installation:
https://marketplace.digitalocean.com/apps/openvpn-access-server
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.