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