Skip to content

Configuring the IP Cameras

Nick Graham edited this page Mar 3, 2018 · 4 revisions

We ordered a bunch of these cheap cameras off of AliExpress without really thinking about how they work. I've looked a little deeper into it and have found this information.

Steps to get shell access:

  • Telnet into port 9527
    • The user/password you use is admin/{blank}
    • Enter the command shell
    • Enter the command telnetd -f, thus opening a real telnet port
  • Telnet into port 23
    • The user/password is root/xmhdipc
    • Once you've hacked in to the device, you can change the static ip by running the following commands.
      • armbenv
      • netinit eth0 192.168.XX.XX
Clone this wiki locally