Sunba (405-D20x 4K) Reboot

Aug 5, 2025
1
1
UK
Hi,

I spent a few hours today trying to workout how to reboot my "Sunba 405-D20x 4k". Anyway I worked it out. For anyone interested it can be done by running the following curl command where
the camera details are:

Camera Details

IP Address: 192.168.1.103
Username: admin
Password: 123
ONVIF Port: 8899

Curl Command to reboot Sunba (405-D20x 4K)

curl -X POST -H "Content-Type: application/soap+xml" -d '
<soapenv:Envelope xmlns:soapenv="" xmlns:tds="">
<soapenv:Header/>
<soapenv:Body>
<tds:SystemReboot/>
</soapenv:Body>
</soapenv:Envelope>'
 
  • Like
Reactions: eightbrave
Hi,

I spent a few hours today trying to workout how to reboot my "Sunba 405-D20x 4k". Anyway I worked it out. For anyone interested it can be done by running the following curl command where
the camera details are:

Camera Details

IP Address: 192.168.1.103
Username: admin
Password: 123
ONVIF Port: 8899

Curl Command to reboot Sunba (405-D20x 4K)

curl -X POST -H "Content-Type: application/soap+xml" -d '
<soapenv:Envelope xmlns:soapenv="" xmlns:tds="">
<soapenv:Header/>
<soapenv:Body>
<tds:SystemReboot/>
</soapenv:Body>
</soapenv:Envelope>' escape road
Very cool, I’ve got a Sunba myself and was scratching my head over rebooting it cleanly. Your curl example makes it super straightforward. Posts like this are gold for people who don’t want to dig through endless docs.:goodpost::goodpost: