FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
226 views 0 comments
by anonymous

Hi, just wanted to add a device to an RMS-Account, but it failes with the following error message:

  •  Device with serial 111059XXXX from entry number 1 already exists.
The device was linked to another account from a colleague, but the account (and the colleague) is no longer accessible. Is there a soultion for this problem?

1 Answer

0 votes
by anonymous

Hello,

You can unregister your device from RMS, by connecting to your device via SSH protocol, e.g. using "Putty" application for Windows:

  • SSH login: root
  • SSH password: <your device's password> 

and using the following SSH command:

uci set rms_connect_mqtt.rms_connect_mqtt.remove_from_system=1 && uci commit && /etc/init.d/rms_connect restart

Best answer