Objective: The LAS Supportability Tool (LASSupportabilityTool.exe) helps administrators validate that their environment is ready for Citrix Cloud registration by checking network connectivity, supported ciphers, and current registration status.
Tool Capabilities:
Connectivity Validation: Ensures the License Server can successfully reach the LAS cloud service.
Cipher Validation: Verifies that at least one of the strictly required secure ciphers is enabled on the OS.
Registration Status: Checks the current Citrix Cloud registration status of the License Server.
Proxy Support: Tests connectivity through a specified HTTP proxy server.
Command-Line Options: Open a Command Prompt (run as Administrator for registration checks) and navigate to the directory where the tool is extracted.
--help: Show the help menu and exit.
--proxyurl <url>: Use the specified HTTP proxy for connectivity checks.
--installdir <path>: Specify a custom Citrix Licensing installation directory. (Default: C:\Program Files (x86)\Citrix\Licensing\)
--validateciphers: Validate if at least one of the required ciphers is enabled on this system. Run this ONLY from where the product is installed.
--checkregistration: Validate the Citrix Cloud Registration Status of this License Server. (Needs elevated mode execution. Ignore the result if both License Server and CC-UI report successful registration).
--ccid: Optional input used with --checkregistration to specify your Citrix Cloud ID.
Allowed Ciphers Checked (via --validateciphers):
ECDHE-ECDSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-ECDSA-CHACHA20-POLY1305
ECDHE-RSA-CHACHA20-POLY1305
ECDHE-ECDSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-GCM-SHA256
Usage Examples:
Standard check: LASSupportabilityTool.exe
Check via proxy: LASSupportabilityTool.exe --proxyurl http://proxyserver:8080
Check with custom install path: LASSupportabilityTool.exe --installdir "D:\Citrix\Licensing"
Check registration status: LASSupportabilityTool.exe --checkregistration
Check registration with proxy/CCID: * LASSupportabilityTool.exe --checkregistration --proxyurl http://proxyserver:8080
LASSupportabilityTool.exe --checkregistration --ccid "myccid"
Validate ciphers: LASSupportabilityTool.exe --validateciphers
Example output
This software / tool is provided "as is," without any representations or warranties, express or implied. Citrix disclaims all warranties, including but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Use of this tool is at your own risk. Citrix recommends testing any utility in a non-production environment whenever possible before deploying it to production systems.
This article provides instructions and the required command-line tool to check connectivity from your Citrix License Server to the LAS service in Citrix Cloud. This tool helps administrators verify that all network connectivity and system prerequisites are met prior to LAS onboarding.
Prerequisites: Extract the contents of the ZIP file to a local directory on the License Server before running. Checking the registration status requires executing the Command Prompt as an Administrator.