Skip to content
Code and Bytes

Code and Bytes

Recuperar contraseña Ubiquiti Unifi Controller

Posted on 12 July, 201323 December, 2014 By jaime

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" }
>

 

Linux password ubiquiti unifi controller

Post navigation

Previous post
Next post

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

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

Buscar

Categorias

  • AI
  • Asterisk
  • Bases de datos
  • DevOps
  • Git
  • HTML
  • Laravel
  • Linux
  • MCP Server
  • Mikrotik
  • MySQL
  • n8n
  • Personal
  • PHP
  • Python
  • Software recomendado
  • Tips
  • VSCode
  • vTiger
  • Windows
  • Wordpress
©2026 Code and Bytes | WordPress Theme by SuperbThemes