Connect a Fansly account
Add a Fansly account through the sync-engine handshake.
Goal
Get a Fansly account registered with TEASE's sync engine so it starts pulling data.
How this differs from OnlyFans
Fansly does not go through the native browser login.
Instead, an engine-side sync command (POST /sync/commands/accept) registers
the account and the sync engine takes it from there — claiming, syncing, and
reporting segments of work as it goes.
Feature-gated
The Fansly sync engine's API is only mounted when the fansly_engine_enabled
setting is on for the deployment. If Fansly connect isn't available at all,
this is the first thing to check with an operator — it isn't something a
workspace owner can toggle themselves.
Steps
- Start Add account → Fansly from the Accounts screen.
- TEASE's sync engine issues the accept command and begins claiming work segments for the account.
- The account appears in your Accounts list once the engine confirms the session is live.
How to verify it worked
Same as OnlyFans: the account shows connected, and the sync status chip starts progressing. Fansly sync progress is read from the same progress endpoint as OnlyFans — the UI does not distinguish the two once connected.
If it doesn't work
If the account never leaves a pending state, this is engine-side (segment claim/renew/release never completing) rather than something fixable from the Accounts screen — see Troubleshooting and escalate with the account id and platform.
What's next
See Check sync status for what the progress indicator means once an account is connected.