Y
Not backed by Y Combinator

GET/api/users200
POST/webhook201
GET/health200
Expose
your local server to the internet

OutRay is an open-source ngrok alternative that makes it easy to expose your local development server to the internet via secure tunnels.

Get Started Free
user@outray-cli

~

First-class
developer experience

Online in one line

One command, you're online. Seriously, try for yourself.

$ outray 3000

Don't fw CLI?

Use our plugins to embed OutRay directly into your build tool.

vite.config.ts
import outray from '@outray/vite';

export default defineConfig({
  plugins: [outray()]
});
Learn more →

Instant Observability

View live traffic happening on your APIs in real-time the second it goes online.

200 OKGET/api/users12ms
201 CreatedPOST/api/webhooks45ms
401 UnauthGET/admin8ms
200 OKGET/favicon.ico2ms
500 ErrorPOST/api/checkout120ms
200 OKGET/api/products15ms
200 OKGET/api/settings24ms
404 Not FoundGET/api/unknown5ms

It just works

Localhost

Your local server running on
localhost:3000

Secure Tunnel

Establishes a secure,
persistent connection

OutRay Edge

Routes traffic from the
internet to your tunnel

Public Internet

Accessible worldwide at
{subdomain}.outray.app

Bring your
own domain

Don't want to use our random subdomains? No problem. Connect your own domain in seconds and get automatic SSL certificates.

Automatic SSL/TLS certificates
Simple CNAME configuration
Zero-downtime reconfiguration

api.yourcompany.com

Active

Added on 1/26/2026

TypeCNAME
Nameapi
Valueedge.outray.app
TTLAuto

Any protocol,
anywhere.

OutRay isn't limited to just web traffic. Tunnel any TCP or UDP service securely to your local machine with a single command.

HTTP/HTTPS

Instant secure URLs for your local web servers, webhooks, and APIs.

outray http 3000

TCP Tunnels

Expose databases, SSH, RDP, and other TCP services securely.

outray tcp 5432

UDP Tunnels

Perfect for game servers, streaming, and real-time applications.

outray udp 25565

100% Open Source

We believe in transparency and community. OutRay is built in the open, so you can inspect the code, contribute features, or self-host the entire platform on your own infrastructure.

Auditable Security

Verify our security claims by inspecting the source code yourself.

Community Driven

Built with feedback and contributions from developers like you.

Self-Hostable

Run the entire stack on your own servers. No vendor lock-in.

Free Forever

The core features will always be free and open source.