Files
coder/docs/admin/licensing/index.md
T
Muhammad Atif Ali 419eba5fb6 docs: restructure docs (#14421)
Closes #13434 
Supersedes #14182

---------

Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
Co-authored-by: Ethan Dickson <ethan@coder.com>
Co-authored-by: Ben Potter <ben@coder.com>
Co-authored-by: Stephen Kirby <58410745+stirby@users.noreply.github.com>
Co-authored-by: Stephen Kirby <me@skirby.dev>
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
2024-10-05 10:52:04 -05:00

1.3 KiB

Licensing

Some features are only accessible with a Premium or Enterprise license. See our pricing page for more details. To try Premium features, you can request a trial or contact sales.

If you are an existing customer, you can learn more our new Premium plan in the Coder v2.16 blog post

Adding your license key

There are two ways to add a license to a Coder deployment:

Coder UI

First, ensure you have a license key (request a trial).

With an Owner account, navigate to Deployment -> Licenses, Add a license then drag or select the license file with the jwt extension.

Add License UI

Coder CLI

First, ensure you have a license key (request a trial) and the Coder CLI installed.

  1. Save your license key to disk and make note of the path

  2. Open a terminal

  3. Ensure you are logged into your Coder deployment

    coder login <access url>

  4. Run

    coder licenses add -f <path to your license key>