Expose Python HTTP Server

Share your Python dev server (Flask, Django, FastAPI, or http.server) publicly.

Quick Python Server

For quick file sharing: python3 -m http.server 8000.

For APIs: Flask (5000), Django (8000), FastAPI/Uvicorn (8000).

Setup

Start your Python server.

Run the PanicTunnl command with the appropriate port.

Your API or file server is now publicly accessible over HTTPS.

// CONFIG_INIT [EXPOSE PYTHON HTTP SERVER]free.skytunnel.dev
STATUSREADY
PUBLIC_URLhttps://*.free.skytunnel.dev
DEF_8000
ssh -p 2222 -R 0:localhost:8000 free@free.skytunnel.dev

Paste this into your terminal to start tunneling.

FAQ

Yes. /docs and /redoc are accessible through the tunnel.