> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-admin-guide/v21-de-de/parallels-ras-verwaltungsportal/ras-web-administrationsdienst-konfigurieren.md).

# RAS Web-Administrationsdienst konfigurieren

Bevor Sie beginnen, müssen Sie eventuell den RAS Web-Administrationsdienst wie unten beschrieben konfigurieren:

1. Klicken Sie im RAS-Verwaltungsportal auf das Symbol Benutzer“ in der oberen rechten Ecke und wählen Sie **Verwaltungsportal konfigurieren**.
2. Sie werden aufgefordert, sich erneut anzumelden. Beachten Sie, dass der RAS Web-Administrationsdienst auf dem lokalen Server laufen muss, damit diese Anmeldung funktioniert. Dies ist notwendig, um zu verhindern, dass Benutzer von Remoteservern auf die Konfigurationsseiten des RAS Web-Administrationsdienstes zugreifen können.
3. Geben Sie den Benutzernamen und das Passwort eines Mitglieds der lokalen Administratoren oder der Domänenadministratoren ein und klicken Sie auf **Anmelden**.
4. Die Seite **Konfiguration von RAS-Verwaltungsportal** wird geöffnet.
5. Geben Sie im Feld **RAS-Serverfarmadresse** die Adresse der RAS-Serverfarm an, die von diesem RAS-Verwaltungsportal verwaltet werden soll. Dies ist die Adresse des in der Serverfarm installierten RAS Connection Brokers.
6. Im Abschnitt **Erweiterte Einstellungen** geben Sie Folgendes an:
   * **Zertifikat**: Ein Zertifikat, das für diese Verbindung verwendet werden soll. Klicken Sie auf **Hochladen**, um ein Zertifikat auszuwählen.
   * **Zertifikat-Passwort**: Das Passwort für das Zertifikat.
   * **Port:** Die Portnummer, auf der das RAS-Verwaltungsportal auf Verbindungen wartet. Der Standardport ist 20443. Diese Portnummer ist so gewählt, dass sie nicht mit den Ports des RAS Secure Gateway kollidiert. Sie können sie auf 443 ändern (falls möglich). In diesem Fall muss die Portnummer nicht in der Verbindungs-URL enthalten sein. Sie können sie auch in einen beliebigen benutzerdefinierten Anschluss ändern. Zum Beispiel die standardmäßige URL“: https\://\*:20443“ kann in URL“ geändert werden: http\://\*:20080“.
   * **Timeout der Administrator-Sitzung:** Das Zeitlimit, nach der die Administrator-Sitzung getrennt wird.
   * **Abfrageintervall:** Das Intervall, in dem das RAS-Verwaltungsportal die angezeigten Informationen aktualisiert. Sie können diese Zahl auf bis zu 30 Sekunden erhöhen, wenn viele Administratoren gleichzeitig arbeiten und/oder wenn Sie eine große Anzahl von Hosts, Sitzungen usw. haben.
7. Klicken Sie zum Abschluss auf **Speichern**.


---

# 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.parallels.com/landing/ras-admin-guide/v21-de-de/parallels-ras-verwaltungsportal/ras-web-administrationsdienst-konfigurieren.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.
