> 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-3.0/en/allgemeine-hinweise.md).

# General Information

#### Network Ports:

In order to use the Edge AIP correctly, the following ports are required:

| Port       | Protocol / program                 |
| ---------- | ---------------------------------- |
| 22         | SSH                                |
| 80 / 443   | http / https: Device userinterface |
| 8080 /8081 | http / https: Edge AIP             |

#### Login details

The user and password are printed on the back of the device. The login information enables access to the Edge AIP and the device configuration interface. You can change the password in both interfaces (see [Usermanagement](/edge-aip-3.0/en/benutzeroberflaeche/benutzerverwaltung.md)).

#### Best Practices

* Change default passwords to a strong password
* Use only on intranet (see [Recommended network architecture](/edge-aip-3.0/en/inbetriebnahme/lan-schnittstelle-konfigurieren/empfohlene-netzwerkarchitektur.md))
* If there are regular problems with the GSM engine, a daily reboot should be configured via “System>Maintenance>Auto Reboot”.

#### Precondition

Please discuss the use of the Edge AIP device with your IT department regarding security criteria and Internet access in your network. Check with a cell phone whether your SIM card is capable to send SMS and to establish an Internet connection for e-mail services. An incorrect PIN can lead to the SIM card being blocked. If necessary, have the SUPER PIN/PUK of your SIM card ready for unlocking.

#### Automatic reboot of the system

The device is restarted daily at 02:00 to counteract possible errors. It is recommended to keep the automatic reboots, but you can change or customize them under “System>Maintenance>Auto Reboot”. In addition, due to problems with the GSM engine, the modem is restarted automatically to rule out internal errors and achieve a stable operating state. The following reasons lead to a scheduled restart of the system:

* As soon as repeated timeouts occur during communication with the SIM card.
* If the Edge AIP service keeps restarting even though the device has already been active for 10 minutes.


---

# 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-3.0/en/allgemeine-hinweise.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.
