For those who don’t know, playit.gg is a free/cheap service for exposing self-hosted local game servers to the wider internet.

But as someone who already has access to a cheapish VPS, I’m curious if anyone knows of any self-hostable alternatives that I could just run as a container on my VPS.

I’ve been toying with using Wireguard UDP tunneling, but it’s proving to be a little bit more difficult and complicated than I was bargaining for. So if anyone knows of anything out there that does something like this, I’d be grateful!

  • Ekky@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    16 hours ago

    I think I saw that tailscale (or netbird, the open source and selfhosted version) also can reverse proxy UDP traffic.

    I’ll take a look at it later today.

    • Ekky@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      I’ve spent the evening playing around with Netbird/Tailscale. Appears that UDP in Netbird requires Traefik, so I’ve switched over to that (wanted to do this anyway).

      Turns out that Traefik is perfectly able to do the proxying over my “stupid” wireguard setup, so I’ll be running that for now and look more into it later.