Skip to content

Setting Configuration Values via Config files

Certain advanced configuration values are set via configuration files, rather than via the user interface, command line, or URI methods. These files are read and implemented by the Software Client for Linux when it launches.

Config File Syntax

The .ini file starts with a [General] group followed by a series of <key>=<value> pairs, each on its own line. For example, the following file would add the USB device identified by the VID/PID pair 18a5,0302 to the local termination blacklist, causing it to revert to bridged connections:

[General]
localtermination_black_list="18a5,0302"

Config File Location

The .ini file is located in the ~/.config/Teradici/Teradici PCoIP Client.ini folder.

The configuration file does not exist until a user changes a persistent setting via the user interface. If that has not ocurred, you must create the file.