> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/june5-connector.md).

# JUNE5 Connector

Via a JUNE5 connector, metrics from another JUNE5 server can be integrated. The JUNE5 connector is the client and the data source (remote JUNE5 server) is the server.

To establish a connection to another JUNE5 server, the following conditions must be met:

### On the Source (Server)

* JUNE5 server version at least 3.1
* Access credentials and password for users must be known
* JUNE5 license (Professional or Enterprise) with the option WebAPI access (Order No. JUNE5-OPTN-API).

### On the Client

* Setup of the JUNE5 endpoint in the data sources
* JUNE5 license (Enterprise) with the option Data Source JUNE5 (Order No. JUNE5-OPTN-DS-J5).

Once a connection to the server is established and it is activated as a data source, the desired metrics can be selected under "Browse Data Sources" and transferred to the JUNE5 model.

{% hint style="info" %}
When integrating data from a downstream JUNE5 server with the JUNE5 connector, the following points must be observed:

* Generally only use HTTPS connections.
* Due to overhead, a timeout on the client side can occur with many metrics. If necessary, the timeout for the connector connection may need to be increased.
  {% endhint %}

## Port Number of the JUNE5 Server

The firewall must be configured by IT so that the server is accessible in the network via remote access.

## Authentication

A distinction is made between *Basic* and *NamedAccess* during authentication. By default, this setting is set to *Basic*. The registration of an endpoint for named access can only be done after the endpoint has been saved.


---

# 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:

```
GET https://docs.videc.de/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/june5-connector.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.
