Compare streaming platforms, find free movies, and discover the best deals. Everything you need in one guide.
Start here: our most-read and recently refreshed guides.
Updated Feb 28, 2026
Tested and verified free streaming platforms with large libraries and no downloads required. Updated regularly.
Read guide → AlternativesUpdated Feb 25, 2026
Stop chasing FMovies mirrors. These established platforms have larger catalogs and actually stay online.
Read guide → AlternativesUpdated Feb 22, 2026
123Movies clones are dangerous. These legitimate platforms offer bigger libraries with zero risk.
Read guide →Let's dive deep into the issue of port 443 being occupied by another application when trying to use it for Veeam Backup replication.
Understanding the Issue
Veeam Backup & Replication uses various ports for communication between components, including the Veeam Backup Server, Proxy Servers, and Repository Servers. One of these ports is TCP 443, which is typically used for HTTPS traffic.
When you try to configure Veeam Backup replication, you may encounter an error message indicating that port 443 is already in use by another application. This can be frustrating, especially if you're not aware of what application is using the port.
Common Causes of Port 443 Occupation
Here are some common causes of port 443 being occupied:
How to Identify the Occupying Application
To identify which application is using port 443, follow these steps:
On Windows:
On Linux:
Once you've identified the occupying application, you can:
Additional Considerations
When changing ports, consider the following:
By following these steps and considerations, you should be able to resolve the issue of port 443 being occupied by another application when trying to use it for Veeam Backup replication.
The error "Required port 443 for Veeam Backup & Replication is occupied by another application" typically occurs during an upgrade to Veeam Backup & Replication (VBR) v13, as this version introduces a hardcoded requirement for port 443 for its REST API and Web UI. Review of Issue & Solutions
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.
Upgrade Blockage: The VBR v13 installer strictly blocks upgrades if port 443 is in use. There is currently no supported way to change this port within Veeam or bypass the check.
Common Culprit - Hyper-V: A frequent cause is the Hyper-V Replica service on the same server. An "easy fix" reported in Veeam R&D Forums involves changing the Hyper-V replication port from 443 to another value (e.g., 444) before proceeding with the Veeam upgrade.
Troubleshooting Tool: Users on Reddit recommend running netstat -anob in an elevated command prompt to identify the specific process ID (PID) currently bound to port 443.
Official Guidance: Veeam KB4557 advises that if third-party software is using the port, it is generally better to reconfigure that software rather than trying to modify Veeam's expected configuration. Summary of Resolution Steps Let's dive deep into the issue of port
Identify the Conflict: Use netstat -anob to find what service is using 443.
Temporary Workaround: Stop the conflicting service long enough to complete the Veeam upgrade. Permanent Fix:
If it is Hyper-V Replication, change the port in Hyper-V Settings > Replication Configuration.
If it is a web service (like IIS or Apache), move that service's SSL binding to a different port.
Consult the Veeam Ports Guide to ensure no other required ports are blocked.
Major Issues After Upgrading to Veeam V13: Port 443 Conflict
Required Port 443 for Veeam Backup Replication is Occupied by Another Application: A Comprehensive Guide
Veeam Backup & Replication is a popular data backup and disaster recovery solution used by many organizations to protect their critical data. One of the key requirements for Veeam Backup & Replication to function properly is that it needs to communicate over specific ports, with port 443 being one of them. However, what happens when the required port 443 for Veeam Backup replication is occupied by another application? In this article, we will explore the issues that arise when port 443 is occupied, and provide a step-by-step guide on how to resolve this common problem.
Understanding Port 443 and Veeam Backup & Replication
Port 443 is the default port used for HTTPS (Hypertext Transfer Protocol Secure) communication. Veeam Backup & Replication uses this port to establish a secure connection between the backup server and the vCenter server or ESXi hosts for replication and backup operations. When Veeam Backup & Replication is configured to use port 443, it attempts to establish a secure connection to the target server. However, if another application is using port 443, the Veeam Backup & Replication job will fail.
Causes of Port 443 Occupation
There are several reasons why port 443 may be occupied by another application:
Symptoms of Port 443 Occupation
When port 443 is occupied by another application, Veeam Backup & Replication may exhibit the following symptoms:
Resolving Port 443 Occupation
To resolve the issue of port 443 being occupied by another application, follow these steps:
Step 1: Identify the Occupying Application
Step 2: Change the Occupying Application's Port
Step 3: Configure Veeam Backup & Replication to Use a Different Port How to Identify the Occupying Application To identify
Step 4: Verify Veeam Backup & Replication Connectivity
Alternative Solutions
If changing the occupying application's port or configuring Veeam Backup & Replication to use a different port is not feasible, consider the following alternative solutions:
Conclusion
When the required port 443 for Veeam Backup replication is occupied by another application, it can cause significant disruptions to your backup and replication operations. By understanding the causes of port 443 occupation and following the steps outlined in this article, you can resolve the issue and ensure that your Veeam Backup & Replication jobs run smoothly. Additionally, consider implementing monitoring and logging to detect potential port conflicts and other issues before they impact your critical backup and replication operations.
Starting with Veeam Backup & Replication (VBR) v13, port 443 is a hardcoded requirement for the Veeam Web Service and API Gateway. If this port is occupied by another application, the VBR services will fail to bind and start. Identifying the Conflict
To identify which application is using port 443, run the following command in an elevated Command Prompt or PowerShell: Command: netstat -ano | findstr :443
This will return a Process ID (PID). You can then cross-reference this PID in Task Manager (under the "Details" tab) to find the specific application. Common Conflicting Applications
Hyper-V Replication: Often uses port 443 for its replication service.
VMware VirtualCenter Webservices: Standard vCenter components frequently listen on this port.
Web Servers: IIS or Apache instances running on the same machine. Solutions and Workarounds
Currently, there is no supported method to change the port for the Veeam Web Service in VBR v13. You must free the port by reconfiguring the conflicting application: For Hyper-V Conflicts: Navigate to Hyper-V Settings > Replication Configuration.
Change the specified port from 443 to a different, unused port.
Update the replica server port in the settings of each VM to match this new port. For Other Applications:
If the conflicting application allows port reconfiguration (e.g., changing the HTTPS binding in IIS), move it to a different port to allow Veeam to claim 443.
Temporary Bypass: Some users report disabling the conflicting service only during the Veeam upgrade, though the VBR console may still fail to work post-upgrade if 443 remains occupied.
Major Issues After Upgrading to Veeam V13: Port 443 Conflict
Starting with Veeam Backup & Replication v13, port 443 is a required and hardcoded port for the Veeam Web Service/API Gateway. This change often causes conflicts if the same server is already performing other roles, such as hosting a Hyper-V Replication server or another web application. Critical Conflict: Veeam v13 and Port 443
Hardcoded Requirement: In v13.0.1.180 and newer, port 443 is mandatory for the Web Service. Currently, there is no supported method to change this port within Veeam or bypass the installer's compatibility check. On Linux:
Upgrade Block: If port 443 is occupied, the Veeam installer will typically block upgrades from v12 to v13 until the conflict is resolved.
Service Failure: If the upgrade completes but another application subsequently takes port 443, the Veeam Backup & Replication (VBR) services will fail to bind and may not start. How to Identify the Occupying Application
To find out which specific application is currently using port 443 on your Windows server, use one of the following methods:
PowerShell: Run the following command as an Administrator:Get-Process -Id (Get-NetTCPConnection -LocalPort 443).OwningProcess
Command Prompt: Use the netstat command to see all active ports and the associated Process ID (PID):netstat -ano | findstr :443 Common Solutions and Workarounds
Since Veeam's use of 443 is hardcoded, you must typically reconfigure the other application to free up the port: Reconfigure Hyper-V Replication:
If your VBR server is also a Hyper-V host, change the replication port. Go to Hyper-V Settings > Replication Configuration and change the port from 443 to a different value.
Update the Replica server Port in each VM's replication settings to match the new port to avoid re-replicating data. Stop and Disable Conflicting Services:
Identify the service (e.g., IIS, Apache, or a third-party agent) and stop it during the Veeam upgrade. If that service is non-essential, consider moving it to a different server. Temporary Release for Upgrade:
Some users have successfully completed the upgrade by temporarily stopping the conflicting application to let Veeam claim the port first. However, if the other application restarts and takes the port back, Veeam services may fail. Use a Dedicated Backup Server:
Best practice is to keep the VBR server on a dedicated machine or a workgroup-joined VM to avoid port conflicts and improve security against ransomware. Veeam B&R 13 Change Web Service Port 443
| Measure | Description |
|---------|-------------|
| Dedicated Veeam server | Avoid installing Veeam on servers already running IIS, Exchange, or other HTTPS services. |
| Port auditing | Regularly run netstat -ano to monitor port usage. |
| Installation order | Install Veeam first, then other web services (or reconfigure their ports immediately). |
| Documentation | Maintain a "Port Usage Register" for critical infrastructure servers. |
Windows:
tasklist /fi "PID eq <PID>"
Or in PowerShell:
Get-Process -Id <PID>
Linux (if applicable):
If w3wp.exe or inetinfo.exe is the offender, IIS is running. You have three choices:
Option A (Recommended for Veeam only): Change IIS to another port.
Option B: Stop and disable IIS (if not needed).
Option C: Stop IIS temporarily for Veeam to install, then re-bind later.
If you can’t stop the other application (e.g., it’s another critical backup tool), you have two options:
Depending on what you find, take the appropriate action:
Find what you need across all our streaming guides.
Quick answers about how this site works.
All of them — from the major paid services (Netflix, Disney+, Max, Prime Video, Hulu, Apple TV+, Paramount+, Peacock) to free platforms (Tubi, Pluto TV, Crackle, Kanopy, Roku Channel, Freevee).
A streaming guide that helps you find where to watch movies and TV shows online. We cover every major platform so you can compare what's available and pick the best option.
Our content is maintained on an ongoing basis. Pricing, platform features, and content availability change frequently in the streaming industry, so we keep our guides current.
These sites have been shut down or constantly change domains. Most current versions are clones run by unknown operators. Established free platforms like Tubi or Pluto TV have bigger libraries and actually work reliably.
Totally free to use. Our content, guides, and platform comparisons are all accessible without any payment or subscription.
Free ad-supported services like Tubi (50,000+ titles), Pluto TV, Peacock Free, The Roku Channel, Crackle, and Freevee have massive libraries. Library card holders can also access Kanopy and Hoopla at no cost.
No. We don't host or stream any content. We show you where titles are available and link you directly to the platforms where you can watch them.
moviescounter is accessible globally. Platform availability and content libraries differ by country based on licensing, and our guides are primarily focused on US streaming options — though many of these services operate internationally.
Our mission and how this site operates.
moviescounter is your guide to the streaming landscape. We compare every major service so you can find where to watch, discover free options, and make smart subscription decisions.
Every guide is researched, written, and maintained in-house. Our recommendations are based on thorough comparison of pricing, features, and content quality. We maintain editorial independence from the platforms we cover.
We may earn affiliate commissions when you sign up for streaming services through our links. This costs you nothing extra and supports the site. Affiliate relationships never influence our editorial content or recommendations.