> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/de/einstellungen/server-settings.md).

# Server-Einstellungen & Protokollierung

Die erste Gruppe auf der Einstellungsseite umfasst die am häufigsten verwendeten serverweiten Einstellungen.

| UI-Beschriftung                          | Was er bewirkt                                                                                                                   | Standard         |
| ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| **Log-Kanal für geöffnete Tickets**      | Discord-Kanal, der jedes Mal, wenn ein Ticket geöffnet wird, ein „Ticket geöffnet“-Embed erhält.                                 | Keine            |
| **Log-Kanal für geschlossene Tickets**   | Discord-Kanal, der jedes Mal, wenn ein Ticket geschlossen wird, ein „Ticket geschlossen“-Embed (mit dem Transkript-Link) erhält. | Keine            |
| **Serversprache**                        | Die Sprache, die der Bot für alle Nachrichten in diesem Server verwendet. 40 unterstützte Sprachen.                              | Englisch         |
| **Support-Rollen**                       | Rollen, die auf jedes Ticket zugreifen und es verwalten können. Bis zu 25.                                                       | Keine            |
| **Haupt-Ticketkategorien**               | Kategorien, in denen alle Tickets abgelegt werden. Bis zu 25.                                                                    | Keine            |
| **Maximale aktive Tickets**              | Die maximale Anzahl an Tickets, die serverweit gleichzeitig geöffnet sein können. Bereich 1 bis 2000.                            | 500              |
| **Maximale aktive Tickets pro Benutzer** | Die maximale Anzahl an Tickets, die ein einzelnes Mitglied gleichzeitig geöffnet haben kann. Bereich 1 bis 2000.                 | 1                |
| **Haupt-Embed-Farbe**                    | Akzentfarbe für jedes Ticket-King-Embed in deinem Server. Hex-Wert.                                                              | `#d4af37` (Gold) |

Support-Rollen und Haupt-Ticket-Kategorien sind kostenlos. In dieser Gruppe gibt es keinen Premium-Artikel. (Blockierte Rollen sind ebenfalls kostenlos, aber sie werden in ihrer eigenen Gruppe für blockierte Rollen eingerichtet, nicht hier.)

<figure><img src="/files/96471d2c95a8853acbc6fff4eecd81025e891ddf" alt="Settings, Server Settings &#x26; Logging section showing the fields visible"><figcaption></figcaption></figure>

## Detaillierte Seiten

* [Die Einstellung Serversprache](/docs/de/sprachen/server-language.md)
* [Die Embed-Farbe des Servers](/docs/de/anpassung-and-branding/server-embed-color.md)
* [Log-Kanäle](/docs/de/protokollierung/three-log-channels.md)

## Verwandt

{% content-ref url="/pages/e45441f2f90edd58d5fe8ab487164c008f997429" %}
[Überblick über die Einstellungen](/docs/de/einstellungen/overview.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/de/einstellungen/server-settings.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.
