Group Policy Object (GPO) template
URL for Remote Desktop Server includes *.admx and *.adml administrative template files. These template files allow to configure the product via Local GPO and/or Domain-Based GPO. Please refer to Microsoft MSDN article on managing ADMX files.
The archive file containing administrative template can be found in the installation directory:
%ProgramFiles%\FabulaTech\URL for Remote Desktop (Server)\policies.zip
Additionally, the administrative template files are deployed to a local GPO during product installation and can be found here:
%WINDIR%\PolicyDefinitions\Fabulatech.admx %WINDIR%\PolicyDefinitions\fturlrdpsrv.admx %WINDIR%\PolicyDefinitions\en-US\Fabulatech.adml %WINDIR%\PolicyDefinitions\en-US\fturlrdpsrv.adml
It's recommended to use the GPO template files provided with the latest product version of URL for Remote Desktop Server.
The GPO template can be used to configure the following settings:
| Setting | Description |
|---|---|
| Licensing |
This policy setting is used for licensing management. The following licensing modes are used:
For "License key" type of licensing you must specify a string of the key in the corresponding field. For "License server" type of licensing you must specify a license server name in the name_or_ip:port format, where the port is an optional parameter. If this policy setting is enabled, the licensing mode will be overridden by this policy setting. It means using GPO License key instead key that determined via the settings interface. If this policy setting is disabled or not configured, the licensing mode is determined via the settings interface. |
| Log file rotation |
This policy setting controls advanced log file rotation behavior. The product may create multiple logs for each user, depending on factors such as Session ID, Process ID (PID), and FabulaTech product module. Each log is stored on disk as a set of log file parts, which are created as the log is rotated. When the active log file part reaches the configured size limit, it is rotated: the current file part is renamed, and a new empty file part is created for the same log. If any of the configured limits are exceeded, the oldest log file parts are automatically removed according to the configured rules.
If this policy is disabled or not configured, log file rotation behavior is controlled by the application’s internal log rotation settings. |
| Log level |
If this policy is disabled or not configured, the log level is controlled by the application’s internal logging settings. |
| Open custom protocols on the Workstation side |
This policy setting specifies a list of custom protocol URLs (typically associated with Windows applications) that must always be opened on the local Workstation using their associated applications. Example: msteams zoommtg zoomus If this policy setting is used for the computer, it overrides the policy setting for all users of this computer. |
| Open files on the Workstation side (by extension) |
This policy setting specifies the list of file extensions that, when launched, will always be opened on the local (Workstation) side. Each file extension must be entered on a new line. Example: DOC DOCX XLS XLSX PDF If this policy setting is used for the computer, it overrides the policy setting for all users of this computer. |
| Open HTTP and HTTPS URLs on the Workstation side |
This policy controls URL redirection based on URL masks. You can choose to redirect all URLs, only those matching specified patterns, or exclude certain patterns from redirection.
Examples: www.example.* – Matches any URL containing www.example. Examples: www.example.com, www.example.domain.net *.domain.com – Matches any subdomain of domain.com Examples: www.domain.com, api.domain.com Does not match: domain.com site.internal/db/ – Matches URLs under the /db/ path. Example: www.site.internal/db/page.html Does not match: www.site.internal/page.html https://www.company.com – Matches only the HTTPS version of the URL. Example: https://www.company.com Does not match: http://www.company.com |