> 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/rdm/de/knowledge-base/how-to-articles/multiple-types-connections/host-with-templates.md).

# Host mit Vorlagen

Ein ***Host Session***-Eintrag ermöglicht es Ihnen, Vorlagen zu verwenden, um sich mit dem Host zu verbinden. Sie werden aufgefordert, auszuwählen, welche Vorlage zum Starten des Hosts verwendet werden soll.

### Erstellen und Starten eines Host-Sitzungseintrags mit Vorlagen

1. Erstellen Sie eine oder mehrere [Vorlagen](/rdm/de/ribbon-menu-bar/administration/templates.md) über das Menü ***Datei – Vorlagen – Eintragsvorlagen***. Möglicherweise müssen Sie Variablen wie `$HOST$` für den Hostnamen sowie `$USERNAME$` und `$PASSWORD$` für den Benutzernamen bzw. das Passwort verwenden.
2. Gehen Sie zu ***Bearbeiten – Neuer Eintrag – Sitzung hinzufügen***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2200.png" alt=""><figcaption></figcaption></figure>
3. Wählen Sie den Eintragstyp ***Host Session***. Er sollte sich im Abschnitt ***Sitzung*** unter ***Allgemein*** befinden. Klicken Sie auf ***OK***, um den neuen Eintrag zu erstellen.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2201.png" alt=""><figcaption></figcaption></figure>
4. Gehen Sie in ***Allgemein*** zur Registerkarte ***Erweitert*** und klicken Sie auf ***Vorlagen auswählen***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4269.png" alt=""><figcaption></figcaption></figure>
5. Wählen Sie die Vorlage(n) aus, die Sie Ihrer Host-Sitzung hinzufügen möchten. Um mehrere Vorlagen auszuwählen, halten Sie die <kbd>Ctrl</kbd>-Taste während Ihrer Auswahl gedrückt.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2202.png" alt=""><figcaption></figcaption></figure>
6. Wenn Sie Ihre Auswahl abgeschlossen haben, klicken Sie auf ***OK***. Die Vorlagen werden dann Ihrer Host-Sitzung hinzugefügt.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4270.png" alt=""><figcaption></figcaption></figure>
7. Schließen Sie die Konfiguration Ihres Eintrags ab und klicken Sie dann auf ***OK***, um Ihre Änderungen zu speichern.
8. Starten Sie Ihre Host-Sitzung. Sie werden aufgefordert, die passende Vorlage zum Starten der Sitzung auszuwählen.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4271.png" alt=""><figcaption></figcaption></figure>
9. Klicken Sie nach der Auswahl der Vorlage auf ***OK***. Ihre Sitzung wird mit den in der Vorlagenkonfiguration angegebenen Informationen gestartet.


---

# 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/rdm/de/knowledge-base/how-to-articles/multiple-types-connections/host-with-templates.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.
