Dressurausbildung Daniel Köck

Dresssurausbildung Koeck

Bewertung: 4 / 5

Stern aktivStern aktivStern aktivStern aktivStern inaktiv
 

Wenn man für den UniFi Controller das Kennwort und den Benutzernamen vergessen hat, kann man diese auf folgende Weise wieder herstellen.

Update:  20.03.24

How-to: Reset Unifi controller password hosted on Windows

Download NoSQLBoster 

 

Update 09.06.2020

Windows

1) download the MongoDB from here.

2) Create a folder on the C drive ( passwordrecover )

3) Extract mongo.exe from the bin folder into the newly created C:\passwordrecover folder

4) WINDOWS + R and type cmd (ENTER )

5) Go to the folder you just created

cd C:/passwordrecover

6) Run the following commands, those commands will prompt you with all the admin account.

mongo --port 27117
use ace
db.admin.find()

 7) Now run the next command and replace <UserName> with the admin account.

db.admin.update( { "name" : "<UserName>" }, { $set : { "x_shadow" : "$6$ybLXKYjTNj9vv$dgGRjoXYFkw33OFZtBsp1flbCpoFQR7ac8O0FrZixHG.sw2AQmA5PuUbQC/e5.Zu.f7pGuF7qBKAfT/JRZFk8/" } } )

8) You can now login with your admin account and password password

Quelle: https://community.ui.com

Quelle: https://community.spiceworks.com/topic/2175763-hash-tool-to-reset-ubiquiti-unifi-controller-admin-password

Quelle: How-to: Reset Unifi controller password hosted on Windows - C:\ServerThings.com

Quelle: restore access to unifi controller · GitHub

 

Alte Methode

System auf dem die UniFI controller Software installiert ist, starten bzw. einloggen.

Download mongoDB Datei auf dem Desktop abspeichern und anschließend entpacken.

In die Kommandozeile wechseln und in folgendes Verzeichnis wechseln:

/Users/Benutzername/Desktop/mongodb-win32-x86_64-2008plus-3.0.2/bin

mongo --port 27117

Reset Password controller 01

 

anschließend folgende Befehle eintippen:

use ace

db.admin.find()

Reset Password controller 02

 

... und schon sieht man den Benutzernamen und das vergebene Kennwort

Copyright © winxperts4all.com. All Rights Reserved.