From 47376f3fe38f5f3b4741abb110ba70c889789956 Mon Sep 17 00:00:00 2001 From: "admin.ble" Date: Mon, 29 Jul 2024 12:51:11 +0000 Subject: [PATCH] Unifi-recover-PW --- Unifi-recover-PW | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Unifi-recover-PW diff --git a/Unifi-recover-PW b/Unifi-recover-PW new file mode 100644 index 0000000..b4cdafa --- /dev/null +++ b/Unifi-recover-PW @@ -0,0 +1,5 @@ +#recover password : + +mongo --port 27117 ace --eval 'db.admin.update( { "name" : "" }, { $set : { "x_shadow" : "$6$ybLXKYjTNj9vv$dgGRjoXYFkw33OFZtBsp1flbCpoFQR7ac8O0FrZixHG.sw2AQmA5PuUbQC/e5.Zu.f7pGuF7qBKAfT/JRZFk8/" } } )' + +#Then connect to unifi network application \ No newline at end of file