tech/cloudflare/tunnel

Establish a secure outbound tunnel from on-premise systems to Cloudflare's edge.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/2nth-ai/skills --skill tech-cloudflare-tunnel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech/cloudflare/tunnel
Source: https://github.com/2nth-ai/skills/tree/main/tech/cloudflare/tunnel
Command: npx skills add https://github.com/2nth-ai/skills --skill tech-cloudflare-tunnel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cloudflared, cloudflare/workers, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a secure and private connection from on-premise systems to Cloudflare's edge, enabling secure access to internal services without opening firewall ports.

Core Features & Use Cases

  • Secure Outbound Connector: Establishes a secure connection from any server or machine to Cloudflare's edge.
  • No Inbound Firewall Rules: Eliminates the need for inbound firewall rules, enhancing security.
  • Use Case: Connect 2nth Workers to a client's on-premise ERP, CRM, or database securely.

Quick Start

Run the 'cloudflared tunnel create' command to set up a tunnel to your on-premise service.

Frequently Asked Questions about tech/cloudflare/tunnel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely connect on-premise systems to Cloudflare's edge without opening firewall ports?

To connect on-premise systems to Cloudflare's edge without opening firewall ports, you establish a secure outbound connection using the cloudflared daemon. This eliminates the need for inbound firewall rules while maintaining secure access to internal services.

What is the best way to connect Cloudflare Workers to an on-premise database?

The best way to connect Cloudflare Workers to an on-premise database is by establishing a private outbound connection via cloudflared. This securely links your internal services to Cloudflare's edge without exposing your network.

Do I need the cloudflared daemon to set up a tunnel for my private network?

Yes, you need the cloudflared daemon to set up a tunnel. It is a required dependency for establishing the secure outbound connection from your on-premise systems to Cloudflare's edge.

How do I create a tunnel to access an on-premise ERP through Cloudflare?

To create a tunnel for an on-premise ERP, you run the cloudflared tunnel create command. This sets up the secure connection to Cloudflare's edge, enabling access without modifying your existing firewall configuration.

Does the Cloudflare tunnel connection require inbound firewall rules?

No, the Cloudflare tunnel connection does not require inbound firewall rules. It uses an outbound connector to establish a secure connection, enhancing security by keeping your internal systems private.

Can I use this outbound connection to link Cloudflare Workers with a client's internal CRM?

Yes, you can use this outbound connection to link Cloudflare Workers with a client's internal CRM. It provides a secure, private connection to access on-premise services directly from the edge.