I forgot my password in VirtualBox Plugin

Status
Not open for further replies.
Joined
Feb 5, 2015
Messages
6
Im not sure how to change it. I consoled into terminal and changed the recovery.php-disabled to recovery.php. Then i went to http://ipofhost/recovery.php and clicked on update to change back to admin. Afterwards it came up with an error message stating that it couldn't login into Vbox.

Not sure what to do now. Please assist if possible.

Thank You.
 

Osiris

Contributor
Joined
Aug 15, 2013
Messages
148
There can be a problem with the php install, according to this topic : http://sourceforge.net/p/phpvirtualbox/discussion/help/thread/b84404aa/
I was able to solve my similar problem, where I couldn't log in to phpvirtualbox, even after using recovery.php.
I've ran the following in the virtualbox jail (which was freshly created with the template) in order to log on.

Code:
find / -type d -name "php" -exec mkdir "{}"/session \;
service apache22 restart
 
Last edited:
Status
Not open for further replies.
Top