> 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-datatrans/installation.md).

# Installation

Für die Installation des JUNE5.DataTrans ist die "setup.exe"-Datei auszuführen und den jeweiligen Schritte zu folgen. Während der Installation wird zusätzlich das „.net-Framework 4.7.2“ installiert.

## Erreichbarkeit im Netzwerk

Nach der Installation ist der JUNE5.DataTrans-Server ist im Netzwerk standardmäßig erreichbar unter den in der Tabelle beschriebenen URLs.

| Protokoll | URL                                         |
| --------- | ------------------------------------------- |
| HTTP      | http:\\\\{IP oder Domain des Servers}:5000  |
| HTTPS     | https:\\\\{IP oder Domain des Servers}:5001 |

Sie können sich mit dem Benutzer 'admin' und dem Passwort 'admin' anmelden.

Es wird empfohlen den Benutzernamen und Passwort über den [JUNE5.DataTrans.Configurator](/june5-datatrans/configurator.md) zu ändern.


---

# 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-datatrans/installation.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.
