> For the complete documentation index, see [llms.txt](https://outdoor.router.works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://outdoor.router.works/manual/firmware/recovery.md).

# Recovery

## Reboot Router

Like a mini-size computer, the mobile router is a Linux-based operating system. Rebooting the router can solve mysterious problems, fix internet connectivity issues, and improve security.

The mobile carrier assigns a temporary IP address, which can be changed during a timeout. If the router misses the change, the Internet connection might become slow. The same can happen if too many devices are connected to the router. The routers found channels with less traffic during a reboot and raised the performance speeds.&#x20;

### i. Soft Reboot

After accessing the router, go to "System > Reboot" for a **soft reboot**.

### ii. Hard Reboot

The router has a memory chip to store caches and temporary files. To completely clean them, we must perform a hard reboot by unplugging the power adapter. Then, wait for more than 5 seconds before reconnecting.

{% hint style="danger" %}
Do not disconnect the power supply while **flashing** firmware and **resetting** the router, as this may result in critical firmware system failure.
{% endhint %}

***

## Factory Reset <a href="#reset" id="reset"></a>

Critical misconfigurations may result in firmware system errors. You can reset the router to erase all custom settings and restore the factory default settings.

### i. Soft Reset

If you want a clean slate, there's no need to flash the firmware again.&#x20;

1. After accessing the router, go to "System > Backup / Flash Firmware > Actions: Restore."
2. Click the "Perform Reset" red button and "Confirm" on the pop-up window.&#x20;
3. The router will go to the System - Erasing page. The system indicator flashes while resetting.
4. Wait 3-5 minutes until the router completes the resetting progress and reboots.

### ii. Hard Reset

Open the enclosure and find the physical round **Reset** button near the indicators.

1. When the router is powered on, wait a few minutes until the router successfully boots up and the System indicator remains green.
2. Press and keep pushing the Reset button for at least **5 seconds**. The system indicator will start to flash rapidly.
3. Release the **Reset** button.
4. The router starts resetting the firmware, and the system indicator flashes.
5. Wait 3-5 minutes until the router completes the resetting progress and reboots.

{% hint style="danger" %}
Do not turn off power while resetting the firmware.

Before disconnecting from the power source, ensure the router completes the resetting progress and successfully reboots.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://outdoor.router.works/manual/firmware/recovery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
