mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
* chore: keep admin/prometheus.md if make target fails * Address PR comments * Formatted * fix: prettier misses docs * make fmt * More md files
49 lines
1.0 KiB
Markdown
49 lines
1.0 KiB
Markdown
# 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
|
|
|
|
- [Groups](./admin/groups.md)
|
|
- [Template RBAC](./admin/rbac.md)
|
|
- [SCIM](./admin/auth.md#scim)
|
|
|
|
### Networking & Deployment
|
|
|
|
- [High Availability](./admin/high-availability.md)
|
|
- [Browser Only Connections](./networking.md#browser-only-connections)
|
|
|
|
### Other
|
|
|
|
- [Audit Logging](./admin/audit-logs.md)
|
|
- [Quotas](./admin/quotas.md)
|
|
|
|
### 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
|
|
|
|
- [Learn how to contribute to Coder](./CONTRIBUTING.md).
|