Conduit factory default

Home Forums General Conduit factory default

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31143
    Niels Aakvaag
    Participant

    How do I revert to factory defaults on the conduit using the serial port? Is there a particular command?

    Niels Aakvaag

    #31144
    Jason Reiss
    Keymaster

    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.
    http://www.multitech.net/developer/software/mtr-software/mtr-api-reference/command-table/

    
    $ curl -X POST 127.0.0.1/api/command/restore_defaults -H "content-type: application/json" --data ""
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.