I’m trying to host a Minecraft Bedrock Edition server on Debian 12, and expose it via Remote.it. The server runs successfully and is reachable over LAN, but Remote.it cannot detect or connect to the UDP service running on port 19132.
Java Edition servers using TCP (e.g. port 25566) work fine through Remote.it, so the issue appears to be specific to UDP services.
I noticed that the options for certain games like minecraft (and bedrock addition), terraria and others have disappeared from the list of choosable options, however just using TCP for Minecraft Java worked fine, so im assuming UDP would work for Minecraft Bedrock assuming thats all the prevoius options did.
I have:
-
Confirmed Minecraft Bedrock server runs and is reachable locally via LAN.
-
Verified port 19132 is open and listening on UDP.
-
Tested Java (TCP) server through Remote.it (port 25566) successfully — service detected and usable.
-
Tried different UDP ports — same issue (“No service found running on 127.0.0.1:xxxx”).
-
Restarted Remote.it service and re-added UDP service multiple times.
Client is on windows 10
I believe the remote.it version is 4? Thats at least what the config file says.
If more information is needed let me know