Skip to content

Commit 40ddf07

Browse files
committed
new license dashboard steps and screens
1 parent 6bdc01b commit 40ddf07

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

docs/admin/licensing/index.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ features, you can [request a trial](https://coder.com/trial) or
1212
1313
<!-- markdown-link-check-enable -->
1414

15+
![Licenses screen shows license information and seat consumption](../../images/admin/licenses/licenses-screen.png)
16+
1517
## Adding your license key
1618

1719
There are two ways to add a license to a Coder deployment:
@@ -20,29 +22,33 @@ There are two ways to add a license to a Coder deployment:
2022

2123
### Coder UI
2224

23-
First, ensure you have a license key
24-
([request a trial](https://coder.com/trial)).
25+
1. With an `Owner` account, go to **Admin settings** > **Deployment**.
26+
27+
1. Select **Licenses** from the sidebar, then **Add a license**:
28+
29+
![Add a license from the licenses screen](../../images/admin/licenses/licenses-nolicense.png)
2530

26-
With an `Owner` account, navigate to `Deployment -> Licenses`, `Add a license`
27-
then drag or select the license file with the `jwt` extension.
31+
1. On the **Add a license** screen, drag your `.jwt` license file into the
32+
**Upload Your License** section, or paste your license in the
33+
**Paste Your License** text box, then select **Upload License**:
2834

29-
![Add License UI](../../images/add-license-ui.png)
35+
![Add a license screen](../../images/admin/licenses/add-license-ui.png)
3036

3137
### Coder CLI
3238

3339
First, ensure you have a license key
3440
([request a trial](https://coder.com/trial)) and the
3541
[Coder CLI](../../install/cli.md) installed.
3642

37-
1. Save your license key to disk and make note of the path
38-
1. Open a terminal
39-
1. Ensure you are logged into your Coder deployment
43+
1. Save your license key to disk and make note of the path.
44+
1. Open a terminal.
45+
1. Ensure you are logged into your Coder deployment:
4046

4147
```shell
4248
coder login <access url>
4349
```
4450

45-
1. Run
51+
1. Run `coder licenses add`:
4652

4753
```shell
4854
coder licenses add -f <path to your license key>

docs/images/add-license-ui.png

-207 KB
Binary file not shown.
83.5 KB
Loading
Loading
131 KB
Loading

0 commit comments

Comments
 (0)