Use MongoDB to retrieve username / password.
- Open the UniFi controller program, or make sure the service is running.
- If on Linux, skip to step 4. If on Mac or Windows, please download the mongoDB zip or tgz file by going to THIS site. Once at the site it should automatically detect the proper operating system. Make sure Previous Releases is selected choose a version from 2.2 from the drop down menu on the left.
- Extract the contents of the container to your desired location.
- Linux and Windows users type:
mongo --port 27117 Mac users type:./mongo --port 27117 - Type:
use ace - Type:
db.admin.find() The username and password will appear, see the following as an example. - Type:
exit - Close the Terminal or Command Prompt session and login to your controller with the recovered username and password.
Комментариев нет:
Отправить комментарий