Skip to main content
tunnelbyte logout [flags]
Removes ~/.config/tunnelbyte/token. The next tunnelbyte invocation will mint a fresh anonymous token bound to this machine - the device is back to the anonymous tier.

Example

$ tunnelbyte logout
 Token removed. Next run starts on the anonymous tier.

Flags

FlagDefaultPurpose
--forceoffSkip the confirmation prompt.

Notes

  • This does not delete your account on the server. Just this device’s link to it. Use the billing portal or email hello@tunnelbyte.dev to delete the account itself.
  • Active sessions are not terminated by logout - they expire on their own TTL. To kill an active session, Ctrl-C the running tunnelbyte process.
  • Re-link the device any time with tunnelbyte login.