@@ -12,6 +12,8 @@ features, you can [request a trial](https://coder.com/trial) or
12
12
13
13
<!-- markdown-link-check-enable -->
14
14
15
+ ![ Licenses screen shows license information and seat consumption] ( ../../images/admin/licenses/licenses-screen.png )
16
+
15
17
## Adding your license key
16
18
17
19
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:
20
22
21
23
### Coder UI
22
24
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 )
25
30
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** :
28
34
29
- ![ Add License UI ] ( ../../images/add-license-ui.png )
35
+ ![ Add a license screen ] ( ../../images/admin/licenses /add-license-ui.png )
30
36
31
37
### Coder CLI
32
38
33
39
First, ensure you have a license key
34
40
([ request a trial] ( https://coder.com/trial ) ) and the
35
41
[ Coder CLI] ( ../../install/cli.md ) installed.
36
42
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:
40
46
41
47
``` shell
42
48
coder login < access url>
43
49
```
44
50
45
- 1 . Run
51
+ 1 . Run ` coder licenses add ` :
46
52
47
53
``` shell
48
54
coder licenses add -f < path to your license key>
0 commit comments