Choose your Operating System below to see detailed steps for installation.
Double click on the downloaded executable file to open the installer.
You will see a User Account Control popup dialog asking for permission to continue. Click on "Yes".
You will see this dialog, even if it's the first time you have run the installer:
- Arm v7 Debian, e.g. Raspbian on Raspberry Pi
- Arm64 Debian, e.g. 64-bit Raspbian and ARM64 Ubuntu AWS images
- x86_64 Debian, e.g. 64-bit Ubuntu, Mint, Debian
Click this link to go to the remoteit Downloads page, then select "Linux" as shown.
Click on the orange download link for the package that matches your system. Save the file to your hard drive.
Open a terminal and navigate to your ~/Downloads folder. Find the .deb file which you just downloaded. Note the file name for the next step.
gary@Old-Gigabyte:~$ cd ~/Downloads/
gary@Old-Gigabyte:~/Downloads$ ls *.deb
remoteit-amd64-installer.deb
gary@Old-Gigabyte:~/Downloads$
Update your package lists.
sudo apt update
Now run the command line installer, modifying the .deb file name as needed.
sudo apt install -y ./remoteit-amd64-installer.deb
This completes the installation of the remoteit package on Debian Linux.