Skip to content

Instantly share code, notes, and snippets.

@ilikenwf
Created October 17, 2020 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilikenwf/76f8c3cd4ab66ad90c86b6810874106b to your computer and use it in GitHub Desktop.
Save ilikenwf/76f8c3cd4ab66ad90c86b6810874106b to your computer and use it in GitHub Desktop.
Cheap D-Link Cameras Like DCS-2132L-ES
These will never support the various connected services, but if we want to mess with the GPL released code or modify,
it is possible to ssh in as root, which is useful for the date/time since years beyond 2019 aren't supported:
ssh details:
Username: root
Password: hi3518c
Port: 8992
You can mount -o remount,rw / to make changes to root. Other than the usual places, editing /mnt/data/sysenv.dat
lets you change the overlay text and other settings.
To set the date/time, I suggest using "date" and then use hwclock to set the hardware date/time from system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment