05-12-2016 02:13 AM
I want to change the password of admin account of IPC2835 from the CLI Is there any way?
05-12-2016 05:10 AM
I don't *think* there is a way to perform this change from the CLI... I'll look deeper here in a minute.
Is the camera currently registered with a VSOM 7.X instance? If so, is it using the 'admin' account? If that's the case, VSOM can also change the password on the endpoint as well.
05-12-2016 11:27 AM
Took me awhile,
... if you have root access to a busy box shell via SSH, try the following:
strings /usr/apps/.user.txt
(note the leading DOT in .user.txt)
Cheers ;-)
05-12-2016 08:48 PM
Yes I have root access of the camera via ssh but if I run the string that recommended by you it gives below error message.
# /usr/apps/.user.txt
-sh: /usr/apps/.user.txt: Permission denied
05-12-2016 08:57 PM
My actual is that I have a IPC 2835 camera which is pinging and ssh root accessed also webpage of the camera opens but if I enter default username password of camera password change page opened but if I enter new password than account is not initialized. I also attached some screenshot for reference.
05-13-2016 05:35 AM
This doesn't make any sense. If you haven't successfully set the initializing page on
Also, you don't appear to be executing anything at all on the shell of the camera. You are missing the strings command. It should be:
#strings /usr/apps/.user.txt
If this still fails, something else is definitely wrong and I would recommend a physical factory reset of the endpoint.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide