ScreenAgent for Windows
NICE ScreenAgent is a service that runs on agent desktops that require screen recording. is available if you have CXone Recording Advanced and a screen recording license.
Install ScreenAgent on computers to record or monitor activity on an agent's screen during an interaction. ScreenAgent runs in the background and automatically records according to the recording policies (see CXone Recording). Supervisors and evaluators can also monitor an agent’s activity during an interaction (see Manage Agents).
You can either install ScreenAgent on agents' computers, or in a virtual desktop infrastructure (VDI) environment. Supported VDIs include VMware Horizon and Citrix Virtual Apps and Desktops (formerly XenApp and XenDesktop). VMware Horizon doesn’t require any special configuration. For Citrix instructions, see Install ScreenAgent.
Starting July 1, 2022, the ScreenAgent version lower than 2.1.40 will not be supported. You must upgrade all users to ScreenAgent version 2.1.40 or higher and then contact your CXone Account Representative to enable the new functionality of screen recording.
You can watch a video that gives an overview of the installation of ScreenAgent on an agent's computer. The video includes the prerequisites and installation steps.
Prerequisites
Before starting installing ScreenAgent, make sure to:
-
Check the Port, Domain, Voice, and IP Address Requirements. Keep in mind, ScreenAgent doesn't record if your firewall generates self-signed certificates or strips request headers from HTTPS packets.
-
If your site uses VDIs, make sure:
-
You're using ScreenAgent V2.1 and up.
-
For Citrix virtual apps mode:
-
Enable a Virtual IP Loopback policy. Add ScreenAgent.exe and Chrome.exe to the Virtual IP virtual loopback programs list. Keep in mind that each program must be listed on a separate line.
-
Install ScreenAgent on the Citrix Virtual Apps server.
-
-
VMware Horizon and Citrix virtual desktop mode don't require any special configuration.
-
-
Check the agent's computer configuration.
Agent computer requirements
-
Microsoft .NET 4 or higher installed on the agent's computer.
-
One of the softphone solutions for agents:
-
Agent for Salesforce softphone installed on the same computer as ScreenAgent.
-
MAX softphone.
-
-
Relevant computer specifications in Platform Requirements.
Keep in mind, if the computer configuration is set to full HD or 4K and the CPU usage is high, then a more powerful CPU (such as i5) may be required.
-
Port 31322 open. This port is only used for internal communication between ScreenAgent and MAX/Agent for Salesforce softphone on the agent's computer.
-
-
Make sure the user who is installing ScreenAgent (for example, the admin) has Admin privileges on the agent's computer.
-
Make sure the user who is installing ScreenAgent (for example, the admin) has these CXone permissions:
-
Can access support downloads: On, this allows you to access the Supports - Downloads page.
-
Access Key: Create, this is to manage access keys for your organization.
-
-
Follow the below steps in given order to generate an access key for ScreenAgent. You can use the same access key for installing ScreenAgent on all agents' computers in your tenant.
The access key receives all of the permissions of the CXone user who generates it. If this user is an administrator, then anyone with the access key would have administrator privileges. So for security reasons, first create a CXone user and role for ScreenAgent, and then generate the key with the ScreenAgent user.
-
Create a role for the ScreenAgent service:
- Click the app selector
and select Admin.
-
Go to Security > Roles and Permissions.
-
Click New Role.
-
Give a name for the role, such as ScreenAgent access key.
-
Remove all permissions for the role.
-
Save & Activate the profile.
- Click the app selector
-
Create an employee for the ScreenAgent service:
- Click the app selector
and select Admin.
-
Click Employees.
-
Click New Employee.
-
Give a name for the employee, such as ScreenAgent.
-
From the Primary Role drop-down list, select the ScreenAgent access key role you just created.
-
On the General tab, clear all the attributes.
-
Create the ScreenAgent employee (the Access Keys tab only shows after you create the account).
- Click the app selector
-
Open the ScreenAgent employee again, then go to the Access Keys tab and generate an access key.
-
Copy both the Access Key ID and Secret Access Key and save them somewhere safe. If you don't copy the Secret Access Key or if you lose it, you'll need to create a new one. Use this access key ID and secret access key when installing ScreenAgent on all agents' computers.
-
Activate the ScreenAgent employee account by clicking the Activate Account button in the activation email.
-
-
Download the ScreenAgent MSI:
-
Go to CXone, and log in as a user with the Can access support downloads permission.
-
Click your Username and select Support and Downloads.
-
Download the ScreenAgent MSI. Note where you download the MSI to, you'll need the file location later.
-
-
ScreenAgent supports five proxy authentication methods for screen recording—Basic, Digest, Kerberos, NTLM, and Negotiate. When using the proxy authentication method:
-
Make sure to set the proxy at the operating system level in the Proxy settings.
-
For Basic and Digest authentication method, you must set credentials in Windows Credential Manager.
-
There's no change in installation. However, if you want to use proxy for the ScreenAgent without changing proxy at the operating system, you can use the direct proxy in the ScreenAgent installation.
-
Keep in mind, these authentication methods are only for screen recording and not for screen monitoring.
-
Install ScreenAgent
You can either install ScreenAgent using a deployment tool or manually on each agent's computer.
If you're using a deployment tool, configure the installation to either:
-
Run with user's rights (user mode/user context)—You must restart the agent's computer.
-
Run with administrative rights—You must restart all agents' computers.
To update installation parameters or upgrade ScreenAgent to a newer version, reinstall the ScreenAgent client. Keep in mind, you should update when agents aren't being recorded. If an agent is on a call during the update, screen recording will stop for that call. After the update, calls will record according to the recording policies/Studio scripts.
To install ScreenAgent:
-
Make sure all prerequisites are in place.
-
Open the command prompt as Administrator. In the command line, navigate to where you downloaded the MSI and enter the installation command with the relevant parameters:
Step-by-step instructions
-
Go to the folder where you downloaded the MSI, and copy the path to the folder. This is typically the %UserProfile%\downloads folder.
-
Run the command prompt as Administrator:
-
In Windows, click the Windows button and type cmd.
-
Right-click the Command Prompt tile and click Run as administrator.
-
-
Type cd/ and press Enter.
-
Type cd and paste your file location, then press Enter.
For example, cd %UserProfile%\downloads.
-
Copy and paste the command into the Command Prompt, and edit the parameters listed in the table.
-
If you don't have a web proxy, use this command. This command can also be used when proxy is defined at the OS level.
msiexec /i ScreenAgent-<32 or 64>bit-<enter MSI version, such as 2.0.15>.msi ACCESS_KEY_ID=<paste the access key ID> ACCESS_KEY_SECRET=<paste the secret access key> REGION_TYPE=<enter your region, this is the subdomain (first 3 characters) of the CXone URL (for example: na1, na2, au1, eu1)> /log install.log /quiet
-
When you are using proxy authentication, and the proxy is not defined at OS level, use the below command:
msiexec /i ScreenAgent-<32 or 64>bit-<enter MSI version, such as 2.0.15>.msi ACCESS_KEY_ID=<paste the access key ID> ACCESS_KEY_SECRET=<paste the secret access key> REGION_TYPE=<enter your region, this is the subdomain (first 3 characters) of the CXone URL (for example: na1, na2, au1, eu1)> WEB_PROXY=<only include if you're using a proxy server to connect to the internet> /log install.log /quiet
-
Installation command parameters
Parameter
Description
msiexec /i ScreenAgent-32bit-<enter MSI version, such as 2.0.15>.msi
32bit or 64bit
If you’re installing on a computer with:
-
32-bit Windows installed, enter 32bit
-
64-bit Windows installed, enter 64bit
MSI version
The MSI version of the installation file you downloaded from the Support and Downloads page. For example, 2.0.15.
For example:
-
msiexec /i ScreenAgent-64bit-2.0.15.msi
-
msiexec /i ScreenAgent-32bit-2.0.15.msi
ACCESS_KEY_ID
The access key ID created in the Employee account
For example: ACCESS_KEY_ID=ABCDEF12345====
ACCESS_KEY_SECRET
The secret access key created in the Employee account
For example: ACCESS_KEY_SECRET=12345ABCDEF
REGION_TYPE
The subdomain (first 3 characters) of your CXone URL (for example: na1, na2, au1, eu1)
For example: REGION_TYPE=na1
WEB_PROXY
Only include this parameter if you’re using a proxy server to connect to the internet.
Keep in mind:
-
Host can be hostname or IP
-
Use http or https according to your proxy settings
-
Use username and password of the server if it’s set in your proxy settings
For example:
-
http://server_username:server_password@host:port
WEB_PROXY=http://admin:pwd@168.63.76.32:3128
-
https://server_username:server_password@host:port
WEB_PROXY=https://proxyserver:8088
-
https://host:port
/log install.log
Prints the installation results in the log file.
For example: /log install.log
/quiet
(Optional) Include if you want to suppress popups during installation. You’ll be able to view the installation results in the log file.
For example: /quiet
-
-
Verify installation success from the log file. The install.log file is in the folder you installed the MSI from, this is typically the %UserProfile%\downloads folder.
-
Verify that the installer has admin privileges.
-
If the agent's computer doesn't have Microsoft .NET Framework 4.0 or higher, then install it.
-
-
Restart all agents' computers.
-
Make sure the agent has the attribute Can be Recorded (Screen) (in CXone, go to Admin > Employees, and then click on the agent).
-
Record a call and check the ScreenAgent log file. The ScreenAgent.log file is located in the %appdata%\Roaming\ScreenAgent folder. If there were any errors, see Troubleshoot Recordings.
You can watch a video that gives an overview of how to improve agent interactions with real-time screen monitoring using ScreenAgent.