Cloudflare tunneling help

Is anyone free today or tomorrow to help me rq on a problem? I’m tryna set a Minecraft server and user cloud flare tunneling so I don’t have to port forward. But no matter what I do I can’t get it to work even though it seems simple, I have my own domain aswell pls somone dm if they can help Running cloufflared and Minecraft server in docker(connected through network) Everything seems setup right but idk the problem Willing to tip
2 Replies
andrew_nyr
andrew_nyr2mo ago
?tunnel-tcp
SuperHelpflare
SuperHelpflare2mo ago
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.

Did you find this page helpful?