Protected Setup Problem
Ronen
Posts: 55
Hello all,
I have a problem with an MVP-7500. one of the programmers at my company has changed the protected setup password and he doesn't remember what the new password is... is there a way to reset the password/panel to its default other than removing the main battery and the backup battery?
Thanks
I have a problem with an MVP-7500. one of the programmers at my company has changed the protected setup password and he doesn't remember what the new password is... is there a way to reset the password/panel to its default other than removing the main battery and the backup battery?
Thanks
0
Comments
Also 1205 won't work either, this was a master code on the G3 panels, not modero panels
I think your best bet would be to reload the firmware?
Once you are in the protected setup area, you should be able to change all the other passwords to ones you can remember.
Agree with Dries that removing the batteries probably won't help you - uploading firmware probably won't help either unless you find a "destructive" version (version that erases the existing panel pages and forces you to re-upload them).
In the MVP manual there is a command to set the 4 passwords:
"'^PWD-<password level>,<page flip password>'"
Set page flip password. Password level is required and must be 1-4.
So a
SEND_COMMAND MVP,'^PWD-1,1234' <enter>
will set the password 1 to '1234'
This also workes with password 5 - the Protected-setup password...
SEND_COMMAND MVP,'^PWD-5,1988' <enter>
OK, this point goes to you
The last idea I have is also based on a working connection, but it will work on USB, too.
1) create a new file for your MVP
2) open the panel system template
3) copy the __protectedPassword page into your new panelfile
4) download the file
But- well -this again depends on a connect to the panel...
No more ideas but only to change the CF...
Marc, THANK YOU.
I have a client with a (fortunately) working system that someone changed this password on. I was dreading ever needing to go back to change something in the protected setup area, as T.S. told me I'd need to send the whole thing down to TX to fix it.
- Chip
Marc,
Thank you for the great idea! it worked great!
i just did TELNET to the netlinx master and sent a 'send command' to the 5th password of the mvp and it reset to '1234'.
Thank you all for the help
Here's what I did to recover the Protected Setup for an MVP-8400 I bought on eBay.
1) Remove Compact Flash card from panel.
2) Connect card to a PC using a CF card reader. (In my case a PCMCIA to CF adapter.)
3) Boot from Knoppix Linux bootable CD (or alternately the DVD or USB drive version)
4) View the largest of the four partitions on the CF with the file explorer. Note: Depending on the Knoppix version your using, you may need to figure out what drive the CF card is and "Mount" it. For me Knoppix mounted it automatically.
5) Open the /Amx folder.
6) Right Click on the file named: Local.xma and choose open in Editor.
7) This file is an Xml file. The panel passwords are at the beginning in plain text. They are numbered 0 thru 4 (I think 4 is the Protected password) this seems to equate to panel passwords 1 thru 5.
8) Copy down the passwords.
9) Re-install Compact Flash card in panel.
10) Enjoy access to your panel's Protected Setup area once again!
I went one step further and changed the Protected password back to "1988" because I think in most instances it's ridicules to use anything else.
Hope this helps someone get out of this predicament in the future.
Jeff Beam
Thank you soooo much for this!
That's good thinking!