> 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/troubleshooting.md).

# Troubleshooting

## Changing Password <a href="#changing-password" id="changing-password"></a>

**i. Router Password**

Initially, the router admin panel did not have a password. Once you've accessed it, navigate to "System > Administration" to create your custom [router password](/manual/firmware/system-and-admin.md#router-password).

**ii. Wi-Fi Password**

The default Wi-Fi network is active and does not have an encryption password. To secure your wireless networks, refer to the [Wi-Fi SSID & Password](/manual/firmware/wi-fi-hotspots.md#ssid-password) section for guidance on configuring the encryption type and password.

***

## Forget Router Password <a href="#forget-router-password" id="forget-router-password"></a>

After updating the router password, make sure to store it safely. If you forget the router password, the only option is to perform a [Hard Reset](https://outdoor.router.works/manual/pages/zPGqTli5za8QX9bYf79H#ii.-hard-reboot) to regain access, which will remove all previous custom settings.

***

## Disable Wi-Fi Network <a href="#disable-wi-fi-network" id="disable-wi-fi-network"></a>

To turn off the Wi-Fi hotspot or Wi-Fi relay links, access the router and navigate to "Network > Wireless" to visit the "Wireless Overview" page. Then, click the "Disable" button next to the relevant Wi-Fi SSIDs. Check more on the [Wi-Fi hotspot](/manual/firmware/wi-fi-hotspots.md#turn-on-off-wi-fi) guidance.

***

## No Wi-Fi Hotspot <a href="#no-wi-fi-hotspot" id="no-wi-fi-hotspot"></a>

If the Wi-Fi-enabled device cannot find the router's hotspot, please ensure the device is within the Wi-Fi coverage range. A large number of barriers nearby can reduce coverage.

1. **System Indicator**
   * If both "Power" and "System" indicators are **off**, check the connections of the LAN cable and PoE injector, then try reconnecting the PoE power.
   * If the "System" indicator is flashing, please wait 2-3 minutes until the router boots up.
2. **Wi-Fi Indicator** - When the system indicator stays solid green, check the Wi-Fi indicator.
   * If the Wi-Fi indicator stays solid, 2.4G and 5.8G Wi-Fi hotspots have been enabled.
     * You can try to search for the Wi-Fi hotspot. Remember, you might have changed the Wi-Fi SSID name once before.
     * If you enabled the "[Hide ESSID](/manual/firmware/wi-fi-hotspots.md#hide-essid)" checkbox, please manually input the device's Wi-Fi SSID name and password.
   * If the Wi-Fi indicator is off, one or both Wi-Fi hotspots might be disabled on the firmware. Access the router with the LAN cable connection and enable the Wi-Fi network. If the LAN cable connection still does not work, [reset the router](/manual/firmware/recovery.md#reset) to default settings.

***

### Reset the Router <a href="#reset-the-router" id="reset-the-router"></a>

You can use either a soft reset or hard reset to erase the configurations on the router and go back to the factory settings. ‌The suggested way is a [**soft reset**](https://outdoor.router.works/manual/pages/zPGqTli5za8QX9bYf79H#i.-soft-reset). If unable to access the router, please do a [**hard reset**](https://outdoor.router.works/manual/pages/zPGqTli5za8QX9bYf79H#ii.-hard-reset) by clicking the reset button for 5 seconds when the router is turned on.

***

There may be several unlisted issues arising from various practical conditions. For advanced settings, please check the [knowledge base](https://how.router.works/).&#x20;

Feel free to [contact us](https://www.outdoorrouter.com/contacts/) with any technical difficulties; we will reply soon during working hours.&#x20;


---

# 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/troubleshooting.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.
