Howto:Change the default admin password in the config file?

From innovaphone wiki
Revision as of 17:31, 7 February 2014 by Afi (talk | contribs)
Jump to navigation Jump to search

Admin passwords of the innovaphone devices are saved encrypted per default, if changed via Web GUI. In case you change the password via Update Server or manually in config file, the password will be not encrypted, until config change CMD0 command is performed to enncrypt it.

The syntax is the same in V5 and V6

example configuring via the browser:

x.x.x.x/!config add CMD0 /user admin,ip230
x.x.x.x/!config activate


If you then look to the config file - then you see that the password is not encrypted.

To encrypt the password (also for the config file that you can´t read it from there in clear text)

x.x.x.x/!config rem CMD0 /user
x.x.x.x/!config activate

Related Articles

Howto:Upload configuration file to device with changed or different admin password