Cloudflare tunnel setup issue

I have the current config but am not sure where to find my Tunnel ID to properly configure it. below it is my config file.
tunnel: <TUNNEL_ID>  # Replace <TUNNEL_ID> with your actual tunnel ID
credentials-file: /mypool/AppData/AppData/cloudflare/cert.pem

ingress:
  - hostname: yourname.com  # Replace with your actual hostname or subdomain
    service: http://localhost:8080  # Replace with your service details (e.g., local IP and port)
  - service: http_status:404
Was this page helpful?