Installation
Here you can find the installation steps for the Xerox (EIP 3.5, 3.7,4.0) embedded terminal, as well as for older Xerox EIP platforms (3.0 and lower).
You can also find information about steps required before the installation, additional configuration needed based on the EIP version, and troubleshooting steps.
It is strongly recommended to reset the printing device to its default factory state before proceeding with the installation, to ensure that no conflicting settings are in effect. After the reset, make sure that the correct time and date are set in the device.
Enabling secure connection
Xerox 7.5.0+ only works with an enabled secure connection. For this you need a certificate in the *.pfx format. To ease the installation you must run the certificate in PowerShell. Every time you re-install a terminal installation package you must rerun (netsh) the scripts. The port number you need starts from 8081, where a second installed web terminal may have 8082, and a third 8083 as the port number.
MyQ 8.1 and lower
Download the Xerox terminal installation package from the MyQ Community portal.
Open the MyQ web administrator interface, and go to MyQ, Settings, Network.
Under Communication Security, set Enable only secure connection to enabled.
Upload the certificate by clicking Change certificate (proceed to step 5 if you want to use your own certificate. Skip to step 7 to use the default MyQ certificate). The Change certificate window opens.
Browse for the certificate and select it when found.
Enter the Password connected to the certificate and click OK.
Run PowerShell as administrator and run the following script:
set-executionpolicy unrestrictedConfirm with Y after running the script.
Run the next script also in PowerShell:
.\InstallCertificate.ps1 -certPath C:\ProgramData\MyQ\Cert\server.pfx -certPass
"certificatepassword" -port portnumber
For "certificatepassword" - leave a space between " " if no password is used - expect an error related to password conversion if the password is left empty. You may also see a certificate deletion error during the application of the script, as it is trying to delete the existing certificate first.Install the MyQ Xerox embedded package to the server in MyQ, Settings, Printers. The port number of the package must be the same as the port number used in step 9.
MyQ 8.2 and newer
Download the Xerox terminal installation package from the MyQ Community portal.
Open the MyQ web administrator interface, and go to MyQ, Settings, Network.
It is possible to use Built-in Certificate Authority in the Communication Security section. In this case no change is required; these are the default settings after the server’s installation.
Or it is possible to use custom certificates. In the Communication Security section, set Manual Certificate Management and import your certificates.
Run PowerShell as administrator and run the following script:
set-executionpolicy unrestrictedConfirm with Y after running the script.
Run the next script also in PowerShell:
.\InstallCertificate.ps1 -certPath C:\ProgramData\MyQ\Cert\server.pfx -certPass
"certificatepassword" -port portnumber
For "certificatepassword" - leave a space between " " if no password is used - expect an error related to password conversion if the password is left empty. You may also see a certificate deletion error during the application of the script, as it is trying to delete the existing certificate first.Install the MyQ Xerox embedded package to the server in MyQ, Settings, Printers & Terminals. The port number of the package must be the same as the port number used in step 5.