> 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/users/applications-access.md).

# Anwendungszugriff

Erlauben oder verweigern Sie dem Benutzer den Zugriff auf verschiedene Anwendungen und Begleitwerkzeuge:\
![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp6098.png)

### Benutzer bearbeiten

<table><thead><tr><th width="248">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Remote Desktop Manager</td><td>Erlaubt dem Benutzer, über Remote Desktop Manager auf Devolutions Server zuzugreifen.</td></tr><tr><td><a href="https://docs.devolutions.net/password-manager/de/browser-extension">Devolutions Password Manager Browsererweiterung</a></td><td>Erlaubt dem Benutzer, Benutzernamen und Passwörter auf Websites mit der Devolutions Password Manager Browsererweiterung automatisch auszufüllen.</td></tr><tr><td>Devolutions Launcher</td><td>Erlaubt dem Benutzer, Remote-Verbindungen mit Devolutions Launcher zu öffnen.</td></tr><tr><td>Web</td><td>Erlaubt dem Benutzer, die Weboberfläche von Devolutions Server zu verwenden.</td></tr><tr><td>Cli</td><td>Erlaubt dem Benutzer, die Cli zu verwenden.</td></tr><tr><td>Scripting</td><td>Erlaubt dem Benutzer, sich über das <a href="https://www.powershellgallery.com/packages/Devolutions.PowerShell/">Devolutions.PowerShell-Modul</a> zu verbinden.</td></tr><tr><td>Devolutions Password Manager</td><td>Erlaubt Benutzern, die mobile App Devolutions Password Manager zu verwenden.</td></tr></tbody></table>

#### Zeitbasierter Zugriff

<table><thead><tr><th width="201">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Tage</td><td><p>Erlaubt den Zugriff auf die Instanz gemäß einem dieser Werte:<br></p><ul><li><em><strong>Beliebiger Tag</strong></em></li><li><em><strong>Wochentage</strong></em></li><li><em><strong>Wochenenden</strong></em></li><li><em><strong>Benutzerdefiniert</strong></em></li></ul></td></tr><tr><td>Zeit</td><td><p>Erlaubt den Zugriff auf die Instanz gemäß den angegebenen Möglichkeiten:<br></p><ul><li><em><strong>Beliebige Zeit</strong></em></li><li><em><strong>Benutzerdefiniert</strong></em></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/users/applications-access.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.
