@RFHelp0 did someone over in UP troubleshooting space help you on this?
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
@RFHelp0 did someone over in UP troubleshooting space help you on this?
Thanks
I have changed the ports 8095 and that did not do anything same
The 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:
eventvwr /c:Microsoft-Windows-PrintConnector/Operational
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
http://localhost:8095/WindowsServiceHostedService/PrinterConnectorService and 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: