Recovery scenarios
Five real-world things that go wrong. Find your scenario, follow the steps. If your situation doesn’t match any of these, jump to I’m in trouble at the bottom.
1. “I lost my phone”
Section titled “1. “I lost my phone””You still have at least one other paired device (laptop, tablet, browser tab). Everything is fine. You just need to revoke the lost device.
- On a device you still have, go to Settings → Devices.
- Find the missing device in the list. Click Revoke.
- Confirm. The revoked device’s session token is invalidated immediately and its wrapped-key bundle is purged on the next item you create.
- If you got a replacement phone, pair it fresh — see Pairing more devices.
2. “I cleared my browser / reinstalled the app”
Section titled “2. “I cleared my browser / reinstalled the app””This is treated the same as a brand-new device. You’ll need to re-pair.
- On a device you still have, go to Settings → Devices → Generate pair code.
- Get the six words (QR is not scannable in the web app yet — type manually).
- On the cleared browser, open Settings → SyncBin → Open wizard, choose Pair this device, and enter the code.
- Your bins re-sync. Existing items download as devices re-wrap keys for the new pairing.
If the cleared browser was your only paired device, this becomes scenario 4 — see below.
3. “I forgot my PIN”
Section titled “3. “I forgot my PIN””The PIN is just a convenience wrapper. You can always fall back to the recovery phrase.
- On the lock screen, tap Other unlock methods → Use recovery phrase.
- Type the 12 words.
- Once unlocked, go to Settings → Encryption → Reset PIN and set a new one.
If you can unlock with the PIN but want to change it (e.g. someone saw you type it), same path — Settings → Encryption → Reset PIN.
4. “All my devices are gone”
Section titled “4. “All my devices are gone””You wiped/lost every paired device. As long as you still have the 12-word recovery phrase, you can bring everything back on a new device.
- Open syncbins.com on the new device (or your self-hosted URL).
- Click I have a recovery phrase.
- Enter the 12 words. The master key is re-derived locally; the device pairs itself into the account.
- All your bins and items sync down. This can take a few minutes for a large account.
5. “I’m moving to a different server”
Section titled “5. “I’m moving to a different server””There is no export/import UI yet (Settings → Backups is a placeholder). Moving vaults means re-creating items manually or waiting for the backup/export API — not a one-click migration today.
Practical options now:
- Keep using the old server until export ships.
- Re-pair all devices against the new server and re-enter important items by hand.
- Use MCP or the REST API to read from the old vault and write to the new one if you build a script (both sides must be paired devices you control).
When server-side encrypted export lands, this section will document the restore path.
I’m in trouble and none of the above applies
Section titled “I’m in trouble and none of the above applies”Drop a line to info@syncbins.com with as much context as you can: when it started, what device, what changed recently, what error you see (if any). Don’t include your recovery phrase or PIN — ever — even with us.
For self-hosted: also grab docker compose logs syncbins --tail=200 and curl https://your-box/api/health. Half the issues are obvious from those two.