> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/home-cloud-user-manual/getting-started/device-setup/troubleshooting-ecw-ap.md).

# Troubleshooting ECW AP

1. Check the[ LED Status](/home-cloud-user-manual/getting-started/device-setup/troubleshooting-ecw-ap/led-status.md) to see if any problem encountered. If Power LED keeps flashing for over 10 minutes, then there could be Cloud connection issues.&#x20;
2. Use your mobile phone to scan if Default SSID of the AP found. (you have to be around the AP location) From the Default SSID, you can also identify which stage the AP is stuck on. See [details of Default SSID](/home-cloud-user-manual/getting-started/device-setup/troubleshooting-ecw-ap/default-ssids.md).&#x20;
3. To troubleshoot the connection issue, you may login to Local page:&#x20;
   1. Use your client device (e.g., a laptop, mobile device, or tablet) to ﬁnd the SSID: “EnMGMTxxxx” (xxxx is the last four digits of LAN MAC which can be found on the back of the device) and connect to it.
   2. Enter the URL in web browser: <http://EnGenius.local> or the IP 192.168.1.1 to access the device’s user interface. You can review device status after logging into the AP with the default account/password ( default admin account/ password : admin/ admin.)

***Issue: Cannot find Default SSID***

1\. Check for available wireless networks (Check if a known [default SSID](/home-cloud-user-manual/getting-started/device-setup/troubleshooting-ecw-ap/default-ssids.md) is being broadcast).

2\. If a default SSID is being broadcast, connect your device to it.

3\. If no known default SSIDs are present, set up a manual wireless network connection. For the SSID name, use 'EnMGMT', e.g. 'EnMGMTxxxx', where the x's are replaced with the last four digits of the LAN MAC address.

4\. After connecting, open a web browser and connect to one of the local access page addresses.


---

# 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://doc.engenius.ai/home-cloud-user-manual/getting-started/device-setup/troubleshooting-ecw-ap.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.
