Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo docker-compose run unifi-controller sh
- mongo --host /usr/lib/unifi/run/mongodb-27117.sock
- use ace
- db.device.find() <-- or try: db.device.find().pretty()
- db.device.remove({“mac”:”##.##.##.##.##.##”})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement