> 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/ribbon-menu-bar/administration/image-management.md).

# Bildverwaltung

{% tabs %}
{% tab title="Windows" %}
Die globale Bildverwaltung von Remote Desktop Manager Windows verwendet ein dynamisches Formular, um auf einfache Weise virtuelle Ordner und Unterordner für die Bildspeicherung zu erstellen.

Die folgenden Dateitypen werden derzeit für globale und benutzerdefinierte Bilder unterstützt:

* .jpg
* .jpeg
* .bmp
* .png
* .svg
* .ico

1. Gehen Sie im Menüband von Remote Desktop Manager zu ***Administration*** – ***Konfiguration und Sicherheit*** – ***Bildverwaltung***.

   ![](https://cdnweb.devolutions.net/docs/RDMW4367_2025_2.png)
2. Klicken Sie im Fenster ***Bildverwaltung*** auf ***Hinzufügen (+)***, um ein Bild auszuwählen.

   ![](https://cdnweb.devolutions.net/docs/RDMW4368_2025_2.png)
3. Geben Sie in den ***Eintragsbild-Einstellungen*** den ***Namen*** und den virtuellen ***Ordner*** des Bildes ein.

   ![](https://cdnweb.devolutions.net/docs/RDMW4369_2025_2.png)

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Sie können einen Unterordner hinzufügen, indem Sie im Feld <em><strong>Ordner</strong></em> einen Backslash "" hinzufügen. Wenn Sie auf einen virtuellen Ordner klicken, wird der Inhalt seines Unterordners nicht angezeigt, da es möglich ist, ein Bild nur in einem virtuellen Ordner zu haben.</p></div>
4. Klicken Sie auf ***Speichern***, um das Fenster zu schließen.

Der Ordner, der Unterordner und das Bild werden gespeichert.
{% endtab %}

{% tab title="macOS" %}
Die globale Bildverwaltung von Remote Desktop Manager macOS verwendet ein dynamisches Formular, um auf einfache Weise virtuelle Ordner und Unterordner für die Bildspeicherung zu erstellen.

Die folgenden Dateitypen werden derzeit für globale und benutzerdefinierte Bilder unterstützt:

* .jpg
* .jpeg
* .bmp
* .png
* .svg
* .ico

1. Gehen Sie im Menüband von Remote Desktop Manager zu ***Administration*** – ***Bilder***.

   ![](https://cdnweb.devolutions.net/docs/RDMM4118_2025_2.png)
2. Klicken Sie im Fenster ***Bildverwaltung*** auf ***Hinzufügen (+)***, um ein Bild auszuwählen.

   ![](https://cdnweb.devolutions.net/docs/RDMM4119_2025_2.png)
3. Wählen Sie das Bild durch Ziehen, Ablegen oder Klicken aus.
4. Geben Sie in den ***Eintragsbild-Einstellungen*** den ***Namen*** und den virtuellen ***Ordner*** des Bildes ein.

   ![](https://cdnweb.devolutions.net/docs/RDMM4120_2025_2.png)
5. Klicken Sie auf ***OK***, um das Bild zu speichern und das Fenster zu schließen.

Der Ordner, der Unterordner und das Bild werden gespeichert.
{% endtab %}
{% endtabs %}


---

# 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/ribbon-menu-bar/administration/image-management.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.
