key-networks / ztncui

ZeroTier network controller UI
GNU General Public License v3.0
1.53k stars 228 forks source link

rename a member wont save after reboot server #59

Closed ssteeltm closed 3 years ago

ssteeltm commented 3 years ago

Hello! I've updated ztncui and in this new version when I do rename a member on network, it save new name ok, but if I restart my server, the name wont save the changes, it comes back to old name.

Maybe I'm missing something? thank you!

ssteeltm commented 3 years ago

I forgot to tell that I used the debian package to install ztncui.

key-networks commented 3 years ago

@ssteeltm Could you please let us know what Linux distribution you are using? Which version of ztncui have you now installed and which version were you previously using?

ssteeltm commented 3 years ago

Sorry about that, heres the info: I was using the docker image, then I created a new debian install in new server, made install with .deb package, then I copied from old docker install:

/opt/key-networks/ztncui/etc /var/lib/zerotier-one

Everything is working ok but this thing on rename wont save after reboot.

ssteeltm commented 3 years ago

Solved! It was permission on /opt/key-networks/ztncui/etc/storage It wasnt getting updated, so I changed from 755 to 775 and began to work!

Thank you and Thank you again for this great tool!

MANKUD commented 1 year ago

/opt/key-networks/ztncui/etc/storage

@ssteeltm Thanks a lot I also had the same issue fixed it by changing permissions.