"use client" import Image from "next/image" import Link from "next/link" export default function TunnelNotFound() { const exampleUrl = "example.com" return (
Confused tunnel mascot

Tunnel Not Found

We couldn't find an active tunnel for:

{exampleUrl}

This means no SSH tunnel is currently running for this domain.

To create a tunnel:

1

Go to the main page

Configure your tunnel settings and choose a server

2

Make sure your local service is running

Your application should be accessible on localhost

3

Run the SSH command

Copy and paste the generated command into your terminal

4

Access your tunnel

Your service will be available through the tunnel URL

Create Your Tunnel

Need help? Check our documentation or contact support.

) }