Horizon Agent Direct-Connection Plug-In (formerly View Agent Direct-Connection Plug-In) is packaged in an installer file that you can download from the Omnissa website and install. You can install Horizon Agent Direct-Connection Plug-In on a Windows or Linux machine where Horizon Agent is already installed.
Prerequisites
-
Verify that Horizon Agent is installed on the machine.
-
For information on installing Horizon Agent on a Windows machine, see Desktops and Applications in Omnissa Horizon 8. If your environment does not include Omnissa Horizon Connection Server, install Horizon Agent from the command line and specify a parameter that tells Horizon Agent not to register with Horizon Connection Server. See Windows - Set Up the Desktop for Omnissa Horizon Web Client.
-
For a Linux machine, verify that Horizon Agent 2111 or later is installed on the machine.
For more information, see "Install Horizon Agent on a Linux Virtual Machine" and "Command-Line Options for Installing Horizon Agent for Linux" in Desktops and Applications in Horizon 8. To support direct connections to single-session desktops, install Horizon Agent with default installation parameters. To support direct connections to multi-session desktops and applications, install Horizon Agent with the
--multiple-sessionparameter included.
-
-
Enable the screen DMA setting for virtual machines in vSphere. If screen DMA is not enabled, users see a black screen when they connect to the remote desktop. For more information on how to set the screen DMA, see Omnissa Knowledge Base (KB) article 2144475.
Note: The Horizon Agent Direct-Connection Plug-In is not supported for Nutanix and Openshift.
Windows Installation Procedure
-
Download the Horizon Agent Direct-Connection Plug-In installer file from the product downloads site at https://customerconnect.omnissa.com/downloads/#all_products.
Navigate to the download page for your release of Omnissa Horizon and then to the download page for Horizon Agent Direct-Connection.
-
Double-click the
.exeinstaller file. -
(Optional) Change the TCP port number.
The default port number is 443.
-
(Optional) Choose how to configure the Windows Firewall service.
By default, Configure Windows Firewall automatically is selected and the installer configures Windows Firewall to allow the required network connections.
-
(Optional) Choose whether to deactivate SSL 3.0.
By default, Disable support for SSLv3 automatically (recommended) is selected and the installer deactivates SSL 3.0 at the operating system level. This option is not displayed and the installer performs no action if SSL 3.0 is already explicitly enabled or deactivated in the registry. If this option is deselected, the installer also performs no action.
-
Follow the prompts and finish the installation.
Linux Installation Procedure
-
Install the nginx package using the appropriate commands for your operating system.
Linux Distribution Commands for Installing nginx Ubuntu/Debian apt-get install nginxRed Hat Enterprise Linux (RHEL) Workstation or Server CentOS yum install epel-release yum install nginxSUSE Linux Enterprise Desktop or Server (SLED/SLES) Note: In the first command line, replace <download URL> as follows: - For SLED/SLES 15.x, replace with
'http://nginx.org/packages/sles/15'. - For SLED/SLES 12.x, replace with
'http://nginx.org/packages/sles/12'.
sudo zypper addrepo -G -t yum -c '<download URL>' nginx wget http://nginx.org/keys/nginx_signing.key sudo rpm --import nginx_signing.key sudo zypper install nginx - For SLED/SLES 15.x, replace with
-
Download the Horizon Agent Direct-Connection Plug-In installer file from the product downloads site at https://customerconnect.omnissa.com/downloads/#all_products. Navigate to the download page for your release of Omnissa Horizon and then to the download page for Omnissa Horizon for 64-bit Linux.
Note: Ensure that you download the version of the Horizon Agent Direct-Connection Plug-In installer that matches the version of Horizon Agent installed on the Linux machine.
-
Unpack the
.tar.gzinstaller tarball.tar -xvzf {installer file name} -
Navigate to the tarball folder and run the
install_vadc.shscript as a superuser.sudo ./install_vadc.shAllow the installation to proceed without interruption until it is complete.
-
Configure entitlements for the users authorized to access the direct-connection desktop or applications based on the machine. In the following command,
hznvadcis the default entitlement group for Horizon Agent Direct-Connection Plug-In. Replace {username} with the name of the user that you want to add to thehznvadcentitlement group.usermod -a -G hznvadc {username}Repeat this step for all users that you want to add to the entitlement group. For more information, see Authorizing Omnissa Horizon Client to Access Desktops and Applications.
-
Restart the Linux machine for the changes to take effect.
Was this page helpful?