The Edit Configurations window

The Edit Configurations window allows you edit the configuration file to apply specific configurations. For example, error messages can be updated or translated into another language, files can be uploaded with metadata and so on.

To open the Edit Configurations window, go to Services β†’ Servers and click the HTTP or HTTPS server card where the File Manager is configured.

Scroll down to the Applications section and click the icon to open the Edit Configurations window.

The Edit configurations dialog will open, allowing you to view and modify the configuration, using either a guided editor or a raw text view.

Top bar and controls

  • Editor / Text toggle: switches between a structured, tree‑based editor view and a plain text (JSON) view.

  • Undo last changes: reverts the most recent modification made to the configuration during the current editing session.

  • Reset to default values: restores all configuration values to their predefined defaults, discarding any custom changes made in the current configuration.

  • Search Key field: allows you to quickly locate specific configuration keys within the configuration structure.

Configuration keys are grouped logically (for example, page, login, elements) to simplify navigation.

Each node indicates the expected data type (for example, string) and can be expanded or collapsed to focus on relevant sections.

Each configuration object or node provides a set of action icons that allow you to manage its structure and content:

Copy to clipboard: copies the selected configuration to the clipboard. If the node is copied, all nested items are included.

Add new item: adds a new element under the selected configuration scope. When clicked, a dialog window opens prompting for a Key Name.

Edit: enables inline editing of the selected key or its value.

Remove: deletes the selected element or the configuration node and all of its child elements. The removal is immediate in the editor but is applied permanently only when changes are confirmed.

circle-info

If you need to restore all configuration values to their predefined defaults, use the Reset to default values icon at the top of the window.

After editing the file, click the Confirm button. The server will be restarted.

Last updated