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.

  • @Dust0741OP
    link
    English
    17 hours ago

    With Crafty you can bind a specific port.

    I use tailscale for public access, and have set it up so tailscale users can access the domain.

    I guess what I’m asking for is NPM but for tcp.

    • Björn Tantau
      link
      fedilink
      English
      1
      edit-2
      7 hours ago

      Port forwarding is what you’re looking for. You almost certainly can configure that in your router. You tell it what the port in the outside should be and to what IP and port in your LAN it should go.

      Edit: Just saw your other comments. I’m a bit at a loss.