Reolink 410

josalamanca007

Young grasshopper
Joined
Mar 25, 2016
Messages
68
Reaction score
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.
 

WSCam

Getting the hang of it
Joined
Sep 24, 2018
Messages
32
Reaction score
29
Location
Tacoma, WA
I realize I'm replying to a SUPER old post, but I had a need to do this very thing. I have an old Reolink 423 that flakes out every time Blue Iris restarts the service. The camera itself is fine, but if Blue Iris restarts, that camera will not show anything. If I reboot the camera, boom, all is well. No idea what's going on... the camera is setup as an RTSP (not using RTMP) so there's probably just something about not being able to pick up on a key frame or something... This only started maybe 6 months ago, and the other old Reolink cams I have are all still okay, so I don't know... it's just weird.

I was going to lookup the API from Reolink but your post saved me the effort... much appreciated.
 
Top