Friends in Different Countries, Their Own VMs in My Proxmox — How Can They Connect?

ranafge

New Member
Aug 15, 2025
2
0
1
I have 2 friends who live in different countries. I want to assign each of them a VM in my local Proxmox server. I’ve already created the VMs and given them individual usernames and passwords with permissions.
Now my question is: how can they access their VMs individually and securely from their own country?
 
Hey,

Wireguard[1] or other VPNs is probably what you are looking for. Depending on whether you have a static IP you may also need DDNS or some small VPS somewhere with a static IP that your VPN clients all connect to.

[1] https://www.wireguard.com/
 
Last edited:
  • Like
Reactions: UdoB
Tailscale is likely the simplest way and would not require DDNS or a static ip. I probably would recommend my friends to run their own VM rather than doing this though.
 
  • Like
Reactions: Johannes S
Now I want get some configuration idea. please provide some conf idea. thanks for your response.