Objective
Follow these steps to test network connectivity to the CrashPlan cloud on the required ports. This can help you rule out blocked connections caused by firewalls, antivirus products, or other network configurations.
Prerequisites
- Windows, Mac, or Linux operating system
- Command-line tools for your operating system:
- Windows: PowerShell
- Mac and Linux: Terminal
Procedure
The CrashPlan app requires ports 443 and 4287 to be open. The examples in this guide use the most common CrashPlan cloud instance, US2 (clients.us2.crashplan.com).
If your organization is in a different cloud instance such as US1 (clients.us1.crashplan.com) or EU5 (clients.eu5.cpg.crashplan.com), replace the address in the commands below.
Option 1: Test connectivity on Windows (PowerShell)
Windows includes the PowerShell scripting tool by default, which can test network routing without requiring third-party tools.
- Click the Start menu, type PowerShell, and open the application.
- Run the
Test-NetConnectioncommand using your specific server address and port.-
Format:
Test-NetConnection -ComputerName [address] -Port [port]
-
Example:
Test-NetConnection -ComputerName clients.us2.crashplan.com -Port 4287
-
- Press Enter.
-
If successful: A
TcpTestSucceeded : Truemessage displays. -
If failed: A
WARNING: TCP connect to [...] failedmessage displays. Proceed to the troubleshooting section below.
-
If successful: A
Option 2: Test connectivity on Mac or Linux (Netcat)
Mac and Linux systems include the Netcat (nc) networking utility by default.
- Open the Terminal application.
- Run the nc command using your specific server address and port.
-
Format:
nc -vz [address] [port]
-
Example:
nc -vz clients.us2.crashplan.com 4287
-
- Press Enter.
-
If successful: A
succeeded!orCONNECTEDmessage displays. -
If failed: An
Operation timed outorConnection refusedmessage displays. Proceed to the troubleshooting section below.
-
If successful: A
Additional information
Troubleshooting a failed connection
If your connection test fails, the issue is caused by your local computer or network configuration, not the CrashPlan service. To resolve this:
- Check your network configuration and port forwarding settings. For more details, see:
- Verify that CrashPlan is added to the exclusion list for security, antivirus, VPNs, and similar software. For more details, see: