Conduit factory default
- This topic has 1 reply, 2 voices, and was last updated 4 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: Factory default
How do I revert to factory defaults on the conduit using the serial port? Is there a particular command?
Niels Aakvaag
You should switch to root before issuing the command. The root user will be reset when the command is issued and sudo cannot be used afterwards.
$ sudo -s
# reset-defaults
# shutdown -r now
The API could also be used with the restore_defaults or restore_factory commands. The Conduit will reboot after the command is issued.
$ curl -X POST 127.0.0.1/api/command/restore_defaults -H "content-type: application/json" --data ""