T3thr: License key instructions

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

Find and use your key

Your license arrives by email and in the checkout confirmation, usually within minutes. If it does not appear after five minutes, contact keys@fors33.com with your Stripe receipt identifier. Set FORS33_LICENSE_KEY in the container environment, mount your config directory, and use the commands below.

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