TCP Quick Tunnel with Minecraft

I am trying to use quick tunnels to port forward my minecraft server because I don't want to use a domain. When I start the quick tunnel with cloudflared --url tcp://localhost:25565 it starts with no errors and I can ping the IP. When I try to connect to it on minecraft, it doesn't work (the connection times out). I can't find any forums on this specific topic, so I don't know if this is even possible.
4 Replies
Cyb3r-Jak3
Cyb3r-Jak32w ago
?tunnel-tcp
SuperHelpflare
Cloudflare Tunnels use Cloudflare's proxy, which only supports proxying HTTP Traffic. If you want to use non-http applications over your tunnel, Cloudflare has a few other options: For a few specific protocols such as SSH, RDP, and SMB, Cloudflare has guides for them here: https://developers.cloudflare.com/cloudflare-one/applications/non-http/ For Arbitrary TCP like Minecraft, MySQL, and any other tcp application, Cloudflare has a guide here: https://developers.cloudflare.com/cloudflare-one/applications/non-http/arbitrary-tcp/ For Arbitrary UDP like Minecraft Bedrock, SMTP, and any other udp application, you will need to use Private Networking with WARP: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/private-net/connect-private-networks/ Please note for all of these except SSH and VNC which can be browser-rendered, you will either need to use cloudflared (Cloudflare's tunnel daemon) on the client machine running in the background or Private Networking with WARP, and have WARP installed on the client machine logged into your Zero Trust Team.
notAsquare1
notAsquare1OP2w ago
Does this work with quick tunnels though?
Cyb3r-Jak3
Cyb3r-Jak32w ago
Good point, I don’t think TCP with works quick tunnels but I haven’t tested

Did you find this page helpful?