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

# Administration

In diesem Menü können verschiedene administrative Funktionen ausgeführt werden.

1. [Einstellungen](/nomos-system/integrator-de/administration/einstellungen.md)\
   Hier können Sie Einstellungen wie Sprache, Zeitzone und Datum/Uhrzeit anpassen.
2. [Netzwerk](/nomos-system/integrator-de/administration/netzwerk.md)\
   In diesem Menüpunkt können Sie die Netzwerkeinstellungen des Controllers verwalten.
3. [Benutzer](/nomos-system/integrator-de/administration/benutzer.md)\
   Dieser Bereich ermöglicht es Ihnen, Benutzer hinzuzufügen, zu bearbeiten oder zu löschen.
4. [Mobile Geräte](/nomos-system/integrator-de/administration/mobile-gerate.md)\
   Dieser Menüpunkt bietet die Möglichkeit, Mobilgeräte für den Empfang von PushNachrichten zu konfigurieren und zu verwalten.
5. [Erweitert](/nomos-system/integrator-de/administration/erweitert.md)\
   Erweiterte Einstellungen für tiefergehende Konfigurationen und Systemanpassungen.
6. [Support VPN](/nomos-system/integrator-de/administration/support-vpn.md)\
   Aktivieren Sie bei Bedarf einen sicheren Fernzugriff für Ihren Support (z. B. Integrator oder nomos system), indem Sie die angezeigte IP-Adresse weitergeben.
7. [Direkt-VPN](/nomos-system/integrator-de/administration/vpn.md)\
   Richten Sie VPN-Clients ein, um den Controller dauerhaft und sicher von außerhalb Ihres lokalen Netzwerks zu erreichen.
8. [Sicherheit](/nomos-system/integrator-de/administration/sicherheit.md)\
   Hier sieht man eine Übersicht von sicherheitsrelevanten Informationen des Controllers.
9. [Konfiguration](/nomos-system/integrator-de/administration/konfiguration.md)\
   In diesem Bereich können Sie verschiedene Konfigurationen und Einstellungen sichern oder wiederherstellen.
10. [Software Update](/nomos-system/integrator-de/administration/software-update.md)\
    Dieser Bereich ermöglicht das Aktualisieren der Software des Controllers.


---

# 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://documentation.nomos-system.com/nomos-system/integrator-de/administration.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.
