I have changed the ports 8095 and that did not do anything same
Universal Print Connect 2.4.9459.590 Service keeps stop /start
Hi Support,
I installed Universal Print Connector 2.4.9459.590 on a Windows Server 2025 Standard server. The Print Connector Service keeps stopping and restarting. When the service starts, I am briefly able to log in, but it stops again shortly after.
I verified that the required port is not already in use. Could this be an issue with this version of the connector, or is there anything else I should check or configure?
Thank you.
netstat -ano |findstr "8091"
when I run the program I get this
Windows for business | Windows Server | User experience | Print jobs
2 answers
Sort by: Most helpful
-
-
Q&A Assist2026-03-11T21:45:23.51+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreThe connector service repeatedly stopping and the “Failed to initialize authentication. There was no endpoint listening…” dialog indicate a Universal Print Connector service issue rather than a port‑8091 conflict.
Based on the troubleshooting guidance, use the following checks and steps:
- Confirm connector prerequisites and services
- Verify all connector prerequisites are met for the server where the connector is installed (network, OS, required components).
- In Services, ensure these services are running and not crashing:
- Print Connector service (PrintConnectorSvc.exe)
- Print Spooler (Spoolsv.exe)
- Verify connector version and update if needed
- Download the latest connector installer from the official source.
- Compare the version in the MSI file name with the version shown in the connector app title bar. The first three parts (for example, 2.4.x) must match. If they do not, install the newer connector build.
- Check the connector event log for the crash cause
- Open Run and execute:
eventvwr /c:Microsoft-Windows-PrintConnector/Operational - Look for recent errors around the time the service stops, especially:
- Job failures (for example, XPS_JOB_FAILED)
- Printer Registration Failure (event ID 8)
- Any other error that appears just before the service terminates.
- Use the error details to identify the failing component (driver, authentication, hybrid AD, etc.). If event ID 27 (AD Hybrid impersonation failed) appears, follow the Hybrid AD troubleshooting guidance.
- Open Run and execute:
- Validate network and Microsoft Entra ID connectivity
- Confirm the connector server has outbound Internet access as required in the connector prerequisites (including access to the Universal Print endpoints and Microsoft Entra ID).
- If Hybrid AD is enabled in the connector, verify the server can reach Microsoft Entra ID and that the configured account is valid.
- Confirm printers and drivers on the connector
- Ensure the printers installed on the connector are physical devices, not logical queues from third‑party solutions.
- Install the latest vendor printer drivers on the connector and, if necessary, follow the documented procedure for changing the printer driver on the connector.
- If the WCF endpoint conflict reappears
If at any point another process starts using port 8091 and the connector shows a “wcf endpoint is not listening” error again, change the connector port:
- Identify a free port (for example, 8095).
- In an elevated PowerShell window run:
net stop "print connector service" net stop printconnectorupdatersvc reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\UniversalPrint\Connector /v ServicePort /d 8095 /F net start "print connector service" net start printconnectorupdatersvc - Verify the service is listening on the new port by browsing to:
http://localhost:8095/WindowsServiceHostedService/PrinterConnectorServiceand confirming the ProxyWCF Service page loads.
If, after these steps, the connector service continues to crash without a clear cause in the event log, collect the connector logs and open a support case, providing the event details and connector version.
References:
- Confirm connector prerequisites and services