// glossary

Reserved subdomain

A reserved subdomain is a custom name claimed in advance so the same URL is yours across restarts, sessions, or machines.

Without a reservation, tunnel services typically generate a random subdomain on each session: ngrok's free plan does this. The URL changes whenever the agent reconnects, breaking webhook integrations that pinned the previous URL.

Reserved subdomains solve this by letting you claim a name once and keep it. lrok includes one reservation on the free plan. ngrok requires Pro+ for reserved subdomains.

The practical effect: paste the reserved URL into Stripe / GitHub / Auth0 once and never re-paste. Your dev loop stops drifting daily.

Read more

// shipping?

lrok gives your localhost a public HTTPS URL with a reserved subdomain on the free plan. Useful when this term comes up in a real integration:

$ curl -fsSL https://lrok.io/install.sh | sh
$ lrok http 3000

← all glossary terms