Files
coder/docs/admin/enterprise.md
T
Kyle Carberry 4e44716b0c docs: add high availability (#4583)
- Rename `CODER_DERP_SERVER_RELAY_ADDRESS`

Co-authored-by: Ammar Bandukwala <ammar@ammar.io>
2022-10-17 14:27:38 -05:00

1013 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.

User Management

Networking & Deployment

Other

Coming soon

  • Multiple Git Provider Authentication
  • Max Workspace Auto-Stop

Adding your license key

Requirements

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

Instructions

  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