Recuperar contraseña Ubiquiti Unifi Controller

Para recuperar usuario y contraseña deben realizar los siguientes pasos:
1. Descargar mongodb de http://www.mongodb.org/downloads
2. Abrir la terminal y navegar hasta la carpeta donde se descargó mongodb, luego entrar a bin y digitar

mongo.exe --port 27117

3. Luego digitar:

use ace

4. Digitar:

db.admin.find ()

5. En pantalla aparece el usuario y la contraseña

Ejemplo de una recuperación Windows

C:\Users\jaimenet>C:\Users\jaimenet\Desktop\bin\mongo.exe --port 27117
MongoDB shell version: 2.4.5
connecting to: 127.0.0.1:27117/test
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see

http://docs.mongodb.org/

Questions? Try the support group

http://groups.google.com/group/mongodb-user

Error while trying to show server startup warnings: no such cmd
> use ace
switched to db ace
> db.admin.find()
{ "_id" : ObjectId("51707dea182f5bf38e61a9fb"), "name" : "admin", "lang"
: "en_US", "x_password" : "wifiAdminPassword" }
>

 

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments