Device Offline after installing Ubuntu Deb

I installed remote.it perfectly in 3 devices. 2 Jetsons and 1 Ubuntu. All of them using the Linux agent:

R3_REGISTRATION_CODE="ABCDEFGHI-1234-5678-9012-ABCDEFGHILM" sh -c "$(curl -L https://downloads.remote.it/remoteit/install_agent.sh)"

The registration Code I just modified for security reasons.

However I having problems with a new install on Ubuntu Desktop (Laptop) . I just see the device offline.

Here are the logs:

Thanks for any help.

Is there anything else below the output you showed? It doesn’t look complete.
Did you install anything else from Remote.It on this device such as the Remote.It CLI, Remote.It Desktop or connectd?

Can you run the following and provide the output?

sh -c "$(curl -sL https://downloads.remote.it/remoteit/distributiontest.sh)"

And just to get some general information about the system:

uname -a

I think you mentioned another post where it seems like you may have installed more than one Remote.It product on your device.

Thanks!! Here the output of the command:

~~~~~~ OS INFO ~~~~~~
LSB_RELEASE = ubuntu
ETC_ISSUE = ubuntu
ETC_EOS_RELEASE = 
ETC_OS_RELEASE = ubuntu
OPENWRT_RELEASE = 
UNAME_S = linux

* Distribution: ubuntu

* OS: Debian

UNAME_A = Linux tcadmin0-ThinkPad-E490 5.4.0-148-generic #165~18.04.1-Ubuntu SMP Thu Apr 20 01:14:06 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
UNAME_N = tcadmin0-ThinkPad-E490
UNAME_R = 5.4.0-148-generic
UNAME_V = #165~18.04.1-Ubuntu SMP Thu Apr 20 01:14:06 UTC 2023
UNAME_M = x86_64
UNAME_P = x86_64
UNAME_I = x86_64
UNAME_O = GNU/Linux

* ARCH: amd64

* Package Manager(s)
------------
apk=
apt=/usr/bin/apt
apt-get=/usr/bin/apt-get
dnf=
dpkg=/usr/bin/dpkg
ipkg=
opkg=
smart=
yum=
zypper=
------------

* Docker
------------
docker=
------------

* LSB-RELEASE
------------
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"
------------

* OS-RELEASE
------------
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
------------

* EOS-RELEASE
------------
No /etc/Eos-release file
------------

* OPENWRT_RELEASE
------------
No /etc/openwrt_release file
------------

* ISSUE
------------
Ubuntu 18.04.6 LTS \n \l

------------

~~~~~~ OS INFO ~~~~~~

And about the system:

Linux tcadmin0-ThinkPad-E490 5.4.0-148-generic #165~18.04.1-Ubuntu SMP Thu Apr 20 01:14:06 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Thanks for your help!. I still trying to install the remote.it but using the Linux Agent still not working. Thanks for helping me.

The output doesn’t show that you have an incompatible device.

Can you please confirm if you had tried to install any other Remote.It product before such as the Remote.It CLI or Desktop? These are incompatible with the device package. If you have we will likely need to start over.
You can run the following command line to verify that there is not CLI installed:

sudo remoteit status

If you get any other output other than something that indicates it doesn’t know remoteit, then you did install the Desktop or CLI and you shouldn’t need to install the device package as well. You can just register the device to accept connections.

Let me know what the output is.

Thanks. I not getting more info about remoteit status:

sudo: remoteit: command not found

How Can I install Remote.it CLI in a Ubuntu Desktop?

You should remove the device package before installing the CLI even though it looks like it might have failed.
Please refer to this documentation:

Then instructions can be found here:
https://link.remote.it/docs/cli/installation

Hello ,
noticed Miguel’s issue and realised I’m going through the same problem ! I tried installing both the Ubuntu and Rasberry Pi version using the command from the dashboard, but the device never comes alive. I also created a 3rd Ubuntu instance and installed the CLI version and went through the steps ( logging in, registerding device, adding service etc ) but when looking at the device, it is still in ‘connecting’ state ( it also shows offline on the dashboard ).

If you need to only support inbound connections, then you only need the device package and not the CLI.
If you have installed both you should uninstall both and start over since they are not compatible.

To uninstall the device package you can use the package manager on the device to do so, below is the apt version:

sudo apt purge remoteit

If you also installed connectd you should remove that too

sudo apt purge connectd

Then finally to uninstall the CLI,

sudo remoteit uninstall

Once you have uninstalled then you should choose the right product and install that.

If you still are having issues with the device coming online, do you have a super restrictive firewall that blocks outbound traffic?