Choose your language

Choose your login

Contact us

Configure the client

This page applies to:

This topic covers:

How to configure the client

You can configure the behavior of the Print Deploy clients without having to redeploy the clients. You just need to update the configuration file using one of the following methods:

  • Modify the general config settings in the Print Deploy Admin interface Settings tab.

    1. In the Print Deploy Admin interface, click Settings.

    2. Refer to the configuration values further down this page and update the settings accordingly. The changes are applied immediately.

  • Modify the advanced config file on the server that’s in [app-directory]/providers/print-deploy/[os]/data/config/client.conf.toml. During installation, the client.conf.toml file is created containing the default values as outlined below in Configuration keys . This method requires restarting the Print Deploy service for the new config values to be applied and visible in the Settings tab.

    1. Open the .toml file using your favorite text editor and modify the values accordingly.

    2. Save the file.

    3. Restart the Print Deploy Server service . The new config values are applied.

How the client picks up the configuration changes

The client retrieves this configuration from the server on a regular basis. The frequency of this depends on the values set for the configuration key PollingConfig, as described below in Configuration keys . By default, it’s set to every 15 minutes (± 5 minutes), with some offset applied to ensure that not all clients call in at the same time.

You can force the client to pick up these changes anytime by right-clicking the Print Deploy client’s task tray icon and selecting View or Refresh my Printers.

Configuration keys

The table below shows the configuration keys and their descriptions.

Some of these keys are only available in newer versions of Print Deploy. Ensure that your version of Print Deploy is equal to or higher than the specified minimum version of the configuration key you wish to use or change.

By default, Print Deploy automatically updates itself to the newest version. If you need to update the Print Deploy server manually, see Manually update the Print Deploy server to the latest version .

Note: Items marked with a * are available in the Settings tab.

Config keyDescriptionPossible valuesDefault value
AccessibleHost *With AccessibleHost, we allow the admin to override the hostname or the IP address that's appended to the client and cloner filenames. This address will be used by the cloner to upload drivers and by the client to retrieve and install printers. If not specified or invalid, the default hostname/IP address of the Print Deploy is used.

Alternatively, if deploying via an MDM tool, you can specify SERVER_HOST as an installer flag during installation instead of relying on the filename. See Client installer flags.

Available since v1.3.
A valid IPv4 IP address or a hostname.

Do not include the scheme and the port.
""
ClientUpgradesEnabledClientUpgradesEnabled controls whether the Print Deploy end-user clients will automatically update to the latest version compatible with your server version.true

false
true
AccessibleMobilityPrintTLSPortThis is the port the client and the cloner connect to when communicating with a Mobility Print server.

Available since v1.5
A valid port address9164
AccessiblePrintDeployTLSPortThis is the port address of the service that forwards requests coming from the client to the Print Deploy server.

This will not change the port that the Print Deploy server will run on. Instead, this represents the client-facing port of the service that receives requests from the client and forwards them to the Print Deploy server. This is particularly useful if the Print Deploy server is behind a network load balancer or an SSL proxy.

This port is appended to the client and the cloner filename when they're being downloaded and is only used to determine the address of the Print Deploy server during installation.

Alternatively, if deploying via an MDM tool, you can specify SERVER_PORT as an installer flag during installation instead of relying on the filename. See Client installer flags.

Available since v1.5
A valid port address9174
AuthMethods *An array of authentication options that the user can use when UserIdentityMethod is set to PROMPT

For more information, see Set the method that Print Deploy uses to determine the user’s identity.

Available since v1.5.
["username", "google"]["username"]
CustomTempDirectory *Some organizations may want to customize the location that the Print Deploy client uses for temporary files. This temporary directory is used to download drivers and other meta data. Users on client machines will need read and write access to this directory.

Values need to be escaped, for example "C:\\Temp"
As determined by the admin""
DetectNetworkChange *Control whether Allow the client to update printers when a network change is detected is enabled or disabled.

Available since v1.7.
true

false
true
OAuthSessionKeyA 32-character alpha-numeric string that is auto-generated when using PROMPT as the UserIdentityMethod with an OAuth-based login option.

If you have multiple Print Deploy servers behind a load balancer, it is important to use the same OAuthSessionKey across all your servers.
N/AN/A
OptionalPrinterReinstall
[REMOVED]
Control whether Optional Printers are re-installed when a user moves back in to an applicable zone.

Available since v1.7

Removed after 1.7.2253
true

false
true
PollingConfig *The polling frequency determines how often the Print Deploy client contacts the Application Server to check for new print queues.

For more information, see Change the polling time for Print Deploy

Available since v1.0.547.
See Change the polling time for Print Deploy[PollingConfig]

IntervalSecs = 900

MinRandomOffsetSecs = -300

MaxRandomOffsetSecs = 300
SelfServiceHelpLink *This config key is used to specify an alternative url that users navigate to via clicking the Help button in the Print Deploy client.

Available since v1.3.
Any valid URLClicking the Help link launches the Use Print Deploy Help Center page
SetDefaultPrinterEnabled
[REMOVED]
If set to true, the Print Deploy client sets the default printer (default print queue) based on applied Zones settings. See Modify a print queue to be the default for the zone

If there are no printers (queues) specifically defined as default, the Print Deploy client will set the first Find-Me queue (or variation of, with spaces/hyphens in between) as the default printer (default print queue).

If there are no default queues defined, and no Find-Me queues assigned to the user, the Print Deploy client will not set any printer as the default.

If Windows is set up to manage the default printer for users, then the client honors the Windows setting. Ensure this is disabled on the user’s computer for default printer feature to work as expected.


Removed since v1.6.
true

false
true
SharedDeviceEnabledIf set to true, the Print Deploy client will attach the appropriate user identity to every job sent to a printer installed by Print Deploy on a per-user basis, instead of per-computer.

On versions prior to v1.2.1045, the client, by default, only tracked one user per computer. It was not catered for computers shared by more than one user.

If you are deploying Mobility Print queues to computers shared by multiple users, ensure that TCP port 9265 on the user's computer is available for use by Print Deploy. This port is used to proxy IPP traffic in able for the client to attach the correct user information to every print job. This is only attached in the loopback address of the user's computer.

Direct queues and server queues will also be tracked accordingly.

Available since v1.2.1045.
true

false
true
StrictSSLCheckingEnabledIf set to true, all Print Deploy clients will first verify the SSL certificate of the server before it proceeds with the connection. This helps mitigate any man-in-the-middle attacks. The client will only connect to the server if its certificate is either trusted or CA-signed. If the server is using an untrusted self-signed certificate, the client will reject the connection.

If you wish to enable this, we recommend following the steps outlined in Enable SSL certificate checking

Available since v1.2.1070.
true

false
false
UserIdentityMethod *The client uses this authentication method to determine the identity of the user who’s currently logged in.

For more information, see Set the method that Print Deploy uses to determine the user’s identity.

Available since v1.0.547.
AUTO

PROMPT

TRUST
AUTO
UserNotificationsEnabled *If set to true, the Print Deploy client will send push notification to the user.

If set to false, the user notifications will be disabled. If this key is missing, it defaults to true.

Available since v1.3.
true

false
true

[PrintProviderConfig]

Underneath [PrintProviderConfig], add the following key/value pairs (if missing) to control how the Direct Print monitor should communicate with the Application server.

Note: Items marked with a * are available in the Settings tab.

Config keyDescriptionPossible valuesDefault value
ApplicationServer *ApplicationServer indicates the hostname or IP address of the NG/MF Application Server that the Direct Print Monitor on a client machine calls. If the NG/MF Application Server is running on a different server from the Print Deploy Server, that hostname or IP address must be set instead.
 
A valid IPv4 IP address or a hostname.

Do not include the scheme and the port.
""
ApplicationServerPortApplicationServerPort indicates the NG/MF Application Server port number that Direct Print Monitor should use.

When TLS is set to true, then change ApplicationServerPort to use the Application Server HTTPS port instead, in most cases 9195.
A valid port address9191
EnableRegisterPrintersWindows only

EnableRegisterPrinters instructs if the Direct Print Monitor registers all printers and retrieves all printers' settings at service startup or refresh. If this is set to false, no immediate printer registration and printer settings retrieval happens. Instead, these requests are made on a per-printer basis when a print job to a printer is submitted for the first time after startup or refresh.
 
true/falsetrue
ServerNameServerName indicates a hostname that the Direct Print Monitor on a client machine reports to the NG/MF Application Server.
 
ServerName should be limited to 15 characters or less, and should only contain alphabetic characters (A-Z), numeric characters (0-9) or the minus sign (-)"pd-client"
TLSMinProtocolVersionSpecify the minimum TLS version that the Print Provider uses.
 
"TLSv1.0"
"TLSv1.1"
"TLSv1.2"
"TLSv1.3"
TLSv1.2
To configure the Print Provider, to use a minimum of TLS 1.3 you must first “enable strong defaults” in the PaperCut NG/MF Application server as described here: SSL Cipher Configuration - removing weak ciphers.
TLSMaxProtocolVersionSpecify the maximum TLS version that the Print Provider uses.
 
"TLSv1.0"
"TLSv1.1"
"TLSv1.2"
"TLSv1.3"
TLSv1.2
To configure the Print Provider, to use a maximum of TLS 1.3 you must first “enable strong defaults” in the PaperCut NG/MF Application server as described here: SSL Cipher Configuration - removing weak ciphers.
TLSSpecify whether to use HTTPS or not. If true is set, the Direct Print Monitor uses HTTPS to communicate with the Application Server on the port configured via ApplicationServerPort. It is recommended to use ApplicationServerPort=9195 when enabling TLS.true/falsefalse
TLSVerifyCertificateSpecify whether the Print Provider verifies the PaperCut NG/MF Application Server's HTTPS certificate. By default, the Application Server uses a self-signed certificate. If certificate verification is enabled, the Application Server must be using a trusted certificate.

More details available here:

https://www.papercut.com/help/manuals/ng-mf/common/tools-ssl-key-generation-certificate-authority/
true/falsefalse

Client installer flags

While the above config keys can be configured at any time—be it before or after deploying the clients—there are keys that can only be configured during installation. These are supplied as MSI installer flags on Windows and as a .plist configuration file on macOS.

Flag/Config keyDescriptionPossible valuesDefault value
SERVER_HOST (Required)The hostname or IP address of the Print Deploy server that the client should be connecting to.A valid IPv4 IP address or a hostname. Do not include the scheme and the port.

For example, if the Print Deploy server is running on https://10.100.1.1:9174, the value of this flag should be set to 10.100.1.1
127.0.0.1
SERVER_PORT (Optional)The port address of the service that forwards requests coming from the client to the Print Deploy server.A valid port address9174
SKIP_DPM (Optional)If set to true, the Print Deploy client will not install the Direct Print Monitor for tracking print jobs sent to Print Deploy-installed direct queues.

You may want to set this to false for several reasons. For more information, see Deploy print queues but not the monitoring tool.
true

false
false
STRICT_SSL (Optional)If set to true, the installation automatically sets the client configuration key StrictSSLCheckingEnabled to true. This forces strict SSL checking from the very first call of the client to the server.

By default, if this key is only set on the server’s client.conf.toml file, the client’s first call to the server to get the configuration will still succeed. To ensure all calls use strict SSL checking, set this flag to true during deployment or installation.

If you are setting this to true, remember to also set the config key StrictSSLCheckingEnabled on the Print Deploy server’s client.conf.toml file to true. Otherwise, this will be set back to false after the initial retrieval of configuration from the server.
true

false
false

Comments