this post was submitted on 02 Mar 2024
14 points (81.8% liked)

Selfhosted

39251 readers
233 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello everyone :D

I’m looking to host some gaming servers to play with my friends (minecraft, enshrouded, and others), and some apps (paperless-ng, jellyfin, seafile, etc.). Each game server must be accessible from the Internet, but only certain applications will be accessible (jellyfin, etc.)

I don't want to open any ports on my router or share my public IP. I already have a domain name, and I'm thinking of using some VPS to host a reverse proxy with tailscale or netbird.

For the VPS, I'm thinking of using OVH with unlimited bandwidth. I already have the domain name here, and I live in France where the servers are.

A few questions :

  • Is this a good idea ? Any better solution is welcome.
  • I don't really know how I'm going to redirect subdomains to use the correct reverse proxy. Local DNS on the VPS ?
  • Tailscale or Netbird ? (I actually don't have any idea)
  • Won't using Tailscale or Netbird like this cause performance losses on game servers ?

Reverse proxy :

  • nginx for application
  • infrared or gate for minecraft server
  • Others for different game servers if needed.
you are viewing a single comment's thread
view the rest of the comments
[–] Dark_Arc@social.packetloss.gg 1 points 6 months ago* (last edited 6 months ago) (1 children)

ZeroTier is also an option in the same vein as TailScale.

You will share your IP with something like TailScale or ZeroTier.

Reverse proxies can be good but with gaming ... there's only so much you can do because of the custom protocols. Most of that stuff isn't going to care about the DNS. You're also introducing additional latency if you use a VPS as a "middle man."

I think you need to consider who you're going to be giving access to and what threats you're trying to protect against.

My advice would be to set up ZeroTier on all the machines that are going to play together and set it up so it only allows connections between clients and the server (there's a guide for this in their documentation). Then give the gaming machine a ZeroTier IP you put in your DNS.

Most games use different ports so there really isn't a need for lots of DNS names. However, you could assign multiple ZeroTier IPs to the same machine and give each game server its own DNS and its own IP.

[–] dragnansia@lemmy.world 1 points 6 months ago

We've already tried ZeroTier a long time ago, and it works well, but if you want to add another person to the game, it's a "lot" of steps before you can play. You're probably right that the best solution would be to use ZeroTier, but it's not the most practical for everyone. At least that's my opinion.
And you need to install a new application just to play with others, which is not what I want.