> For the complete documentation index, see [llms.txt](https://docs.rivehost.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivehost.net/domains/dns-eintrage/teamspeak-server.md).

# TeamSpeak Server

Um deine Domain auf einen TeamSpeak-Server weiterzuleiten, gehe bitte wie folgt in unserem **Control Panel** vor:

1. Klicke auf "Domain -> Verwalten".
2. Wähle die entsprechende Domain aus, für die du den DNS-Eintrag erstellen möchtest.
3. Klicke auf "Verwalten", um die Einstellungen für diese Domain aufzurufen.
4. Navigiere zur Option "DNS Verwaltung".

Und nun erstelle, vollende DNS-Einträge:

***

## 1. Einen A-Eintrag erstellen

* Bitte wähle bei der Option "Typ" den **A Eintrag** aus.
* Gib der Weiterleitung einen eindeutigen Namen, an dem du die TeamSpeak-Weiterleitung erkennen kannst.
* "IPv4 Adresse" bezieht sich auf die IP-Adresse deines TeamSpeak-Servers, (*ohne die Angabe des Ports).*

Klicke jetzt auf "Speichern", um den Eintrag zu erstellen.

<figure><img src="https://shot.daniel-z.eu/opera_EQWt4yS2ea.png" alt=""><figcaption></figcaption></figure>

***

## 2. SRV-Eintrag erstellen

* Bitte wähle bei der Option "Typ" den **SRV Eintrag** aus.
* Im Feld "Dienst" trage bitte **\_ts3** ein.
* Im Bereich "Protokoll" wähle bitte **UDP** aus.
* Bei "Port" musst Du den Port deines TeamSpeak-Servers eintragen *(Standard-Port ist: 9987)*.
* Im Feld "Ziel" trage **teamspeak.DEINEDOMAIN.DE** ein.

Klicke jetzt auf "Speichern", um den Eintrag zu erstellen.

<figure><img src="https://shot.daniel-z.eu/opera_iowCIKx8sG.png" alt=""><figcaption></figcaption></figure>

***

## Fertig!

Jetzt kannst du versuchen, dich mit deiner Domain zu deinem TeamSpeak-Server zu verbinden. Sollte es nicht sofort funktionieren, bitte habe etwas Geduld und warte, bis der DNS-Eintrag aktualisiert ist. Dieser Vorgang kann bis zu 24 Stunden dauern, allerdings geht es oft auch schneller!


---

# 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.rivehost.net/domains/dns-eintrage/teamspeak-server.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.
