Expose Any Website / HTTP Server

Tunnel any local HTTP server to the internet — Apache, Nginx, Express, Flask, you name it.

Universal HTTP Tunnel

If it listens on a port, PanicTunnl can expose it. Apache, Nginx, Express.js, Flask, Django, Rails — anything.

Setup

Start your HTTP server on any port.

Run the PanicTunnl command with that port number.

The public HTTPS URL proxies all requests to your local server.

// CONFIG_INIT [EXPOSE ANY WEBSITE / HTTP SERVER]free.skytunnel.dev
STATUSREADY
PUBLIC_URLhttps://*.free.skytunnel.dev
DEF_8080
ssh -p 2222 -R 0:localhost:8080 free@free.skytunnel.dev

Paste this into your terminal to start tunneling.

FAQ

Yes. PanicTunnl terminates TLS at the edge. Your local server can run plain HTTP.

WebSocket connections are supported through the tunnel.