Multiple Instance Key

The design of the Vasion Print Client is to communicate only with one instance defined by the home URL, which can be problematic for MSPs managing multiple instances. To access multiple Vasion Print instances from your machine, add the registry entry for "DisableHomeSecurity."

Windows

After installing the Windows Client:

  1. On your device, open the Registry Editor.
  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\PrinterLogic\PrinterInstaller\Overrides.
  3. Create new String Value "DisableHomeSecurity".
  4. Set value =1.
  5. Restart the Client.

macOS

After installing the macOS Client:

  1. Open Terminal.
  2. Enter and run sudo /opt/PrinterInstallerClient/bin/disable_home_url_security.sh true.

    Copy Code
    sudo /opt/PrinterInstallerClient/bin/disable_home_url_security.sh true

Running this command adds the DisableHomeSecurity key, which enables the Client to connect to different instances.