mirror of https://github.com/OpenIPC/wiki.git
Remove :85 port from docs
parent
3424430444
commit
d33ebaf593
|
@ -79,7 +79,7 @@ There is _12345_ password by default.
|
||||||
|
|
||||||
### How to sign in into camera Web UI?
|
### How to sign in into camera Web UI?
|
||||||
|
|
||||||
Open http://<camera_ip_address>:85/ and sign in using default username _root_
|
Open http://<camera_ip_address> and sign in using default username _root_
|
||||||
and default password _12345_. You will be asked to change the password after
|
and default password _12345_. You will be asked to change the password after
|
||||||
successful login.
|
successful login.
|
||||||
|
|
||||||
|
|
|
@ -317,7 +317,7 @@ You'll be prompted for the root password when ssh'ing to the camera, it's 12345
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The first thing you need to do here is change the root password. You can do it on the command like entering the command passwd This will prompt for the current root password, and then ask you to type the new one in and confirm it. Alternatively, you can use the web interface. To do this go to a browser on your PC and type the IP address of the camera with :85 at the end, so in the case of the address I've got for my camera 192.168.0.50:85. You will be prompted for the user name (root) and the password (12345 if you haven't changed it)
|
The first thing you need to do here is change the root password. You can do it on the command like entering the command passwd This will prompt for the current root password, and then ask you to type the new one in and confirm it. Alternatively, you can use the web interface. To do this go to a browser on your PC and type the IP address of the camera, so in the case of the address I've got for my camera 192.168.0.50:85. You will be prompted for the user name (root) and the password (12345 if you haven't changed it)
|
||||||
|
|
||||||
If you haven't yet changed the password, then it will ask you to do so - just type your new password in the Save Changes
|
If you haven't yet changed the password, then it will ask you to do so - just type your new password in the Save Changes
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Помощь: Веб-интерфейс
|
Помощь: Веб-интерфейс
|
||||||
---------------------
|
---------------------
|
||||||
После установки прошивки веб-интерфейс доступен на 85 порту камеры http://IP:85
|
После установки прошивки веб-интерфейс доступен на 80 порту камеры http://IP
|
||||||
Стандартный login/password: admin/12345
|
Стандартный login/password: admin/12345
|
||||||
|
|
||||||
### Обновление веб-интерфейса из веб-интерфейса
|
### Обновление веб-интерфейса из веб-интерфейса
|
||||||
|
|
Loading…
Reference in New Issue