password

Started by Cybertiti, January 28, 2008, 07:32:29 PM

Previous topic - Next topic

Cybertiti

The Week end has pass and i lost my password on my server  :o ? How can i generate a new one or get the actual ?


regards

Victor Kirhenshtein

Hello!

You can clear password field in database for user admin with the following SQL query:


UPDATE users SET password=' ' WHERE id=0


and restart NetXMS server. On startup, server will reset password for user admin to the default one - netxms.

Best regards,
Victor