Skip to main content
tunnelbyte billing [flags]
Opens your billing portal in the browser (hosted by Stripe at billing.stripe.com). From there you can:
  • Update your card.
  • View and download invoices.
  • See current usage against the latest meter.
  • Cancel the paid subscription (drops you back to the free tier).
You must be on the paid tier (after tunnelbyte upgrade) for this command to do anything useful.

Example

$ tunnelbyte billing
 Opening billing portal in your browser...
   https://billing.stripe.com/p/session/...

Flags

FlagDefaultPurpose
--print-urloffPrint the portal URL instead of opening a browser.

Notes

  • The portal session is short-lived (typically 1 hour). Re-run tunnelbyte billing for a fresh link.
  • All financial state lives at the payment provider (Stripe). We don’t store card numbers; we don’t process refunds locally - both happen through the portal.
  • For usage details outside the portal, query GET /v1/usage directly.