Requirements

Disclaimer

  • ECI strongly recommends installation on dedicated servers for best performance. Desktop environments may include features that can lead to the DCA being less reliable (such as wi-fi connections, sleep-mode, and other user applications).

Instructions

  1. Download and run the installer.

    Download ECI DCA 1.5.8.9518 [P3L4L014TXUN].exe (3.8 MB)

  2. Follow all instructions as presented.

Microsoft®, .NET Framework®, Windows® and Windows Server® are either registered trademarks or trademarks of Microsoft Corporation.

Requirements

Disclaimer

  • ECI strongly recommends installation on dedicated servers for best performance. Desktop environments may include features that can lead to the DCA being less reliable (such as wi-fi connections, sleep-mode, and other user applications).

Instructions

  1. Install the mono-complete package from the latest version of Mono.

  2. While logged in as the user you want ECI DCA to run as, use the console to run:

    1. curl -gLO https://install.printfleetcdn.com/dca-pulse/1.5.8.9518/McjC5ec0iMU3fldZiCkHhrLI/Linux-x86_64/ecidca-1.5.8.9518-Linux-x86_64-install-\[P3L4L014TXUN\].sh
    2. chmod +x ecidca-1.5.8.9518-Linux-x86_64-install-\[P3L4L014TXUN\].sh
    3. ./ecidca-1.5.8.9518-Linux-x86_64-install-\[P3L4L014TXUN\].sh

  3. Follow the instructions in the installer.

Direct Download

Download ecidca-1.5.8.9518-Linux-x86_64-install-[P3L4L014TXUN].sh (4.7 MB)

Requirements

Disclaimer

  • ECI strongly recommends installation on dedicated servers for best performance. Desktop environments may include features that can lead to the DCA being less reliable (such as wi-fi connections, sleep-mode, and other user applications).

Instructions

  1. Install the latest version of Mono.

  2. Download and run the installer.

    Download ECI DCA 1.5.8.9518 [P3L4L014TXUN].pkg (3.5 MB)

  3. Follow the instructions as presented.

Mac and macOS are registered trademarks of Apple Inc.

Requirements

Disclaimer

  • ECI strongly recommends installation on dedicated servers for best performance. Desktop environments may include features that can lead to the DCA being less reliable (such as wi-fi connections, sleep-mode, and other user applications).
  1. Download and run the ECIDCAPi installer on a Windows system.

    Download ECIDCAPi Installer [P3L4L014TXUN].exe (0.9 MB)

  2. Follow the instructions to write to your microSD card.

  3. Install the microSD card in the Raspberry Pi and power it up.

You can use the image utility of your choice to write the raw image to a microSD card.

Note: This image file does not include the activation PIN supplied (P3L4L014TXUN), and instead by default will get its own activation PIN and use registry to find a server URL. You can manually add the PIN by writing the following file to the boot partition:

dca.config

  1. Pin: P3L4L014TXUN

Download ecidca-raspberrypi-1.5.8.9518.zip (757.3 MB)

For more details, see the Raspberry Pi project's documentation for Installing Operating System Images.

  1. You can use the following PowerShell code (paste into PowerShell) to find the IP address and hostname.

    1. $nic=gwmi -computer . -class "win32_networkadapterconfiguration"|Where-Object{$_.defaultIPGateway -ne $null};
    2. $IP=$nic.ipaddress|select-object -first 1;$Mask=$nic.ipsubnet|select-object -first 1;$IPInt=([Net.IPAddress]$IP).Address;$MaskInt=([Net.IPAddress]$Mask).Address;$start=($IPInt -band $MaskInt);$end=($IPInt -bor(-bnot [uint32]$MaskInt))-16777216;
    3. Write-Host "Scanning $IP/$Mask...";while($start -lt $end){$start += 16777216;Test-Connection (new-object System.Net.IPAddress $start).ToString() -Count 1 -AsJob|Out-Null};Start-Sleep 1;
    4. Write-Host "Looking up hostnames..";Get-NetNeighbor|Where-Object{$_.LinkLayerAddress.StartsWith("B8-27-EB")}|ForEach{try{$name=[System.Net.Dns]::GetHostByAddress($_.IPAddress).HostName}Catch{$name=""};[PSCustomObject]@{IP=$_.IPAddress;MAC=$_.LinkLayerAddress;Host=$name}};

    Note the hostname will be in the form ecidca-SRPxxxxxxxxx, where SRPxxxxxxxxx is the activation PIN. You can use this from within PrintFleet Optimizer to activate this DCA, if not using a pre-supplied PIN.

  2. You can also log in using a keyboard and monitor plugged into the Raspberry Pi, or using SSH and the IP address.

If you want to install on an existing Raspberry Pi, use the Linux ARM installer.