Blaze Tunnel
Blaze Tunnel lets you share your local WordPress site with anyone via a branded public URL like mysite.blze.site. No port forwarding, no DNS configuration — just click and share.
Getting Started
Section titled “Getting Started”- Activate Blaze Pro — go to Settings and enter your email and license key
- Start your site — the site must be running to create a tunnel
- Open the site and find the Share Site section in the Overview tab
- Pick a subdomain — Blaze suggests one from your site name, but you can change it
- Choose your domain —
blze.site(default) orblze.link - Click “Start Tunnel” — Blaze handles everything: downloading the tunnel client, connecting, and updating your WordPress URLs
Your site is now live at https://your-subdomain.blze.site.
Sharing the URL
Section titled “Sharing the URL”Once the tunnel is active, you can:
- Copy the URL to your clipboard
- Open in browser to preview
- Share the link with clients, collaborators, or testers
The URL stays active as long as the tunnel is running in Blaze.
Stopping the Tunnel
Section titled “Stopping the Tunnel”Click “Stop” to disconnect the tunnel. Blaze automatically restores your original WordPress URLs so your local site continues to work normally.
Requirements
Section titled “Requirements”- Site must be running — start the site before enabling the tunnel
- Internet connection — required for the tunnel connection
Troubleshooting
Section titled “Troubleshooting”Tunnel won’t start
Section titled “Tunnel won’t start”- Ensure the site is running (green status dot)
- Check your internet connection
- Verify your Blaze Pro license is active in Settings
Site shows redirect loop
Section titled “Site shows redirect loop”This usually means the HTTPS detection isn’t working. For sites created before the tunnel feature was added, add this to your wp-config.php:
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on';}New sites include this automatically.
Tunnel disconnects frequently
Section titled “Tunnel disconnects frequently”- Check your internet stability
- Blaze will attempt to reconnect automatically up to 3 times
- If the issue persists, stop and restart the tunnel