Hello I’m testing some local APIs on the Peplink MAX BR1 Mini 5G
When testing the reboot API on the latest firmware available it says that the command is unsupported although the documentation claims it’s supported. Is this a bug? For reference here is the response from the FW Info API
{
"stat": "ok",
"response": {
"1": {
"version": "8.4.1 build 5107",
"bootable": true,
"inUse": false
},
"2": {
"version": "8.5.1 build 5203",
"bootable": true,
"inUse": true
},
"order": [
1,
2
]
}
}
@cyberfox it looks like you were using “GET /api/info.firmware” command to retrieve the firmware info (output below).

The API command for rebooting the router should be “POST /api/cmd.system.reboot”, which I tested working (output below from API testing tool).
I am using BR1 Mini 5G for my testing too. If you encounter an issue, you may submit a support ticket for our team to take a closer look at it.
@WeiMing I was using the info to show you I’m on a firmware that should support reboot but the reboot command via LAN does not work as intended.
What are your thoughts based on my comment and the previous screenshots?
@cyberfox sorry for the misunderstanding.
Maybe you can submit a ticket with Remote Assistance turned ON for our team to take a look at the device?