minecraft cloudflare tunnel not working

hello i tried to setup a tunnel for my minecraft server that i run locally but i dont why it doesnt work since i dont know exactly which informations you need i just send the stuff i think you need config.yml
tunnel: ID
credentials-file: /root/.cloudflared/ID.json

ingress:
- hostname: mc.example.com
service: tcp://localhost:25565
- service: http_status:404
tunnel: ID
credentials-file: /root/.cloudflared/ID.json

ingress:
- hostname: mc.example.com
service: tcp://localhost:25565
- service: http_status:404
thanks for your help
No description
5 Replies
SuperHelpflare
Feedback
Feedback has been submitted! Thank you :)
Chaika
Chaika4d ago
Tunnel CNAMEs/Records just won't work unproxied, and for Minecraft/arbitrary TCP, anyone connecting will need to install and run cloudflare's software (cloudflared or WARP, depending on setup) to be able to connect (i.e unsuitable for public servers) https://developers.cloudflare.com/cloudflare-one/access-controls/applications/non-http/cloudflared-authentication/arbitrary-tcp/
rattenpriester
rattenpriesterOP4d ago
is there a way where my friends dont need to install anything?
Chaika
Chaika4d ago
Not realistically for personal usage, you can technically with Cloudflare Enterprise with Spectrum and Load Balancer addons but it'd run you a few thousand/month/min. There's alternatives like playit.gg people usually recommend for the same style of tunnel connection/setup
rattenpriester
rattenpriesterOP4d ago
ok thanks man

Did you find this page helpful?