> For the complete documentation index, see [llms.txt](https://audalaxy.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://audalaxy.gitbook.io/docs/platform-description/migration-and-transfer.md).

# Migration & Transfer

## CloudConnect

With Audalaxy CloudConnect, existing customer infrastructure can be connected to the Audalaxy platform. This enables all advantages and services of Audalaxy on external customer infrastructure. For example, existing streaming server hardware can be controlled with Audalaxy-CloudConnect using the Audalaxy Self-Service Console.

**Features:**

* Full access to Audalaxy Audio cloud services
* Full access to the Audalaxy-API
* Personal customer support in local language

**Required:**

* Enterprise support

## Logimporter

The Audalaxy-Logimporter is a (stand-alone) system service, which can be installed on your own streaming servers. The service sends pre-processed logs of these streaming servers to the Audalaxy-Audio cloud services. This is necessary to generate listener statistics and special log files, notifications and other statistical analyzations. You can use Logimporter to stream logs to Audalaxy (“tail-mode”) on the fly or to send the content of a single file at once.

**Cloud features:**

* Can run as a docker container
* Health checks
* Anonymize ip addresses / GDPR compliant
* Supports time zones

**Logimporter can work with log files from these streaming servers:**

* Icecast
* Shoutcast 1
* Windows Media Server
* AIS (Ver. 7.x and 8.x)

Supported operating systems: Linux, Windows, BSD, MacOS

{% hint style="info" %}
Get started with Audalaxy-Logimporter:

* [Logfileimport per Logimporter](/docs/data-import/logfileimport-per-logimporter.md)
  {% endhint %}

## LogProcessing

The Audalaxy-LogProcessing service can create and provide log files for external service partners.

**A solution is available for this service partner:**

* ma IP Audio (Log file-based measurement of radio usage for German radio stations)
* Radioanalyzer - radioanalyzer.com
* AdsWizz Audiometricx
* Streamalyzer

It is also possible to export logs in generic Icecast, CSV or JSON formats.


---

# 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://audalaxy.gitbook.io/docs/platform-description/migration-and-transfer.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.
