The backup and restore page consolidates the most impactful router operations in one place. Use it to protect your configuration before making changes, recover from a bad state, or update the router’s firmware. Each operation interacts directly with the router over SSH. Navigate toDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/KevinCruz-cell/Redes-de-comunicaciones-/llms.txt
Use this file to discover all available pages before exploring further.
/router4/copia to access this page.
Download a configuration backup
A backup captures the current UCI configuration as a compressed archive you can store locally and restore later.Restore from a backup
Select your backup file
Click Choose file and select a
.gz or .tar.gz backup archive. The maximum file size is 10 MB.Upload and restore
The application transfers the file to the router via SCP:Then runs the restore command:
Factory reset
A factory reset erases all configuration and returns the router to its out-of-box state.Check the confirmation box
The factory reset button is disabled until you explicitly confirm your intent.
Flash new firmware
Flashing firmware replaces the router’s operating system image. The router reboots automatically when flashing completes.Obtain a compatible firmware image
Download a
.bin firmware image for your specific router model from the OpenWrt downloads page or your hardware vendor. Using an incompatible image can brick the device.Select the firmware file
Click Choose file and select your
.bin file. The maximum file size is 20 MB.Upload and flash
The application transfers the firmware to the router via SCP:Then starts the flash:
By default,
sysupgrade attempts to preserve configuration when flashing. If you want a clean install, run a factory reset after the firmware update.