- More
- Back
Local management agents installed alongside the backup server frequently conflict.
On a typical Windows Server, the most common offenders are:
(Alternative: Open , go to the Details tab, and sort by the PID column to find the process.) Step 2: Common Culprits and How to Handle Them
: Sometimes, other backup solutions or security software might be configured to use port 443 for their communications, inadvertently blocking Veeam's access to this port.
Use caution – only delete what you recognize. Select the conflicting website (often the "Default Web
Select the conflicting website (often the "Default Web Site") and click in the right-hand actions pane.
Attempt to restart the original service on a different port if possible. Option 3: Use a Dedicated Backup Server
(Event Viewer → Applications and Services Logs → Veeam Backup).
: Open a command prompt as an administrator and run: netstat -ano | findstr :443 : Open a command prompt as an administrator
Industry feedback indicates this is a significant hurdle for environments where port 443 is already used by other critical services like Hyper-V Replication or third-party web applications.
Best architectural practices dictate separating data protection platforms from everyday production roles. If structural port conflicts persist, use the Veeam Configuration Backup wizard to export your backup metadata database, spin up a clean, dedicated guest operating system instance, and import your configuration onto a server free from port limitations. To help find the best way forward, let me know:
: After upgrading to Veeam v13, the Veeam Web Service will still require port 443 to function. If you restart the conflicting service, Veeam will fail to work properly [12†L44-L47][13†L16-L19].
Web servers or Microsoft-related services like SQL Reporting Services often bind to this port. Other Web Servers: many applications (IIS
Starting with newer architectures, Veeam heavily integrates its unified management console, REST API gateway, and Identity Service via standard HTTPS. The new setup connects natively over port 443 to handle identity verification and web certificates [1.18].
Depending on what the commands above reveal, use these targeted fixes for common conflicting applications: Conflicting Process Common Cause Recommended Resolution System (PID 4) Microsoft IIS or World Wide Web Publishing Service Stop the WWW service or rebind IIS to a different port. vmware-hostd.exe VMware Workstation / Server sharing enabled Disable HTTPS sharing inside VMware Workstation settings. httpd.exe / nginx.exe Local Apache or Nginx web servers
Change the specified port from 443 to a different, unused port.
Port 443 is the standard port for HTTPS traffic. Because it is the default secure port for the web, many applications (IIS, Skype for Business, VMware Update Manager, and various web servers) fight for control over it. Veeam requires this port for its internal web server to communicate with the console, mount servers, and manage the backup infrastructure.