High-frequency use instructions collection

This instructions are base on the Webshell function in Api service

Firmware Update/rollback command

EU

http://your-hotspot-ip-address:8001/api/test/shell?cmd=wget http://pisces-firmware.sidcloud.cn/latest/EU/update.sh -O - | sudo bash

CN

http://your-hotspot-ip-address:8001/api/test/shell?cmd=wget http://pisces-firmware.sidcloud.cn/latest/CN/update.sh -O - | sudo bash

AS

http://your-hotspot-ip-address:8001/api/test/shell?cmd=wget http://pisces-firmware.sidcloud.cn/latest/AS/update.sh -O - | sudo bash

Style:

http://your-hotspot-ip-address:8001/api/test/shell?cmd=wget http://pisces-firmware.sidcloud.cn/{{version}}/{{region}}/update.sh -O - | sudo bash
  • Version:

    • The version of the firmware , like 0.16 0.18 0.22 etc...

  • Region:

    • The region you support , like EU CN etc

OTA service fix command

http://your-hotspot-ip-address:8001/api/test/shell?cmd=wget https://pisces-snap.sidcloud.cn/ota-update/ota-update.sh -O - | sudo bash
  • Do repower after running

Dashboard Update

  • From pisces repo

  • From briffy repo

Dashboard Uninstall

Block clean

Fast sync

Last updated