What problem does it solve?
Pinggy Tunnel solves the problem of making a locally running service reachable from the public internet without installing extra tunneling software.
Core Features & Use Cases
- Zero-install SSH reverse tunnels: Share HTTP/HTTPS, and optionally TCP/TLS services, using only your system’s stock
ssh client.
- Public URL for webhooks and demos: Quickly generate a shareable Pinggy URL so external systems can call back during a local task.
- Built-in access control options: Protect the tunnel using username keyword gates for Basic auth, bearer tokens, IP allowlists, and CORS/HTTPS behaviors.
- Debugging support: Optionally mirror inbound traffic for local inspection.
- Common use cases: Exposing dev servers, receiving webhook callbacks (e.g., Stripe/GitHub/Discord), publishing an HTTP-based MCP endpoint, or sharing a one-off LLM endpoint (Ollama/vLLM/llama.cpp).
Quick Start
Ask your AI to start a Pinggy SSH reverse tunnel from your machine to a local service on 127.0.0.1:8000, then parse and return the generated pinggy.link URL while keeping the tunnel running until you stop it.