mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
4456d0bfea
* docs: role sync (enterprise) * edits from code review * fix typo
2.7 KiB
2.7 KiB
Enterprise Features
Coder is free to use and includes some features that are only accessible with a paid license. Contact Sales for pricing or get a free trial.
| Category | Feature | Open Source | Enterprise |
|---|---|---|---|
| User Management | Groups | ❌ | ✅ |
| User Management | Group & role sync | ❌ | ✅ |
| User Management | SCIM | ❌ | ✅ |
| Governance | Audit Logging | ❌ | ✅ |
| Governance | Browser Only Connections | ❌ | ✅ |
| Governance | Template Access Control | ❌ | ✅ |
| Cost Control | Quotas | ❌ | ✅ |
| Cost Control | Max Workspace Autostop | ❌ | ✅ |
| Deployment | High Availability | ❌ | ✅ |
| Deployment | Multiple Git Providers | ❌ | ✅ |
| Deployment | Appearance | ❌ | ✅ |
| Deployment | Isolated Terraform Runners | ❌ | ✅ |
| Deployment | Workspace Proxies | ❌ | ✅ |
Previous plans to restrict OIDC and Git Auth features in OSS have been removed as of 2023-01-11
Adding your license key
Requirements
- Your license key
- Coder CLI installed
Instructions
-
Save your license key to disk and make note of the path
-
Open a terminal
-
Ensure you are logged into your Coder deployment
coder login <access url> -
Run
coder licenses add -f <path to your license key>