# Update Bindplane License

If your Bindplane license has expired or you need to update it for any reason, you can do so by following the instructions below.

{% hint style="info" %}
If you require a new license key or have any questions, please contact [<mark style="color:blue;">support@bindplane.com</mark>](mailto:support@bindplane.com)
{% endhint %}

### Bindplane Cloud

To apply or swap a license key after signup, go to Organization Settings and enter your key. Changes take effect immediately.

<figure><img src="/files/UHdCjFcsybPsV4AuwfmW" alt=""><figcaption></figcaption></figure>

### Self-Hosted

#### Linux

Linux deployments can be updated by running the following command:

```bash
sudo BINDPLANE_CONFIG_HOME=/var/lib/bindplane \
    /usr/local/bin/bindplane init license \
    --config /etc/bindplane/config.yaml
```

When prompted, enter the new license key.

If you are unable to run the command above, you can manually update the license key in the`/etc/bindplane/config.yaml` file. Open the file in a text editor and update the `license` value.

```yaml
license: 'YOUR_LICENSE_KEY'
```

Once the command has finished, issue a server restart command.

```bash
sudo systemctl restart bindplane
```

#### Kubernetes (Helm)

Bindplane's license is configured as a Kubernetes secret or a value in the Helm chart. To update the license, you can update the secret or the Helm chart value with the new license key.

Reference the [Bindplane Helm Chart](https://github.com/observIQ/bindplane-op-helm) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/how-to-guides/infrastructure-and-operations/update-bindplane-license.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
