Document · Licensing · 6 min read

Activate a license on a device

A Kaptain license belongs to a CHYNJ account (your email). "Activating" a device means binding that machine to the license so Kaptain runs in Pro. You can do it two ways — sign in with your CHYNJ account, or paste the license key — and you can see and manage every connected device from your account.

How licensing works

Three facts make the rest of this page simple:

Step 1 — Find your license

When a license is issued to you (by purchase or by an admin), CHYNJ emails the key and these same steps. If that email hasn't arrived, don't wait on it — get the key directly:

  1. Go to chynj.ca/account and sign in with your CHYNJ account.
  2. Under License, your Key is shown as KAPTAIN-XXXXXXXX-XXXX-XXXX with a Copy button.

If you don't have an account yet, create one at chynj.ca/account using the same email the license was issued to, then the license appears automatically.

Step 2 — Install Kaptain on the device

Install the runtime on the machine you want to use, then start it. Full steps are in the Setup Guide. In short:

curl -sL https://chynj.ca/install.sh | sh   # Linux / macOS
kaptain

Kaptain opens its setup wizard at http://localhost:8888. Activation happens during that wizard (and can be redone later from settings).

Step 3, Option A — Activate by signing in (recommended)

This is the "connect my device to my CHYNJ account" path. You don't copy any key.

  1. In the Kaptain setup wizard, on the Account step, choose Sign in with your CHYNJ account and use the email + password for the account the license is on.
  2. Kaptain checks your account with license.chynj.ca, finds the license attached to your email, and applies it.
  3. This machine is registered to the license automatically and shows up under Devices in your account.

Use this path when the person at the device knows the account login. It keeps every device tied to one account with nothing to paste.

Step 3, Option B — Activate by license key

Use this when you only have the key (for example, you forwarded the key to a teammate's machine).

  1. In the setup wizard, go to the License step.
  2. Click "Already have a license key? Enter it here."
  3. Paste your key (KAPTAIN-XXXXXXXX-XXXX-XXXX) and click Activate & Continue.

Kaptain validates the key with license.chynj.ca and registers this device against it. The result is identical to Option A — the device is now connected to the license.

Restoring access after a trial (incl. a remote machine)

Common situation: a machine ran the free trial, the trial ended, and you've since issued or bought a license — but that machine still shows "Trial expired." A trial is tied to the machine, not to your CHYNJ account, so the machine doesn't yet know about the new license. You restore it the same way you activate — and you do not need to reinstall.

The license and sign-in screens stay reachable even when a trial has expired, so you're never locked out of recovery. On that machine:

If the machine is somewhere else (you're remote)

You need to reach that machine's Kaptain screen once:

Why account sign-in is the durable fix: once a machine is signed into your CHYNJ account, licensing becomes automatic and remote. Issue, renew, or move a license on your account and every signed-in machine reflects it within a few hours (or immediately on restart) — you won't have to touch the machine again.

Devices & limits

Each license allows a fixed number of connected devices:

Activating a 6th device on a Pro license (or 11th on Admin) is refused until you free a slot. Device binding uses a hashed machine fingerprint — Kaptain never sends the raw fingerprint, only its SHA-256.

Manage / disconnect devices

From chynj.ca/account, the Devices list shows every machine using your license, with its nickname and last-seen date.

Validation & offline use

After activation, Kaptain re-checks the license with license.chynj.ca on startup and roughly every 4 hours. If the machine is temporarily offline, Kaptain falls back to a signed local cache so work continues; it re-validates as soon as it's back online. You do not need to re-enter anything.

Troubleshooting

Still stuck? Email hello@chynj.ca.