Already enrolled but actually it is a different machine

I want to enroll a new server of my network but it appears as already enrolled probably due to the fact it used the same OS image with already installed and configured Crowdsec of another one, although it has a different host name.

The message notes that I could force the enrolling, but I suspect this would conflict with the other machine because they have some identification autogenerated during original setup that is the same (otherwise would not have returned already enrolled message in first place)

How should I do, considering that I want to maintain the configurations (that has been already tuned and customized) and the other machine should continue to have its own engine instance?

You need to regenerate the /etc/crowdsec/online_api_credentials.yaml

Easiest way is

rm /etc/crowdsec/online_api_credentials.yaml
touch /etc/crowdsec/online_api_credentials.yaml
sudo cscli capi register
sudo cscli console enroll <id>

I have followed this procedure but It returns the same error.

Instance already enrolled. You can use ‘–overwrite’ to force enroll

Could I use force command without cause conflicts with other node?