I’ve been setting up a music server on my home server recently, looking to move away from private hosting options like iBroadcast, but I’ve hit a bit of a snag when it comes to actually accessing my server when away from home.
The two most common recommendations I’ve seen are Cloudflare and OpenVPN. My router supports OVPN access, so I gave that a try, but couldn’t ever actually make it work. I don’t know for sure, but I think it’s probably something with my ISP that I can’t really easily work around. As far as Cloudflare goes, setting up a tunnel requires you to have a domain set up with them even if you’re just using Warp, and since I don’t have one, that’s not an option.
What other good options are there for remote access? I’m running Open Media Vault as my server. Thanks.
Edit: Based on responses, it looks like Tailscale is the way to go since it’s all private to me. Thanks everyone!


There’s something called NAT reflection that does a local lookup if the request originated in the internal network and avoids going via the external route. Some software for routers like ONPSense and/or PFSense support it (but I wouldn’t be surprised if DD-WRT, Tomato, etc supported it as well (its been a while since I used them)).
It might work better of your DNS provider supports API based challenges vs traditional ACME challenges that might require you to still expose your IP/challenge ports with public DNS to get your certificates.
All my internal DNS has the option of SSL certs while my IP is not on any public DNS and it routes to the internal IPs with the above. Not sure how that would work with wireguard or tailacale/headscale, but I’m assuming they probably could complement nicely.