NetXMS Support Forum

English Support => General Support => Topic started by: Cybertiti on January 28, 2008, 07:32:29 PM

Title: password
Post by: Cybertiti on January 28, 2008, 07:32:29 PM
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
Title: Re: password
Post by: Victor Kirhenshtein on January 29, 2008, 12:00:03 AM
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