Skip Navigation

Minecraft server and reverse proxy

I use Crafty Controller for Minecraft. I have a server running at 192.168.50.16:25540. I want it to resolve to minecraft.example.com. I have Nginx Proxy Manager setup for my domain and can access it from inside my network, but it'd be nice to be able to use a domain instead.

NPM only has options for http and https, so is this even possible using NPM?

EDIT: this is for only internal access I have external access via tailscale.

19

You're viewing a single thread.

19 comments
  • I have Nginx Proxy Manager setup for my domain

    NPM only has options for http and https, so is this even possible using NPM?

    Think about it. Does it really matter what the backend ( 192.168.50.16:25540 ) is running? If you’re putting it behind the reverse proxy ( NGINX Proxy Manger). If you choose to use HTTPS, the proxy manager should host the SSL certificate.

19 comments