https://install.printfleetcdn.com/eci-dca/connections/

Submitted URL:
https://printfleetcentral.comRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <link rel="shortcut icon" href="/Images/favicon-pulse.ico">
    <title>Connections</title>
    <link href="/bundles/PrintFleet/css?v=RKyHU3jNJ_WYsLHQvjz07aFtPSlfs240wNvCi3UNlEg1" rel="stylesheet">

</head>
<body cz-shortcut-listen="true">
    

    <div class="body-content">
            <header class="content-logo">
                <div class="container">
                    <img src="/Images/logo-printfleet.png" alt="ECI Logo">
                </div>
            </header>

            <div class="banner-content">
                <div class="container">
                    
        <div class="jumbotron">
            <h1>
                ECI DCA Connection Requirements
            </h1>
            <p class="lead">
                ECI DCA requires connectivity to the PrintFleet Central service and your PrintFleet Optimizer server.
            </p>
        </div>

                </div>
            </div>


        <div class="container">
            
    <div class="row">
        <div class="col-md-12"><p></p></div>
        <div class="col-md-12">
            <p class="lead" style="font-size:16px;">
                ECI DCA is designed to work on most networks with no additional configuration, but if the network has
                connection restrictions in place (such as restrictive firewall and/or proxy), the firewall/proxy settings may
                need to be adjusted to allow ECI DCA to connect to the services listed on this page.
            </p>
        </div>
        <div class="col-md-12">
            <h3 id="inbound">Inbound Connections</h3>
            <p>
                There are no inbound connections from the internet to ECI DCA.
            </p>
        </div>
        <div class="col-md-12">
            <h3 id="outbound">Outbound Connections</h3>
            
            <table class="table table-sm">
                <thead>
                <tr>
                    <th>Service</th>
                    <th>Port</th>
                    <!-- <th>IP Address(es)</th> -->
                    <th>Connection To</th>
                </tr>
                </thead>
                <tbody>
                <tr>
                    <td>Data Upload</td>
                    <td><strong>443/tcp</strong> (HTTPS)</td>
                    <!-- <td>(depends on your host)</td> -->
                    <td><a href="#server">Your PrintFleet Optimizer Server</a></td>
                </tr>

                <tr>
                    <td>Software Updates</td>
                    <td><strong>443/tcp</strong> (HTTPS)</td>
                    <!-- 
                    <td rowspan="2">
                        <span title="Ohio, USA"><strong>18.221.28.125</strong> &#x1F1FA;&#x1F1F8;</span></br>
                        <span title="Ohio, USA"><strong>18.221.142.58</strong> &#x1F1FA;&#x1F1F8;</span></br>
                        <span title="Frankfurt, Germany"><strong>18.194.186.127</strong> &#x1F1E9;&#x1F1EA;</span><br/>
                        <span title="Frankfurt, Germany"><strong>18.194.190.64</strong> &#x1F1E9;&#x1F1EA;</span>
                    </td>
                        -->
                    <td><a href="#central">PrintFleet Central</a></td>
                </tr>
                <tr>
                    <td>Registration (fallback)</td>
                    <td><strong>53/udp</strong> (DNS)</td>
                    <td>
                        Local Network DNS server (primary)<br>
                        <a href="#central">PrintFleet Central</a> (fallback)

                    </td>
                </tr>
                </tbody>
            </table>

        </div>
    </div>

    <div class="row">
        <div class="col-md-12">
            <h3 id="server">PrintFleet Optimizer Server</h3>
            <p>
                All collected data is sent to the PrintFleet Optimizer server where it is made available for reporting and alerting.
                ECI DCA connects to your PrintFleet Optimizer server using HTTPS (port <strong>443/tcp</strong>). Please contact your PrintFleet solution
                administrator for information on domain names and IP address(es) used by your server. This connection is protected by industry standard
                <strong>TLS</strong> (Transport Layer Security).
            </p>
            <p>
                This connection stays open the entire time ECI DCA is running.
                Normally a <strong>WebSocket</strong> connection is used, but in some situations ECI DCA may fall back to using either <strong>server-sent events</strong>
                or <strong>HTTP long polling</strong>.
            </p>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12">
            <h3 id="central">PrintFleet Central</h3>
            <p>
                PrintFleet Central is a service run by <a href="https://www.printfleet.com">PrintFleet</a> to facilitate
                DCA registration, automatic software updates, and DCA installations (this site), and is required for ECI DCA operation.
                Note that ECI DCA doesn't send any collected device or configuration data to PrintFleet Central.
            </p>
        </div>
        <div class="col-md-12">

            <h4>Software Updates</h4>
            <p>
                ECI DCA auto-updates itself by downloading updates published on <a href="https://updates.printfleetcdn.com/" target="_blank">https://updates.printfleetcdn.com/</a>.
                Connections are always made on the standard HTTPS port <strong>443/tcp</strong>.
            </p>

            <h4>Registration</h4>
            <p>
                ECI DCA uses DNS requests to <code>*.reg.pf-d.ca</code> to register. It will first try to do this using the local
                network DNS servers, and then fall back to talking directly to PrintFleet Central IP addresses (using port <strong>53/udp</strong>).
                The firewall only needs to permit this connection to PrintFleet Central if local DNS server(s) don't resolve the registration requests.
            </p>

            <h4>Service Region</h4>
            <p>
                ECI DCA is routed to the region to which it has the lowest network latency and based on service
                availability. In certain locations, the region being used may change over time as activity on
                the global internet infrastructure can affect latency.
            </p>

        </div>
    </div>
            
    <div class="row">
        <div class="col-md-12">
            <h3 id="support">Support</h3>
            <p>
                Please contact <a href="mailto:[email protected]?subject=ECI%20DCA%20Connectivity%20Question">PrintFleet Support</a> if you have additional questions
                about connectivity or are running into any registration or installation problems.
            </p>
        </div>
    </div>
    

        </div>

    </div>

    


</body></html>