How do I reset the password on a Dedicated Micros DVR?

1

I have an ECO 9 Dedicated Micros DVR unit. This specific one has 9 analog video cards. Some guides suggest the username is dm and the password is web, other guides say the username is username and the password password. Regardless, I don't know it. How do I reset it?

The guide specifically says,

These default usernames and passwords should be changed as soon as practical to maintain security. Always make a note of the new passwords, as these cannot be reset easily. A unit will have to be returned to the manufacturer to have a password reset.

Evan Carroll

Posted 2014-04-09T19:16:36.003

Reputation: 1

5According to the guide, A unit will have to be returned to the manufacturer to have a password reset. I think that means you have to return it to the manufacturer to have the password reset. – HopelessN00b – 2014-04-09T19:33:10.047

2Regardless of what the manufacturer says, I've proven that is not the case. I just did it. That's why I self-answered and contributed back. – Evan Carroll – 2014-04-09T19:39:08.697

Answers

1

Well, if you only lost the web access username and password, try to telnet into it with the the username dm and the password telnet. This will reset all of the users

Then run the following commands,

  1. cd etc
  2. del user.db
  3. reset

If telnet is echoing every character and you see double of every character you type, ignore it and march on. The unit takes a while to reset, but then you're all good and ready to go with username db, and password web.

Caveat

This will reset all of the users,

  • dm (Web Page Configuration) / password "web"
  • dm (Video FTP) / password "ftp"
  • dmftp (Admin FTP) / password "ftp"
  • dm (Telnet) / password "telnet"
  • dmconsole (Serial) / no default password

to their defaults passwords. source

Evan Carroll

Posted 2014-04-09T19:16:36.003

Reputation: 1

a) This only works in the unlikely event that you somehow lost the web password but not the telnet one and b) this is technically not a password reset, this is how you delete all the users on the local device (or so it appears). – HopelessN00b – 2014-04-09T19:36:41.603

1@HopelessN00b it resets all their passwords. It does not delete the users. I've updated with that caveat. – Evan Carroll – 2014-04-09T19:50:29.360