---
title: "License Renewal"
slug: "license-renewal"
tags: ["Installation"]
updated: 2024-10-07T15:13:30Z
published: 2024-10-25T09:45:56Z
canonical: "knowledge.curiositysoftware.ie/license-renewal"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# License Renewal

To apply a new license, open the Linux machine where Quality Modeller was installed. Please note that when a new license is applied, Quality Modeller will be unavailable for use for a few minutes while it restarts.

### 1.1 Replace the LIC-KEY

Open the .env file. Replace the LIC_KEY environment variable value with the license key provided by Curiosity, then save the file.

```custom
HOST_ADDRESS=localhost
# HOST_PROTOCOL=http://
# HOST_PORT=80
LIC_OWNER=REPLACE_ME
LIC_KEY=REPLACE_ME
GLOBAL_KEY=e5NUyn2kfwEgH7Y7dJqUk
POSTGRES_PASSWORD=postgres
NEO4J_PASSWORD=testinsights01
HOST_POSTGRES_VOLUME=/data/postgres
HOST_NEO4J_VOLUME=/data/neo4j/data
```

### 1.2 Restart

Restart the Quality Modeller environment by executing the following command:

```none
./run.sh
```

**Note:**You may need to run this command using sudo.

```none
sudo ./run.sh
```

## Related

- [Quality Modeller](/get-started-with-test-modeller.md)
