Friday, April 17, 2015

Resetting ELASTIX VOIP Server

Log on to your elastix voip server n use your root accaunt
type  :





sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password='`echo -n newpassword|md5sum|cut -d' ' -f1`' WHERE name='admin'" 

Replace newpassword with the password you want to use for the admin login.

or to reset the password to “password” you can use the following command:

sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password='5f4dcc3b5aa765d61d8327deb882cf99' WHERE name='admin'"

done
- FIN -

No comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More