> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/de/web-interface/administration/user-and-security-management/notifications/subscribers.md).

# Abonnenten

Es muss mindestens ein Abonnent vorhanden sein, um Benachrichtigungen über Devolutions Server-Aktivitäten zu erhalten. Um einen neuen ***Abonnenten*** zu erstellen, klicken Sie auf die Schaltfläche ***Hinzufügen***.

![](https://cdnweb.devolutions.net/docs/DVLS0009_2025_3.png)

Füllen Sie für den Abonnententyp ***E-Mail*** die Informationen in den folgenden Feldern aus:

![](https://cdnweb.devolutions.net/docs/DVLS4178_2025_1.png)

Füllen Sie für den Abonnententyp ***Syslog*** stattdessen diese Informationen aus:

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2122.png)

### Abonnent

<table><thead><tr><th width="102">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Anzeigename des Abonnenten.</td></tr><tr><td><strong>Typ</strong></td><td><ul><li><p><em><strong>E-Mail</strong></em>: Die Benachrichtigung wird an eine E-Mail-Adresse gesendet.</p><ul><li>E-Mail-Adresse: Gültige E-Mail-Adresse.</li><li>Empfängername: Name des E-Mail-Empfängers.</li></ul></li><li><p><em><strong>Syslog</strong></em>: Die Benachrichtigung wird an einen Syslog-Server gesendet.</p><ul><li>Standard verwenden: Verwendet die in <a href="/pages/zj4QEVoVMvaULq4eAphs">Protokollierung</a> festgelegte Syslog-Serverkonfiguration.</li><li>Hostname: Hostname des Syslog-Servers.</li><li>Port: Port des Syslog-Servers.</li><li>Protokoll: Protokoll (TCP oder UDP) für die Kommunikation mit dem Syslog-Server.</li></ul></li></ul></td></tr></tbody></table>


---

# 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.devolutions.net/server/de/web-interface/administration/user-and-security-management/notifications/subscribers.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.
