Skip to main content

Secure Remote Access Without Opening Ports

Use Cloudflare-managed tunnels to reach RTILA X from another network while keeping automation local.

The Problem with Classic Remote Access

Opening a direct port for remote access works, but it exposes your machine to the public internet. You must maintain firewall rules, manage port forwarding, and monitor for unwanted traffic. That is a lot of overhead when all you need is a simple way to trigger a workflow from a phone or another network.

Cloudflared tunnels provide a cleaner approach. The RTILA X machine opens an outbound connection to Cloudflare’s edge network. Authorized requests reach the local application through that existing connection, without requiring an inbound port or a public IP address.

How Tunneled Access Works

When Cloudflared is configured, it maintains a secure tunnel between your machine and a Cloudflare-managed endpoint. You access that endpoint using credentials you control. The tunnel forwards the request to the RTILA X remote execution API running locally.

This arrangement keeps the automation engine local while allowing convenient remote control. The tunnel does not move project files or scraped data to Cloudflare; it only provides a network path for authenticated control requests.

Setting Up a Tunnel

Cloudflared setup typically requires a Cloudflare account and a tunnel configuration. RTILA X supports the standard cloudflared command-line client, which most users install separately. You configure the tunnel to point at the RTILA X remote execution port and then use the tunnel URL from your other devices.

Because setup details vary by platform, each operator should follow current Cloudflare documentation for tunnel creation. RTILA X logs will show when a remote request arrives so you can confirm the tunnel is working.

Security Considerations

Tunnel access should always be combined with the built-in authentication for the remote API. A tunnel being private to your own Cloudflare account is an important first layer, but a second layer of authentication protects against misconfigurations and leaked URLs.

For most users, Cloudflared is an optional convenience. If you do not need remote access, leave the remote API and tunnels disabled. If you do use them, treat the configuration as you would any production service and review the access logs regularly.

Frequently Asked Questions

Do I need a public IP address to use Cloudflared?
No. The tunnel creates a secure outbound connection, so no direct inbound port or public IP is required.
Does Cloudflared send automation data to Cloudflare servers?
Cloudflared routes the connection, but automation execution and local data remain on your machine.
Can I combine Cloudflared with API triggers?
Yes. You can expose the RTILA X remote API through the tunnel using the configured authentication.

Ready to Get Started?