Prepare in On-Premises CVAD

Before proceeding, please make sure your CVAD product is revision CR2407 or later, and key components such as Web Studio are all installed correctly.

Step 1: Enable WebSocket Feature in DDC

Open a powershell and run follow command, then reboot the DDC New-ItemProperty "HKLM:\SOFTWARE\Citrix\DesktopServer\WorkerProxy" -Name "WebSocket_Enabled" -PropertyType "DWord" -Value 1 -Force.

On Prem

Step 2: Create the Machine Catalog and generate enrollment token for VDA

  1. Create an empty Single-session OS catalog with no PVS/MCS and no power managed from the web studio. Right click the empty catalog, click Manage Enrollment Tokens.

  2. Click Generate and Input the token name, select the Start date and End data. Input the times the token can be used. Click Generate, copy or download the token (token will be valid after 5 hours as a limitation if using CVAD 2407) - For more information, see Limitations.

Note:

You can refer to the 1st step of DaaS part for screenshots that are mostly similar.

Step 3: Export self-signed certificate on DDC machines, and then install certs on each VDA machine

  1. Run MMC to open the console, and then File>Add/Remove Snap-in..>Certificates>Add>Computer account>Next>Finish>OK

    On Prem 4

    On Prem 3

  2. Export Certificates with Certificates(Local Computer)>Personal>Certificates.

    On Prem 2

  3. Select the certificate > All Tasks > Export.

    On Prem 5

    On Prem 6

    On Prem 7

    Execute steps 2.1-2.3 in other DDCs on the same site.

Step 4: Trust the certificates in Citrix VDA for macOS machine

  1. Open the certificates by Keychain Access app, and make sure the certificates are added to the System keychain.

    On Prem 8

  2. Find the certificate in System keychain, and select “Always Trust” for Secure socket Layer(SSL)

    On Prem 9

You can also run the commands in Terminal App to trust the certificates:

  1. Add one certificate into System keychain and trust it.

    security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain <cert file name>

  2. Verify if the certificate is trusted.

    security verify-cert -c <cert file name>

Step 5: Configure DNS on Citrix VDA for macOS machine

  1. Add DNS server to your Mac to resolve DDCs’ FQDN, or add the host entry into /etc/hosts

  2. Self-check if the DNS configuration is OK curl -v https://<DDC FQDN>

You will get the http response with code 200.

Other steps such as Create Delivery Group are the same as you manage Windows and Linux VDA.