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!

  • rtxn@lemmy.world
    link
    fedilink
    English
    arrow-up
    27
    ·
    3 months ago

    Tailscale should work. It uses Wireguard and does some UDP fuckery to get around the firewall and NAT (including CGNAT). I can stream Jellyfin through it at 1080p native with no significant buffering, it’ll work for music.

    • phanto@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 months ago

      I run substreamer and tailscale to access my home navidrome. Works like a charm.

  • e8d79@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    14
    ·
    3 months ago

    I use a wireguard tunnel that connects to a cheap VPS and then configured a caddy reverse proxy on that VPS that makes my services available on the internet.

  • irmadlad@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 months ago

    recommendations I’ve seen are Cloudflare

    I know a lot here are not too comfortable with Cloudflare. However, the Cloudflare Tunnels/Zero Trust is a solid option.

    As far as Cloudflare goes, setting up a tunnel requires you to have a domain set up with them

    I purchased a domain from NamesCheap for less that $5 USD. Cloudflare doesn’t require you to purchase a domain from them, however they do require that you use their nameservers for obvious reasons.

    Baring all of that, Tailscale is solid as well.

  • Lettuce eat lettuce@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 months ago

    Tailscale, Netbird, or Pangolin. Foss overlay networks have completely eliminated traditional VPN setups for my self-hosting needs.

  • vividspecter@aussie.zone
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 months ago

    probably something with my ISP that I can’t really easily work around

    I’d try and find out if you’re behind a CG-NAT first, and whether you have IPv6 support. Some ISPs will turn off CG-NAT if you ask if that is the reason you haven’t been able to get things working. Wireguard will then work properly which is a bit kinder on battery life with mobile devices in particular compared to Tailscale and Netbird (although both are improving in that regard).

  • Kokesh@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

    I got put behind CGNAT. I had unused domain name, so I pointed it to free Oracle VPS, installed WG Quick on that and on my home server and voila - complete access for anything I want.

  • abominable_panda@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    I use wireguard. One network is behind cgnat so i just get that client to connect outbound to the other client to initiate the tunnel (instead of trying to connect to IT) and it works just fine.

    I did try tailscale once upon a time but it was so clunky and confusing for me…i just wanted to simply access my entire networks remotely without any overhead

    • Ganbat@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      i just get that client to connect outbound to the other client to initiate the tunnel

      Is that something that has to be done on every connection?

  • WolfLink@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    I have set up WireGuard manually running on a home server. It’s not that hard to set up IMO but that definitely depends on your experience level.

    Other than that I’d second Tailscale which is similar but easier to set up

  • Thrawn@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    I have limited budget but have mostly older gen Unifi gear and they have a built in feature they brand as Teleport that if I understand right uses Wireguard under the hood. Works great for my limited use cases.