Licensing
Community Edition runs without a license; it is ideal for evaluation and small deployments.
Use this guide when you are ready to upgrade so you can add external workers, lift the concurrency/job limits, or unlock production support.
Request a free evaluation license via email using the license request form.
For production or higher-throughput deployments, contact us to review available licensing tiers and pricing.
Configuring a server license
To configure a license on a Lyft Data server, follow these steps:
- Sign in to the UI as
adminusing the one-time password from the server log. - Open the main navigation menu and choose Manage → License.
- Click Change license, paste your key, and select Activate.
Alternative: provide license via environment variable
You can provide a license non-interactively on server startup using the LYFTDATA_LICENSE environment variable. This is useful for automation:
# example: systemd EnvironmentFile or shell export before startingLYFTDATA_LICENSE="<paste-your-license-jwt>"- When set, the Server will pick up the provided license at startup and override any existing license.
- For first-run automation, you can also accept the EULA via
LYFTDATA_LICENSE_EULA_ACCEPT=yes.
See also: Reference -> Configuration for details on these environment variables.