mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
e688ff723b
resolves #15414 adds a section to licensing doc to show where to find the deployment ID [preview](https://coder.com/docs/@15414-deploy-id/admin/licensing#find-your-deployment-id) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
57 lines
1.6 KiB
Markdown
57 lines
1.6 KiB
Markdown
# Licensing
|
|
|
|
Some features are only accessible with a Premium or Enterprise license. See our
|
|
[pricing page](https://coder.com/pricing) for more details. To try Premium
|
|
features, you can [request a trial](https://coder.com/trial) or
|
|
[contact sales](https://coder.com/contact).
|
|
|
|
<!-- markdown-link-check-disable -->
|
|
|
|
> If you are an existing customer, you can learn more our new Premium plan in
|
|
> the [Coder v2.16 blog post](https://coder.com/blog/release-recap-2-16-0)
|
|
|
|
<!-- markdown-link-check-enable -->
|
|
|
|
## Adding your license key
|
|
|
|
There are two ways to add a license to a Coder deployment:
|
|
|
|
<div class="tabs">
|
|
|
|
### Coder UI
|
|
|
|
First, ensure you have a license key
|
|
([request a trial](https://coder.com/trial)).
|
|
|
|
With an `Owner` account, navigate to `Deployment -> Licenses`, `Add a license`
|
|
then drag or select the license file with the `jwt` extension.
|
|
|
|

|
|
|
|
### Coder CLI
|
|
|
|
First, ensure you have a license key
|
|
([request a trial](https://coder.com/trial)) and the
|
|
[Coder CLI](../../install/cli.md) 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>`
|
|
|
|
</div>
|
|
|
|
## Find your deployment ID
|
|
|
|
You'll need your deployment ID to request a trial or license key.
|
|
|
|
From your Coder dashboard, select your user avatar, then select the **Copy to
|
|
clipboard** icon at the bottom:
|
|
|
|

|