Publish a URL
localhost:3000→https://demo.t1.openport.frFor webhooks, demos, OAuth callbacks, or a local API to share quickly.
- Public t1.openport.fr domain
- HTTP Inspector and Replay
- No inbound client port
OPENPORT.FR · TUNNEL FABRIC
Publish an HTTP app, open private TCP access, or transport a UDP service with OpenPort.fr without opening an inbound port.
One command. One QUIC tunnel. One public URL or private alias.
Local sources
localhost:3000HTTP applicationserver:22Private SSHudp:27015UDP serviceOne common transport layer for HTTP, TCP, and UDP tunnels.
Exposed endpoints
https://demo.t1.openport.frPublic URLssh-prod.openport.internalPrivate aliasudp-game.t1.openport.frUDP endpointopenport-fr tunnel http --local-port 3000✓ Tunnel activehttps://demo.t1.openport.frPOST /stripe/webhook 200 · 88ms
GET /health 200 · 12ms
POST /github/webhook 200 · 43ms
Replay available · Export curl
Deux modes
One outbound tunnel can become a publicly reachable URL or access reserved for your team.
localhost:3000→https://demo.t1.openport.frFor webhooks, demos, OAuth callbacks, or a local API to share quickly.
server:22→ssh-prod.openport.internalFor SSH, internal tools, team services, and owner / consumer access.
Protocoles
Choose the transport suited to your service without switching control environments.
openport-fr tunnel http --local-port 3000openport-fr tunnel tcp --local-port 22 --private ssh-prodopenport-fr tunnel udp --local-port 27015HTTP Inspector + Replay
Capture HTTP requests, inspect their details, export a curl command, and replay a call from the dashboard.
Read the commands| Method | Path | Status | Latency | Action |
|---|---|---|---|---|
| POST | /stripe/webhook | 200 | 88 ms | |
| GET | /api/users | 200 | 31 ms | |
| POST | /github/webhook | 401 | 20 ms |
Vos outils
OpenPort.fr does not force one entry point: CLI for speed, Desktop for the workstation, Connect for private access, and dashboard for the whole fleet.
CLI
openport-fr loginopenport-fr tunnel http --local-port 3000DESKTOP
CONNECT
ssh-prod.openport.internalconnectedWorkflow
openport-fr loginAttach the client to your account.
openport-fr tunnel http --local-port 3000Choose the local port to transport.
https://demo.t1.openport.frGet a public URL or private alias.
Replay · Export curlReview a request and replay it if needed.
Cas d’usage
Concrete scenarios with understandable endpoints and the right level of access.
Receive Stripe, GitHub, or your callbacks on localhost.
Give a temporary URL to an app under development.
Use an internal alias and invitation instead of public exposure.
Validate a remote integration without changing your local environment.
Create an owner / consumer path for authorized teams.
Serve a game, real-time service, or specific network tool.
OPENPORT.FR
Publish a local service or open private access in seconds, without opening an inbound port.