Can't Sign in to Netdata Cloud after removing old space

At Cloud, if you check for the node info:

and then copy the json data in the bottom right corner:

from the json data, search for the mg (machine guid), it’s the unique identifier for the host.
if both have the same identifier, they are the same host.

I don’t know why but netdata isn’t able to tell those are the exact same node (they have different mg), that’s why I can’t see the full history in the Cloud

What should I do to tell netdata those three nodes are the same and should be considered as one node in order to be able to view the full history ?

Hi, @Haroune_Mohammedi. Despite having the same hostname, these are different nodes. Hostnames are not unique identifiers; GUIDs are. Have you removed Netdata multiple times? How did you end up with 3 nodes?

I followed the docs to reconnect the node, so I removed the cloud.d folder and recreated the docker container, the goal was to move my nodes to another space.

Did you keep the other docker volumes Netdata requires?

-v netdataconfig:/etc/netdata
-v netdatalib:/var/lib/netdata
-v netdatacache:/var/cache/netdata

Only cloud.d/ should be deleted.

Yes, those are persisted, I followed the documentation and I only deleted this:

rm -rf /var/lib/netdata/cloud.d/
rm /var/lib/netdata/registry/netdata.public.unique.id 

The nodes in your screenshot are already in the same space. This indicates that you deleted cloud.d and netdata.public.unique.id, then reconnected to the same space multiple times. The instruction you followed is intended for reconnecting nodes to a different space.

OK. Thanks. How to tell Netdata that those are the same and should be treated as such ?