Citrix Session Warning: "Citrix Environment is using NFR License for Demo Purpose Only" and License Console Sync Issues

book

Article ID: CTX696860

calendar_today

Updated On:

Description

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)

Cause

  • 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.

Resolution

Have backups and necessary approvals for service restarts before proceeding further with this article.

 

Step 1: Remove Stale and NFR License Files
  1. Log in to the Citrix License Server host.

  2. Open Services.msc and stop the Citrix Licensing service.
  3. Open File Explorer and navigate to the license store directory:

    C:\Program Files (x86)\Citrix\Licensing\MyFiles

  4. Identify and move any .lic files associated with NFR, Evaluation, Demo, or Expired CSS entitlements to a backup folder outside of the MyFiles directory.

  5. Open Services.msc and start the Citrix Licensing service.

Step 2: Upgrade License Server & Validate LAS Registration
  1. Download and install Citrix License Server v11.17.2 (build 53100 or higher).

  2. Open Citrix Licensing Manager (https://<LicenseServerFQDN>:8352).

  3. If using Cloud/LAS entitlement, verify the server is correctly registered to your Citrix Cloud Org ID under Settings > Server Registration.

  4. Re-allocate and import your latest official subscription or perpetual license file from the Citrix portal if operating in traditional on-premise mode.

Step 3: Clear Delivery Group Licensing Overrides
  1. Open PowerShell on a Delivery Controller as an administrator.

  2. Load the Citrix modules:

    PowerShell
     
    Add-PSSnapin Citrix*
    
  3. Check if any Delivery Group is set to a custom licensing model:

    PowerShell
     
    Get-BrokerDesktopGroup | Select-Object Name, LicenseModel, ProductCode
    
  4. If a Delivery Group is forcing an NFR or alternative model, reset it to inherit Site licensing:

    PowerShell
     
    Set-BrokerDesktopGroup -Name "YourDesktopGroupName" -LicenseModel $null -ProductCode $null 
Step 4: Refresh Citrix Broker Service Cache

To clear the warning banner immediately without waiting 24 hours for the automatic daily update:

  1. 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.

    PowerShell
     
    Restart-Service CitrixBrokerService
    
  2. Test launching a virtual session. The NFR demo warning banner will no longer appear.

Issue/Introduction

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.