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

# Image management

{% tabs %}
{% tab title="Windows" %}
Remote Desktop Manager Windows's global image management uses a dynamic form to easily create virtual folders and subfolders for image storage.

The following file types are currently supported for global and custom images:

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

1. Go to ***Administration*** – ***Configuration and security*** – ***Image management*** in the ribbon of Remote Desktop Manager.

   ![](https://cdnweb.devolutions.net/docs/RDMW4367_2025_2.png)
2. In the ***Image management*** window, click ***Add (+)*** to choose an image.

   ![](https://cdnweb.devolutions.net/docs/RDMW4368_2025_2.png)
3. In the ***Entry image settings***, enter the ***Name*** and virtual ***Folder*** of the image.

   ![](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>You can add a subfolder by adding a backslash "" in the <em><strong>Folder</strong></em> field. Clicking on a virtual folder will not display the contents of its subfolder, since it is possible to have an image only in a virtual folder.</p></div>
4. Click ***Save*** to close the window.

The folder, subfolder, and image are saved.
{% endtab %}

{% tab title="macOS" %}
Remote Desktop Manager macOS's global image management uses a dynamic form to easily create virtual folders and subfolders for image storage.

The following file types are currently supported for global and custom images:

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

1. Go to ***Administration*** – ***Images*** in the ribbon of Remote Desktop Manager.

   ![](https://cdnweb.devolutions.net/docs/RDMM4118_2025_2.png)
2. In the ***Image management*** window, click ***Add (+)*** to choose an image.

   ![](https://cdnweb.devolutions.net/docs/RDMM4119_2025_2.png)
3. Choose the image by dragging, dropping or clicking.
4. In the ***Entry image settings***, enter the ***Name*** and virtual ***Folder*** of the image.

   ![](https://cdnweb.devolutions.net/docs/RDMM4120_2025_2.png)
5. Click ***OK*** to save the image and close the window.

The folder, subfolder, and image are saved.
{% 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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/administration/image-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
