---
title: Share local dev servers through Cloudflare Tunnel in Wrangler and Vite
description: You can now share local dev servers through Cloudflare Tunnel from Wrangler and the Cloudflare Vite plugin, with support for quick tunnels and named tunnels.
image: https://developers.cloudflare.com/changelog-preview.png
---

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

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Share local dev servers through Cloudflare Tunnel in Wrangler and Vite

May 18, 2026 

[ Workers ](https://developers.cloudflare.com/workers/) 

You can now share local dev sessions through [Cloudflare Tunnel](https://developers.cloudflare.com/tunnel/) and get a public URL when using either [Wrangler](https://developers.cloudflare.com/workers/wrangler/) or the [Cloudflare Vite plugin](https://developers.cloudflare.com/workers/vite-plugin/). This is useful when you need to share a preview, test a webhook, or access your app from another device.

![Vite local dev tunnel demo](https://developers.cloudflare.com/_astro/vite-local-dev-tunnel.CW4xpgIR_ZmyQ8a.webp) 

This lets you either:

* start a temporary [Quick tunnel](https://developers.cloudflare.com/tunnel/setup/#quick-tunnels-development) with a random `*.trycloudflare.com` hostname, or
* use an existing [named tunnel](https://developers.cloudflare.com/tunnel/setup/#create-a-tunnel) for a stable hostname and to restrict access with [Cloudflare Access](https://developers.cloudflare.com/cloudflare-one/access-controls/).

To start a tunnel, press `t` in Wrangler or `t + Enter` in Vite while your dev server is running. For details on setting up a named tunnel, refer to [Share a local dev server](https://developers.cloudflare.com/workers/development-testing/local-dev-tunnels/).