2017-03-15 18:31:14 +00:00
---
2020-01-18 00:18:09 +00:00
layout: docs
page_title: Vault Enterprise
2017-03-15 18:31:14 +00:00
description: |-
Vault Enterprise features a number of capabilities beyond the open
source offering that may be beneficial in certain workflows.
---
# Vault Enterprise
2017-08-11 00:47:59 +00:00
Vault Enterprise includes a number of features that may be useful in specific
workflows. Please use the sidebar navigation on the left to choose a specific
topic.
2017-03-21 15:41:39 +00:00
2020-01-22 20:05:41 +00:00
These features are part of [Vault Enterprise](https://www.hashicorp.com/vault?utm_source=oss&utm_medium=docs&utm_campaign=vault&_ga=1.201793489.1956619674.1489356624).
2021-04-07 21:31:06 +00:00
## Vault Enterprise Licenses
A Vault Enterprise license needs to be applied to a Vault cluster
in order to use Vault Enterprise features.
The license can be applied to a cluster from any server in it with this command.
```shell-session
$ vault write sys/license text="01MV4UU43BK5HGYYTOJZWFQM..."
```
You could also use the Vault HTTP API against the [`sys/license`](/api-docs/system/license)
endpoint.