> For the complete documentation index, see [llms.txt](https://video-copilot.gitbook.io/opticalflaresnuke/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://video-copilot.gitbook.io/opticalflaresnuke/floating-license-server.md).

# Floating License Server

***

## Optical Flares Floating License System

{% hint style="warning" %}
NOTE: LINUX ONLY!
{% endhint %}

***

You have received a separate license server program. This server program is command line based. Please type:

&#x20;             *vc\_license\_server -h*

to get an overview over all functions.

## Install the server&#x20;

Copy 'vc\_license\_server' to your desired server. The server has to be registered with Video Copilot by generating a license request file. The request file can be generated via:

*vc\_license\_server -g -l request\_file*

## Request License&#x20;

Please send this request\_file to our support, they will generate the server license for you. You will receive a license file that has to be stored on your server.

## Start the server

*vc\_license\_server -l license\_file*

## Configure your clients&#x20;

The client connects to the license server. The server is identified by its IP. The IP has to be defined by an environment variable:

*OPTICAL\_FLARES\_LICENSE\_SERVER\_IP*

Default: 127.0.0.1


---

# 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://video-copilot.gitbook.io/opticalflaresnuke/floating-license-server.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.
