Files
coder/docs/admin/enterprise.md
T
Kyle Carberry 7ad4276224 feat: Add browser-only connections to Enterprise (#4135)
* feat: Add browser-only connections to Enterprise

Fixes #4131.

* Fix formatting
2022-09-22 15:14:22 +00:00

679 B

Enterprise Features

Coder is free to use and includes some features that are only accessible with a paid license. Contact sales@coder.com to obtain a license.

These features are:

  • Audit Logging
  • Browser Only Connections

Adding your license key

You will need:

  • Your license key (contact sales@coder.com if you don't have yours)
  • Coder CLI installed

Steps:

  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>

Up Next