# install license

The `install license` command installs an Aizen license and key. Please contact the Aizen support team (<support@aizencorp.com>) to obtain a license file and license key file.

## Syntax

```
install license <license file name>,<license key file name>
```

## Parameters

| Parameter                 | Description                                       |
| ------------------------- | ------------------------------------------------- |
| `<license file name>`     | The license file name with the .lic extension     |
| `<license key file name>` | The license key file name with the .txt extension |

## Example

{% code overflow="wrap" %}

```
[ ]: install license mycorp_aizen_license.lic,mycorp_aizen_license_key.txt
     License has been installed successfully with fingerPrint: a4e28d23-cbab-4444-b278-be11a51fb894

[ ]:
```

{% endcode %}
