Plan your deployment
Connectivity requirements
Session Recording cloud client
The Session Recording cloud client requires access to the following addresses:
- https://*.citrixworkspacesapi.net (provides access to Citrix Cloud APIs that the services use)
- https://*.cloud.com (provides access to the Citrix Cloud sign-in interface)
- https://*.blob.core.windows.net (provides access to Azure Blob Storage, which stores updates for the Session Recording cloud client)
- https://*.servicebus.windows.net (provides access to Azure Service Bus, which is used for logging and for the Active Directory agent)
Ports
Source | Destination | Type | Port | Details |
---|---|---|---|---|
End users’ devices and networks | Session Recording service | TCP (Websocket) | 9191 | Playback of recordings from within the Session Recording service. |
Session Recording cloud client on each Session Recording server | Citrix Cloud and Microsoft Azure | TCP (HTTPS) | 80, 443 | Communication with Citrix Cloud and Microsoft Azure. |
Session Recording cloud client on each Session Recording server | Session Recording service | TCP (Websocket) | 8088, 9090–9094 | WebSocket connection between the Session Recording cloud client and the Session Recording service |
Proxy
You can set up a proxy when installing the Session Recording cloud client. For more information, see Connect existing Session Recording servers to the cloud.
Increase the transport packet size
-
On the Session Recording server where you installed the cloud client, browse to HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\SessionRecording\CloudClientService\BlockSizeMultiple.
-
Edit the BlockSizeMultiple value.
The default value is 4 (16 KB). We recommend you set the value to 8 (32 KB).
Install certificates in IIS
Note:
If you are using version 7.37.9010.3 or later of the cloud client and want to use the cloud player only, you can skip this step.
Add an SSL binding in IIS so that:
- The Session Recording servers can connect to Citrix Cloud properly.
- You can use HTTPS to access the player.
For more information, see step 1 of HTTPS configuration.
Switch to web streaming service version 2.0
Note:
If you are using version 7.37.9010.3 or later of the cloud client and want to use the cloud player only, you can skip this step.
A fresh installation of Session Recording 2103 and later connects your web browser to the web streaming service hosted in IIS when you access the player. The web streaming service hosted in IIS is versioned 2.0, as indicated by WebSocketServerVersion
under HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\SmartAuditor\Server
.
An upgrade installation from an earlier version to Session Recording 2103 and later connects your web browser to the Python‑based web streaming service, which is versioned 1.0. To connect to the web streaming service hosted in IIS, run the <Session Recording Server installation path>\Bin\SsRecUtils.exe ‑enablestreamingservice
command.