Activate a license.
MultiPerson arrives on a device we have already provisioned. All that's left is the key — entered once, on that device.
Before you start
You need a rootful Palera1n iPhone with MultiPerson already installed, and a key from your account. We provision the device; you don't install the tweak yourself. If you don't have a device yet, talk to us first.
Keys look like this, and are issued to your account the moment a payment confirms:
MP-WV2PF-SC41F-VHZYR-DCDHF
Keys live in your dashboard, not your inbox
We email you to say your keys are ready, but the key itself is never sent by email — you read it from your account. If you're waiting on an inbox for a key, that's why it hasn't arrived.
Activating
Get the key
Sign in at account.tsgotouch.com. Every key you own is listed there with its bound device and expiry date, and can be downloaded as CSV.
Enter it on the device
Open the MultiPerson app and go to License, then paste the key. That's the whole step.
If you're automating a fleet, the daemon takes the same key over HTTP:
curl -X POST http://<device-ip>:8899/license -d '{"key":"MP-…"}'
The key binds, and the clock starts
On first activation the key binds to this device and the licence term begins. A 6-month key activated today expires 180 days from today — not 180 days from when you paid.
One key, one device — permanently
A key binds to the first device it activates on and cannot be moved to another. Trying it on a second device is refused as already bound. Activate on the device you actually intend to run, and if you have a fleet, keep track of which key went where — your account dashboard shows the binding for each one.
What happens afterwards
Once activated, the daemon holds a server-signed, device-bound lease and rechecks it about once a day. You never have to do anything for this; it is background behaviour, described here so nothing about it surprises you.
- The device can go offline. A lease keeps working without reaching our server for up to 14 days, and never less than 7 — the exact figure depends on how long ago the lease was last refreshed. A dropped network costs you nothing. The window is also capped by your expiry date: an offline period never extends a licence past the day it was going to end.
- Each recheck carries a signed, incrementing counter. This is how we detect a device image that has been cloned onto other hardware. Ordinary use never trips it.
- Nothing about your Persons leaves the device. The recheck reports the key, the device identifier and the counter. Person names, Apple IDs and app data are not part of it. See the Privacy Policy for the full list.
When a licence lapses
Expiry is deliberately gentle. MultiPerson does not brick itself, wipe anything, or lock you out of the device:
- The device force-switches back to Primary — the original, unisolated device state.
- Switching to any other Person is refused until you renew.
- Every Person's data stays on disk, untouched. Renewing restores access to all of it.
- The rest of the API keeps working, so a fleet controller can still see the device and read its status.
To renew, buy a new key for the term you want and activate it the same way. See pricing.
A key that won't activate
The common causes are a key already bound to another device, a key that has expired before ever being used, or a device that can't reach license.tsgotouch.com. If none of those fit, send us the order and the exact error — support@tsgotouch.com.