If you clone an SD card after registering Services, in general you will have a problem. The only exception to this is auto-registration which is designed to handle cloned devices gracefully. For everything else, you'll need to clean things up.
Perform these steps on the cloned device.
If you used the remoteit package:
at the console, run:
sudo remoteit agent stop
sudo rm /etc/remoteit/config.json
sudo remoteit agent start
Then you can register a new Device and add Services using the CLI.
https://support.remote.it/hc/en-us/articles/360050382811-remoteit-Command-Line-Interface-Installation-and-Setup-basic
If you used the connectd package,
run:
sudo connectd_stop_all
sudo rm /etc/connectd/services/*.conf
Then you can start over running:
sudo connectd_installer