// licensing

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.

When a licence lapses

Expiry is deliberately gentle. MultiPerson does not brick itself, wipe anything, or lock you out of the device:

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.