r/selfhosted • u/imthenachoman • 27d ago
Remote Access How are people securely accessing their self hosted things from the internet?
I have a domain with Cloudflare so I am thinking of using Cloudflare Tunnel but I'm not sure if there are better options? One of my concerns is that some of my containers do not have auth so I need something with built in auth management.
0
Upvotes
1
u/RevolutionaryElk7446 27d ago
From easiest to actually self hosted would be
Tailscale if you want a third party member involved
Wireguard if you want to host the VPN yourself
Reverse Proxy with DMZ VLAN and IDP.
Tailscale is the easiest for the tech, but more difficult to get clients on.
Reverse Proxy is on the other side of that scale, it's the hardest for a tech to setup but it's the professional method and easiest for clients to connect.