Cloudflare Tunnels for Arbitrary TCP register error on server side

Hello,

I’m trying to route my Minecraft server running on my other PC to reverse proxy through Cloudflare Tunnels. I have looked at a few forum posts here and on Reddit and determined that the use of Arbitrary TCP would be best for my needs. I have a DNS record setup for minecraft.mydomain.com pointing to the Cloudflare Tunnel address. But when I tried to add the server to the tunnel with this command: cloudflared tunnel --hostname minecraft.mydomain.com --url tcp://localhost:25565 I got a couple of errors shown in the screenshot below. And when I tried running the access command on my main PC it was able to start the Websocket listener but I was not able to connect to the server.

Edit: Decided not to use tunnels for this because it doesn’t handle tcp connections very well.