Stop guessing: "Registered, but LAS endpoint is unreachable".
We have all seen this error in the Citrix Cloud Console (see 2nd image). It claims the endpoint is unreachable, yet the firewall logs say everything is fine.
The problem is rarely just the network. It is often a combination of outdated software versions, stopped services, time drift, or missing TLS 1.2 registry keys. Standard tests like Test-NetConnection are insufficient because they miss the application layer context.
I wrote a PowerShell Diagnostics Tool to solve this once and for all.
What it does (Version 2.23):
-
Version Check: Verifies if your License Server meets the minimum requirement (11.17.2.0) for Cloud LAS.
-
Service Watchdog: Checks if critical services (
Citrix Licensing,Web Services) are running and attempts to auto-start them if stopped. -
Time Sync: Detects time drift between your server and the Cloud (vital for OAuth tokens).
-
True Connectivity Check: Correctly interprets HTTP 403/404 as a successful technical connection (Green/OK).
-
SSL Verification: Confirms the handshake is secure and valid.
If this tool shows "Green", your infrastructure is fine, and you can focus on the real issue.
IMPORTANT:Make sure, you press the "Migration" button in Studio!
Download: Citrix-LAS-Tool.ps1