enroll.interlinx.io · stable
interlinx-register
Enrolls a Linux device with the Interlinx platform. Required first install on every customer device.

Direct download

Grab the package file directly. Use this when you need to copy it to a device with limited connectivity.

Debian / UbuntuDownload: interlinx-register_1.0.6-1_amd64.deb
RHEL / RockyDownload: interlinx-register-1.0.6-1.x86_64.rpm

Install via command line

Run one of the commands below on the device. The selector below changes the version everything points at.

Direct install — Ubuntu / Debian
curl -fsSL https://enroll.interlinx.io/download/interlinx-register/latest/amd64.deb -o /tmp/interlinx-register.deb && \
  sudo dpkg -i /tmp/interlinx-register.deb
Direct install — RHEL / Rocky / AlmaLinux
sudo dnf install -y https://enroll.interlinx.io/download/interlinx-register/latest/amd64.rpm
Download for offline transfer
curl -fsSL https://enroll.interlinx.io/download/interlinx-register/latest/amd64.deb -o interlinx-register.deb
# or for RHEL:
curl -fsSL https://enroll.interlinx.io/download/interlinx-register/latest/amd64.rpm -o interlinx-register.rpm

Verify the download

Confirm the file matches what the server published before you install. Optional but recommended for production rollouts.

Verify SHA256 — DEB
ef4bb267fd7ba3eae8116b7749cff4a014e08e6082d39735876835fa6c3d86c3  interlinx-register.deb
Run: echo "…" | sha256sum -c against the downloaded file.
Verify SHA256 — RPM
24abef575113fb9a3c46a533a5c8fc962e7e53de1d57f68aa5b47d67bbbcee40  interlinx-register.rpm
Run: echo "…" | sha256sum -c against the downloaded file.
Then enroll the device: sudo /usr/local/bin/interlinx-register --license-code <LICENSE>