> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/offshoot/features/floating-licenses.md).

# Floating Licenses

OffShoot introduces a new floating licensing model. With floating licenses, you can easily move your activation(s) to where you want to use OffShoot.

{% hint style="info" %}
Read more about floating licenses on our blog – [A New Hedge](https://hedge.co/blog/a-new-hedge).
{% endhint %}

## Requirements

* OffShoot 23.2.1 or newer
* Multiple computers
* When activating: an Internet connection that can access our license and update servers:
  * <https://wyday.com> on port 443
  * [https://updates.hedge.video](https://updates.hedge.video/) on port 443
  * [https://account.hedge.video](https://updates.hedge.video/) on port 443

{% hint style="info" %}
A floating license does NOT require you to keep your computer online.
{% endhint %}

## How to use

When using a license with *one activation* on multiple computers, OffShoot will ask if you want to move your activation to your current computer. If you move your activation, OffShoot will activate on your current computer and deactivate on your other computer.

When using a license with *more than one activation* on multiple computers and no more activations are available on your license, OffShoot will prompt you to use the [License Manager](/general/licenses/the-license-manager.md).&#x20;

### Floating license with one activation

**On Computer 1:**

1. Go to `OffShoot > Settings > License`.
2. Activate OffShoot with your license key.

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

**On Computer 2:**

1. Go to `OffShoot > Settings > License`.&#x20;
2. Activate OffShoot with your license key.
3. An alert will appear: `Activation already in use`.&#x20;
4. Click `Move Here` to activate your OffShoot license on Computer 2.

<figure><img src="/files/2QACvYZPQGHSCupglZz9" alt=""><figcaption></figcaption></figure>

5. Computer 1 will receive a `Heads up!` alert with a 5-minute warning.

<figure><img src="/files/tioOdjXaKsdismYHrosp" alt="" width="298"><figcaption></figcaption></figure>

6. After 5 minutes, OffShoot cancels any running transfers and deactivates its license on Computer 1.

Want to use OffShoot on Computer 1 again? Restart the app on Computer 1, then click `Move Here` in the `Activation already in use` alert.

### Floating license with more than one activation

In this scenario, a license with 2 activations is used with 3 computers.

**On Computers 1 and 2:**

1. Go to `OffShoot > Settings > License`.
2. Activate OffShoot with your license key.

**On Computer 3:**

1. Go to `OffShoot > Settings > License`.
2. Activate OffShoot with your license key.
3. An alert will appear: `Activation already in use`.&#x20;
4. Click `Manage License` to launch the [License Manager](/general/licenses/the-license-manager.md) in a web browser.
5. In the License Manager, click `Manage` next to OffShoot, then click the license key.
6. [Deactivate OffShoot](https://docs.hedge.video/general/licensing/license-manager#resetting-activations) from Computers 1 or 2.
7. Go back to Computer 3, then activate OffShoot with your license key.

Want to use OffShoot on the deactivated computer again? Activate OffShoot on that computer, then click `Manage License` in the `Activation already in use` alert to start deactivating OffShoot from Computer 3 in the License Manager.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/offshoot/features/floating-licenses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
