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

# Installation after firmware reset

The Edge AIP is delivered in a fully installed state. If the device can no longer be accessed, a firmware reset must be performed. Only then it is necessary to install the Edge AIP application and its dependencies.

In case a firmware reset has been performed, please contact VIDEC Support to receive the latest version of the Edge AIP setup. After that, the following steps are to be executed:

The installation must be started via EdgeAip-Setup.exe in the Setup folder.

Please make sure that a connection between computer and modem is possible then follow the instructions of the setup. During the installation of the Edge AIP software, no SIM may be inserted in the device and must be unplugged if necessary. Only after the installation routine has been completed the SIM can be reinserted.

The setup connects the computer to the modem via SSH and performs the following steps:

* Installs necessary dependencies of the software
* Copies the current version of the Edge AIP
* Creates the required configurations
* Generates SSL certificate for secure HTTPS connections

{% hint style="warning" %}
After a firmware reset, an IPv4 and IPv6 DHCP server is active on the modem. It is recommended to set up the device in a separate network or to connect the computer directly to the device to avoid interference in the normal network.
{% 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/en/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.
