> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/de/installation/system-requirements.md).

# Systemanforderungen

## Client-Maschine

### Betriebssystem

* **Windows** oder\
  **Windows Server**
  * mit aktuellen und vollständigen Systemupdates und
  * von Microsoft über den Mainstream-Support unterstützt.
  * Ältere Windows-Versionen können funktionieren - wir bieten für diese Systeme nur eingeschränkten Support.

{% hint style="success" %}
KONNEKT läuft in verschiedenen **VDI** Umgebungen:

* Hypervisor-Systeme (z. B. Citrix Virtual Desktops, VMware Horizon),
* Multi-Session-Systeme (z. B. Citrix Virtual Apps, Microsoft Terminal Server/RDS) und
* Microsoft Azure Virtual Desktop (AVD)
* Microsoft Windows 365 (W365) Cloud PC
  {% endhint %}

{% hint style="success" %}
KONNEKT funktioniert **unabhängig** von:

* .NET
* bestimmte Citrix-Versionen
* Microsoft 365 Apps (früher Office 365 ProPlus)
* Microsoft OneDrive-Synchronisierungs-App
  {% endhint %}

### Prozessorplattform

* 64 Bit x86 (Intel & AMD)
* 32 Bit x86 (Intel & AMD)
* 64 Bit ARM

## Office 365-Lizenzierung

* **OneDrive for Business** oder **SharePoint Online** Abonnements sind für KONNEKT-Benutzer erforderlich.

## Proxy-Einstellungen

Wir empfehlen dringend, den gesamten Datenverkehr zu Microsoft 365 von der Proxy-Verwendung auszunehmen. Weitere Details finden Sie unter [Microsofts Netzwerkkonnektivitätsprinzipien](https://learn.microsoft.com/en-us/microsoft-365/enterprise/microsoft-365-network-connectivity-principles?view=o365-worldwide).

KONNEKT verwendet jedoch die Proxyeinstellungen des Windows-Betriebssystems. Wenn ein Proxyserver festgelegt ist, verwendet KONNEKT diesen Proxyserver.

Im Detail ruft KONNEKT [WinHttpGetProxyForUrl](https://learn.microsoft.com/en-us/windows/win32/api/winhttp/nf-winhttp-winhttpgetproxyforurl) mit der URI <https://graph.microsoft.com>, um zu prüfen, ob ein Proxy verwendet werden muss.

{% hint style="success" %}
Damit der Datenverkehr von KONNEKT Ihren Proxy-Server umgeht, stellen Sie bitte sicher, dass das Windows-Betriebssystem die URI <https://graph.microsoft.com> von der Proxy-Nutzung ausschließt.

Sie können dies tun, indem Sie diese URI in die Ausschlussliste in Ihrer Proxy-PAC-Datei aufnehmen.

Sie sollten außerdem sicherstellen, dass der KONNEKT-Client [Microsoft Entra ID und SharePoint Online](https://learn.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide) ohne durch Proxy-Server oder andere Application-Layer-Gateways (ALG) wie Firewalls usw. beeinträchtigt zu werden.
{% endhint %}

{% hint style="warning" %}
KONNEKT kann Proxyserver verwenden. Wir bieten jedoch nur eingeschränkten Support für Clients, bei denen während der Verbindung mit Microsoft 365 über einen Proxyserver oder andere Anwendungsschicht-Gateways (ALG) netzwerkverbindungsbezogene Probleme auftreten.
{% endhint %}

## Firewall- und Netzwerkeinstellungen

[Es wird empfohlen,](https://learn.microsoft.com/en-us/microsoft-365-apps/best-practices/performance-recommendations) "Optimize-Endpunkte auf Netzwerkgeräten und -diensten, die Traffic-Interception, SSL-Entschlüsselung, Deep Packet Inspection und Content-Filtering durchführen, zu umgehen oder auf die Zulassungsliste zu setzen":

* Um die Netzwerkkonnektivität für Microsoft 365-Apps zu testen, stellt Microsoft [dieses Tool](https://connectivity.office.com/)
* [Office 365-URLs und IP-Adressbereiche](https://learn.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide)

**Graph-API-URL auf die Whitelist setzen**

* Die Graph API ist eine RESTful API, die HTTPS-Aufrufe verwendet. Jeder API-Aufruf verwendet eine eindeutige URL
* Um die Verwendung verschiedener Versionen der API zu ermöglichen, auf die Whitelist setzen <https://graph.microsoft.com>

**KONNEKT auf die Whitelist setzen**

* Für Lizenzierungszwecke zwingend erforderlich, auf die Whitelist setzen [https://license.c4a8.net](https://license.c4a8.net/)
* Benutzer können uns bei Fehlern Details senden - <https://crashguard.konnekt.io>

**Microsoft Entra ID**

* Setzen Sie beide Endpunkte \*.portal.azure.com und portal.azure.com auf die Whitelist, um den Zugriff auf die Domain und die Subdomains sicherzustellen
* [Azure-Portal-URLs für die Proxy-Umgehung](https://learn.microsoft.com/en-us/azure/azure-portal/azure-portal-safelist-urls?tabs=public-cloud#azure-portal-urls-for-proxy-bypass)
* Um Probleme mit der Netzwerkverbindung zu beheben, prüfen Sie <https://portal.azure.com/selfhelp>


---

# 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://docs.konnekt.io/de/installation/system-requirements.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.
