Installing the PCoIP Graphics Agent on RHEL

To install the PCoIP Graphics Agent software on RHEL :

  1. Install the Teradici package key (one command):
    # rpm --import https://downloads.teradici.com/rhel/teradici.pub.gpg
  2. Add the Teradici repository (one command):

    sudo wget -O /etc/yum.repos.d/pcoip.rep https://downloads.teradici.com/rhel/pcoip-beta.repo

  3. Install the EPEL repository:

    # wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

    # rpm -i epel-release-latest-7.noarch.rpm

  4. Install the PCoIP Graphics Agent:

    # yum update

    # yum install pcoip-agent-graphics

  5. Note your machine's local IP address. Clients connecting directly to the host workstation will need this number to connect.
  6. Enter the license registration code you received from Teradici.

    • For unproxied internet connections, type:

      pcoip-register-host --registration-code=<XXXXXX@YYY-YYYY-YYY>
    • For proxied internet conections, type (one command):

      pcoip-register-host --registration-code=<XXXXXX@YYY-YYYY-YYY> 
      --proxy-server=<serverURL> --proxy-port=<port>
  7. Reboot the Linux instance.

© 2017 Teradici Corporation. All rights reserved. TER1702002