Connect your Google account to Tagora

Run one setup command, sign in with Google in Chrome, approve Find Hub access if prompted, and upload the fresh auth cache to the Tagora hub.

Prerequisites

A Google account that can sign in on this computer
A PROVISIONING_TOKEN from the Tagora hub owner
Keep Chrome updated before running this. Older Chrome versions can prevent the login flow from working.

Windows

1
Open PowerShell
Paste the command below and press Enter. It downloads and runs the setup script, which downloads the ZIP, extracts it, creates a Python 3.12 virtual environment, installs dependencies, and starts provisioning.
& ([scriptblock]::Create((irm https://jcardus.github.io/GoogleFindMyTools/setup.ps1)))

macOS or Linux

1
Open Terminal
Paste the command below and press Enter. It downloads and runs the setup script, which downloads the ZIP, extracts it, creates a Python 3.12 virtual environment, installs dependencies, and starts provisioning.
bash -c "$(curl -fsSL https://jcardus.github.io/GoogleFindMyTools/setup.sh)"

Finish

2
Paste the provisioning token
When prompted for PROVISIONING_TOKEN, paste the token from the Tagora hub owner. Chrome will open for Google sign-in and any required Find Hub E2EE approval.