When users launch a published application or desktop session in CVAD 2507 CU1, an administrative warning banner or pop-up appears:
Warning: "Citrix Virtual Apps and Desktops Warning - Citrix Environment is using NFR License for Demo purpose only."
Additionally, administrators may experience the following symptoms in Citrix Web Studio or the Citrix Licensing Manager:
Licensing Errors or unallocated license warnings on the Web Studio Licensing node. (link)
Failure of Delivery Controllers (DDCs) to recognize active production retail/subscription licenses after upgrading to CVAD 2507 CU1.
Errors during License Server registration or License Activation Service (LAS) pairing with Citrix Cloud. (link)
Active NFR / Demo License File Precedence: An active or expired Not-For-Resale (.lic) file is installed on the Citrix License Server alongside production licenses. The Licensing Service or Delivery Controller evaluates the NFR file first due to serial order or expired Customer Success Services (CSS) dates on production files.
License Server Version Incompatibility (LAS Enforcement): CVAD 2507 LTSR requires Citrix License Server version 11.17.2 build 53100 or later. If the Delivery Controller was upgraded to CVAD 2507 CU1 while the License Server remained on an older legacy version, the broker defaults to fallback/eval warning states.
Site / Delivery Group Licensing Overrides: Individual Delivery Groups configured with an explicit licensing model (Get-BrokerDesktopGroup) point to a deprecated or NFR license pool instead of inheriting the Site-level production license.
Stale Broker Service Cache: After updating or re-allocating production license files, the Citrix Broker Service (CitrixBrokerService) continues to serve cached licensing alerts to active launch requests.
Log in to the Citrix License Server host.
Services.msc and stop the Citrix Licensing service.Open File Explorer and navigate to the license store directory:
C:\Program Files (x86)\Citrix\Licensing\MyFiles
Identify and move any .lic files associated with NFR, Evaluation, Demo, or Expired CSS entitlements to a backup folder outside of the MyFiles directory.
Open Services.msc and start the Citrix Licensing service.
Download and install Citrix License Server v11.17.2 (build 53100 or higher).
Open Citrix Licensing Manager (https://<LicenseServerFQDN>:8352).
If using Cloud/LAS entitlement, verify the server is correctly registered to your Citrix Cloud Org ID under Settings > Server Registration.
Re-allocate and import your latest official subscription or perpetual license file from the Citrix portal if operating in traditional on-premise mode.
Open PowerShell on a Delivery Controller as an administrator.
Load the Citrix modules:
Add-PSSnapin Citrix*
Check if any Delivery Group is set to a custom licensing model:
Get-BrokerDesktopGroup | Select-Object Name, LicenseModel, ProductCode
If a Delivery Group is forcing an NFR or alternative model, reset it to inherit Site licensing:
Set-BrokerDesktopGroup -Name "YourDesktopGroupName" -LicenseModel $null -ProductCode $null
To clear the warning banner immediately without waiting 24 hours for the automatic daily update:
If feasible, run PowerShell on all Delivery Controllers in the site one by one: Ensure you verify each controller node has fully re-initialized and returned to a healthy state before moving to the next Controller.
Restart-Service CitrixBrokerService
Test launching a virtual session. The NFR demo warning banner will no longer appear.
This article addresses the session launch warning stating that the environment is using a Not-For-Resale (NFR) license in Citrix Virtual Apps and Desktops (CVAD) 2507 CU1 environments. It details how licensing mismatch issues, License Activation Service (LAS) upgrade requirements, and stale license files trigger end-user warnings and licensing console errors.