Hello!
You can clear password field in database for user admin with the following SQL query:
and restart NetXMS server. On startup, server will reset password for user admin to the default one - netxms.
Best regards,
Victor
You can clear password field in database for user admin with the following SQL query:
Code Select
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
Надо нажать Ctrl+F и появится строка поиска.
I just realize that Embedded Visual C++ crashes on my Windows Vista, so I have to install Windows XP somewhere first, and prepare all the required environment... It just requires some spare time.