T3thr: License key instructions

After Pro checkout, the license arrives as a signed JWT. Export it as FORS33_LICENSE_KEY before starting the container.

Where to find your key

Email and checkout confirmation carry the key within minutes. If nothing arrives after five minutes, mail keys@fors33.com with your Stripe receipt identifier.

How to run T3thr with your key

Set FORS33_LICENSE_KEY in the container environment and mount your config directory.

Mac / Linux

docker run --rm \
  -e FORS33_LICENSE_KEY="your_key" \
  -v "$(pwd)/config:/app/config" \
  fors33/data-bridge \
  --config /app/config/default.toml

Windows (PowerShell)

docker run --rm `
  -e FORS33_LICENSE_KEY="your_key" `
  -v ${PWD}/config:/app/config `
  fors33/data-bridge `
  --config /app/config/default.toml

Verification runs locally in the container; no per-run callbacks in the documented configuration.

← Back to T3thr