---
description: Create Cloud Connector rules in the Cloudflare dashboard.
title: Configure a Cloud Connector rule in the dashboard
image: https://developers.cloudflare.com/og-docs.png
---

[Skip to content](#main-content)

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/rules/llms.txt  
> Use this file to discover all available pages before exploring further.

# Configure a Cloud Connector rule in the dashboard

Last updated Aug 25, 2026|Copy as Markdown|[View as Markdown](https://4f1c5cd2.previews.developers.cloudflare.com/rules/cloud-connector/create-dashboard/index.md)|[Agent setup](https://4f1c5cd2.previews.developers.cloudflare.com/agent-setup/)

To configure a Cloud Connector rule in the dashboard:

1. In the Cloudflare dashboard, go to the **Cloud Connector** page.  
[Go to **Cloud Connector** ↗](https://dash.cloudflare.com/?to=/:account/:zone/rules/cloud-connector)
2. Select your [cloud provider](https://4f1c5cd2.previews.developers.cloudflare.com/rules/cloud-connector/providers/) (Cloudflare R2 or an external provider).
3. If you selected Cloudflare R2 in the previous step, select your bucket and your custom domain, and select **Next**.  
If you selected a different storage provider, enter the bucket URL and select **Next**.  
Caution  
The bucket URL must follow a [specific format](https://4f1c5cd2.previews.developers.cloudflare.com/rules/cloud-connector/providers/) according to your provider.
4. Enter a descriptive name for the rule in **Cloud Connector name**.
5. Under **If**, select **Custom filter expression** and [enter an expression](https://4f1c5cd2.previews.developers.cloudflare.com/ruleset-engine/rules-language/expressions/edit-expressions/) to define the traffic that will be redirected to the bucket. For example:

  * To route all requests matching `http*://example.com/images/*` (HTTPS and HTTP requests) you could enter the following expression:  
  `http.request.full_uri wildcard "http*://example.com/images/*"`
  * To route all requests matching `http*://images.example.com/*` (HTTPS and HTTP requests) you could enter the following expression:  
  `http.request.full_uri wildcard "http*://images.example.com/*"`  
Alternatively, select **All incoming requests** to redirect all incoming traffic for your zone to the storage bucket you selected.
6. To save and deploy your rule, select **Deploy**. If you are not ready to deploy the rule, select **Save as Draft**.  
If you are matching a hostname in your rule expression, you may be prompted to create a proxied DNS record for that hostname. Refer to [Troubleshooting](https://4f1c5cd2.previews.developers.cloudflare.com/rules/reference/troubleshooting/#this-rule-may-not-apply-to-your-traffic) for more information.

Was this helpful?

YesNo

## On this page

[![](https://4f1c5cd2.previews.developers.cloudflare.com/_astro/logo.te5VL_aD.svg)Docs](https://4f1c5cd2.previews.developers.cloudflare.com/)

```json
{"@context":"https://schema.org","@type":"TechArticle","@id":"https://developers.cloudflare.com/rules/cloud-connector/create-dashboard/#page","headline":"Configure a Cloud Connector rule in the dashboard · Cloudflare Rules docs","description":"Create Cloud Connector rules in the Cloudflare dashboard.","url":"https://developers.cloudflare.com/rules/cloud-connector/create-dashboard/","inLanguage":"en","image":"https://developers.cloudflare.com/og-docs.png","dateModified":"2026-08-25","publisher":{"@type":"Organization","name":"Cloudflare","description":"One platform for your apps, agents, and workforce. Build, secure, and scale without managing infrastructure","url":"https://www.cloudflare.com/","sameAs":["https://github.com/cloudflare","https://www.linkedin.com/company/cloudflare","https://x.com/cloudflare"],"logo":{"@type":"ImageObject","url":"https://developers.cloudflare.com/logo.svg"},"address":{"@type":"PostalAddress","streetAddress":"101 Townsend St","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94107","addressCountry":"US"},"contactPoint":[{"@type":"ContactPoint","contactType":"Customer Support","url":"https://support.cloudflare.com/","availableLanguage":["English"]},{"@type":"ContactPoint","contactType":"Sales","url":"https://www.cloudflare.com/contact/","availableLanguage":["English"]}]},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
