Skip to main content

Start the login from the terminal

The terminal prints an authorization URL like:

Approve in the browser

  1. Open the link in your browser (or click it).
  2. If you aren’t signed in, sign in with your ReClaude email and password first.
  3. Review the device details on the page: hostname, platform, client IP, user agent.
  4. Give this device a memorable name — it’ll show up on the Devices page later.
  5. If you belong to multiple organizations, pick which one’s bound account this CLI should use: different orgs offer different accounts.
  6. Click Approve.
Back in the terminal, you’ll see a success message a few seconds later, and the session key is written to your local config.
If you didn’t start this login, close the page. Approving someone else’s session hands them your account.

Common login errors

Switching account / org

  • To sign in as a different ReClaude user, click Sign in as another account in the upper-right of the auth page.
  • To switch the default org used by this machine, run reclaude org (see Command reference).

Sign out

This restores your Claude Code config to the state from before the last login. To wipe local credentials entirely, use reclaude uninstall.
Last modified on May 22, 2026