- Mar 25, 2016
- 68
- 18
I have 5 RLC410, with the latest firmware(RLC-410_1215_16091800). I wanted to share my experience with rebooting the cameras remotely.
The cameras have the capability of scheduling a reboot which is nice. You can also login to the camera's Web Interface and reboot from there.
I restart my Blue Iris dedicated computer nightly, I have created a simple Powershell script to do it using cURL.
I have a few Hikvision cameras, which I can easily reboot via cgi.
If you want to reboot the cameras on demand, you can install cURL(https://curl.haxx.se/download.html).
Here is the syntax:
curl -X PUT "http://IPADDRESS/cgi-bin/api.cgi?cmd=reboot&code=0&user=username&password=password"
I do not know if this works for any of their other cameras.
I hope this helps anybody trying to batch reboot their Reolink cameras.
The cameras have the capability of scheduling a reboot which is nice. You can also login to the camera's Web Interface and reboot from there.
I restart my Blue Iris dedicated computer nightly, I have created a simple Powershell script to do it using cURL.
I have a few Hikvision cameras, which I can easily reboot via cgi.
If you want to reboot the cameras on demand, you can install cURL(https://curl.haxx.se/download.html).
Here is the syntax:
curl -X PUT "http://IPADDRESS/cgi-bin/api.cgi?cmd=reboot&code=0&user=username&password=password"
I do not know if this works for any of their other cameras.
I hope this helps anybody trying to batch reboot their Reolink cameras.