Installing the NICE DCV Connection Gateway - NICE DCV Connection Gateway
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Installing the NICE DCV Connection Gateway

This section describes how to install the latest version of the NICE DCV Connection Gateway on a Linux host. You can use multiple hosts to improve scalability and performance. For more information, see Scaling the NICE DCV Connection Gateway.

Note

The NICE DCV Connection Gateway is available for the following Linux distributions and architectures:

  • Amazon Linux 2 (64-bit x86 and 64-bit ARM)

  • RHEL 7.x and CentOS 7.x (64-bit x86 and 64-bit ARM)

  • RHEL 8.x, CentOS Stream 8, and Rocky Linux 8.x (64-bit x86 and 64-bit ARM)

  • Ubuntu 20.04, and Ubuntu 22.04 (64-bit x86 and 64-bit ARM)

The following instructions are for installing the Connection Gateway on 64-bit x86 hosts. To install the Connection Gateway on 64-bit ARM hosts, for Amazon Linux, RHEL, and CentOS, replace x86_64 with aarch64, and for Ubuntu, replace amd64 with arm64.

To install the Connection Gateway on a Linux host
  1. The NICE DCV Connection Gateway packages are digitally signed with a secure GPG signature. To allow the package manager to verify the package signature, you must import the NICE GPG key. Run the following command to import the NICE GPG key.

    • Amazon Linux 2, RHEL, CentOS, and SUSE Linux Enterprise

      $ sudo rpm --import https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
    • Ubuntu

      $ wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
      $ gpg --import NICE-GPG-KEY
  2. Download the NICE DCV Connection Gateway installation package for your distribution from the NICE DCV download website.

  3. Install the package.

    • Amazon Linux 2, RHEL 7.x, and CentOS 7.x

      $ sudo yum install -y nice-dcv-connection-gateway-2023.1.671-1.el7.x86_64.rpm
    • RHEL 8.x, CentOS Stream 8, and Rocky Linux 8.x

      $ sudo yum install -y nice-dcv-connection-gateway-2023.1.671-1.el8.x86_64.rpm
    • Ubuntu 20.04

      $ sudo apt install ./nice-dcv-connection-gateway_2023.1.671-1_amd64.ubuntu2004.deb
    • Ubuntu 22.04

      $ sudo apt install ./nice-dcv-connection-gateway_2023.1.671-1_amd64.ubuntu2204.deb