Password reset for web

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
Team_Buzin
Posts: 2
Joined: Tue Apr 18, 2017 9:25 am

Password reset for web

Post by Team_Buzin » Tue Apr 18, 2017 9:37 am

Can someone post password reset procedure for web interface? I can't find anything about here on forum...

Created new user and deleted default, now I can't login although it worked.
I did one VM shutdown and apgrade to the newest version.

nahianku1
Posts: 4
Joined: Mon Apr 10, 2017 9:34 am

Re: Password reset for web

Post by nahianku1 » Tue Apr 18, 2017 11:15 am

On the Vmware Ubuntu shell Type:

rm -f /opt/ovf/.configured and hit enter.Now restart the VM. then login with old pass then it will ask you to reconfigure the pass change it as your wish.

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: Password reset for web

Post by ecze » Tue Apr 18, 2017 2:16 pm

This method is ONLY for change IP settings / DNS / NTP / Root password....

This will not reset Web password!

E.

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: Password reset for web

Post by ecze » Tue Apr 18, 2017 2:20 pm

On EVE CLI as Root:

Code: Select all

echo "INSERT INTO users VALUES ('admin',NULL,'root@localhost',-1,'Eve-NG Administrator','85262adf74518bbb70c7cb94cd6159d91669e5a81edf1efebd543eadbda9fa2b',NULL,'','admin','',1);" | mysql --host=localhost --user=root --password=eve-ng eve_ng_db
This will add admin/eve account

E.

Post Reply