Logic Machine Forum
Duplicate zero tier ID - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Duplicate zero tier ID (/showthread.php?tid=6094)



Duplicate zero tier ID - Juande - 27.08.2025

Good afternoon, gentlemen, after restoring a backup to use as a template, I now have two Logic Machines with the same zero-tier ID.
How can I change the ID?


Thank you so much


RE: Duplicate zero tier ID - admin - 28.08.2025

Run this once:
Code:
require('uci')
uci.delete('zerotier.default.secret')
uci.commit('zerotier')
os.execute('/etc/init.d/zerotier restart')



RE: Duplicate zero tier ID - Juande - 28.08.2025

Thank you so much!! 
It worked perfectly!