> 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/edge-aip-2.0/installation-nach-firmware-reset.md).

# Installation nach Firmware-Reset

Das Edge AIP wird in einem vollständig installierten Zustand ausgeliefert. Sollte auf das Gerät nicht mehr zugegriffen werden können, muss ein Firmware-Reset durchgeführt werden. Nur dann ist eine Installation der Edge AIP Anwendung sowie deren Abhängigkeiten notwendig.

Für den Fall, dass ein Firmware-Reset durchgeführt wurde, wenden Sie sich bitte an den VIDEC Support, damit Sie die aktuelle Version des Edge AIP Setups erhalten. Danach sind folgende Schritte zu auszuführen:

Die Installation wird über die EdgeAip-Setup.exe im Ordner Setup gestartet.

Stellen Sie bitte zuvor sicher, dass eine Verbindung zwischen Computer und Modem möglich ist und folgenden Sie dann den Anweisungen des Setups. Während der Installation des Edge AIP Software darf keine SIM im Gerät stecken und muss ggf. entfernt werden. Erst nach Beendigung der Installationsroutine darf die SIM wieder eingesetzt werden.

Das Setup verbindet sich der Computer mit dem Modem via SSH und führt folgende Schritte durch:

* Installiert notwendige Abhängigkeiten der Software
* Kopiert die aktuelle Version des Edge AIP
* Erstellt die benötigten Konfigurationen
* Generiert ein SSL-Zertifikat für sichere HTTPS Verbindungen

{% hint style="warning" %}
Nach einem Firmware-Reset sind ein IPv4 und IPv6 DHCP-Server auf dem Modem aktiv. Es wird empfohlen das Gerät in einem separaten Netzwerk einzurichten, oder den Computer direkt mit dem Gerät zu verbinden, damit es zu keinen Störungen im normalen Netzwerk kommt
{% endhint %}


---

# 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.videc.de/edge-aip-2.0/installation-nach-firmware-reset.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.
