The factory reset procedure reboots Lighthouse to a factory default state, reinitializing all configuration and customizations including security keys and network connections. Once complete, you are prompted to perform initial setup.
Web UI
- Login as a Lighthouse Administrator
- Click Setting -> System -> Factory Reset
- Check Proceed with factory reset
- Click Reset
CLI
- Login to the Lighthouse CLI as a Lighthouse Administrator
- Run the command:
sudo factory_reset Factory reset system? [yes/no]: yes
- Note: You may perform this operation non-interactively (for example from a script) using the command:
echo yes | factory_reset
Comments
0 comments
Article is closed for comments.