Using the repository instead of downloading the binaries is beneficial since you now will be able to receive updates to Millistream software automatically using the very same tools and systems you use to keep Debian updated. The security is also enhanced since the packages are now signed with our PGP key and the repository is available though secure https. The path to this repository is https://packages.millistream.com/apt and from there you can use a normal web browser to download the packages as normal, however to fully utilize the functionality you should add it as a software repository to your system by following this simple steps. Open a terminal or ssh into your server and enter the following three lines: sudo wget "https://packages.millistream.com/apt/sources.list.d/`lsb_release -cs`.list" -O /etc/apt/sources.list.d/millistream.list wget -O- "https://packages.millistream.com/D2FCCE35.gpg" | gpg --dearmor | sudo tee /usr/share/keyrings/millistream-archive-keyring.gpg > /dev/null sudo apt update Now you can install Millistream software by using apt, aptitute etc, and when we release updates you will be automatically notified on "apt update". If/when you upgrade your system to a new version of Debian make sure to rerun the steps above in order to update /etc/apt/sources.list.d/millistream.list with the correct release name of your new Debian version, or simply do a sudo nano /etc/apt/sources.list.d/millistream.list and change the name manually.