# Floating Server V1

{% hint style="warning" %}
**Deprecated (V1 Legacy)**\
This documentation refers to **V1**, which is now deprecated. All new integrations and users should use **V2** instead. V1 remains available only to support existing customers with legacy implementations.
{% endhint %}

The Floating Server allows you to leverage LicenseSpring’s licensing features in an on-premise environment. It can operate both online and offline, supporting a variety of licensing models. This makes it ideal for organizations requiring flexible license management, especially in environments with limited internet access or when high control over license distribution is necessary.

## How It Works

The Floating Server facilitates the creation and management of multiple licenses, each with its own configuration. This allows you to tailor licensing to your product’s needs. The server supports various license types, including:

* **Floating License Registrations**: Dynamically allocate licenses across multiple users or devices.
* **License Consumptions**: Track and manage how licenses are consumed across your organization.
* **Feature Registrations**: Control feature-specific access by enabling or disabling certain features.
* **Feature Consumptions**: Monitor feature usage and consumption, enabling granular control over product functionality.

Each license and feature registration can be customized to meet the specific needs of your organization or product offering.

## Deployment

The Floating Server can be deployed in various environments to suit your needs. Choose from:

* [**Executable**](/floating-server/floating-server-v1/deployment-methods/executable.md): Download and run on Windows, macOS, or Linux.
* [**Docker**](/floating-server/floating-server-v1/deployment-methods/docker.md): Use a containerized environment for easy management.
* [**Kubernetes (Helm)**](/floating-server/floating-server-v1/deployment-methods/kubernetes-helm.md): Orchestrate and scale in a Kubernetes cluster.

For help picking a deployment type, see [**Deployment Methods**](/floating-server/floating-server-v1/deployment-methods.md).

## Configuration

Configure the Floating Server using the `config.yaml` file, where you can specify key settings such as the database type, API keys, and product licenses. For more information on how to configure your server, visit [**Configuration**](/floating-server/floating-server-v1/deployment-methods/configuration.md).

## API

The Floating Server offers an HTTP API for managing licenses, registrations, and consumptions programmatically. Configure your API and shared keys in the `config.yaml` file.

For full details on API usage, check the **API Reference** section.


---

# 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.licensespring.com/floating-server/floating-server-v1.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.
