> For the complete documentation index, see [llms.txt](https://tip-1.gitbook.io/openwifi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tip-1.gitbook.io/openwifi/master/getting-started/access-points.md).

# Access Points

TIP OpenWiFi devices are available from many hardware partners. All TIP OpenWiFi devices have the same standard image of open source software.&#x20;

TIP OpenWiFi 1.0 devices run OpenWrt operating system with OpenSync as a management stack. \
The use of OpenWrt is largely upstream based on OpenWrt 19.07 in Open WiFi 1.0.&#x20;

When a TIP firmware image is created, the system will merge TIP specific patches, kernel specific patches, and build this with the target OpenWrt 19.07 operating system as one complete firmware image. From this process a TIP OpenWiFi standard firmware results with the following settings.

### Device Defaults

| Defaults    | Values             |
| ----------- | ------------------ |
| Login: root | Password: openwifi |
| Default LAN | 192.168.1.1/24     |
| Default WAN | DHCP               |

### Unable to Connect to WAN or Controller

If the OpenWiFi device has been unable to reach the internet or the assigned controller, the 'Maverick' SSID will appear. Joining this Wi-Fi network will join the local management interface to help onboard the device to the internet and controller.&#x20;

After joining Maverick SSID, opening a web browser to the address 192.168.1.1 where the following login displays. Enter root login and password.&#x20;

![Maverick Local Web Page](/files/-M_NHaCOPih4rxS7hStt)

Common setup to enable internet access is available. WAN interface defaults to DHCP, if the WAN requires static configuration select the drop down to continue:

![Connectivity Maverick Page](/files/-M_NHuUTUHeFgO4F6Qc2)

Changing the Local Area Network is also possible from Maverick mode. There may be cases where an IP overlap has occurred in certain double NAT internal networks. For this reason it may be necessary to change this value, else no change is required here:

![Maverick LAN Page](/files/-M_NIBtbLl-h8dN7SXgO)

It is possible to apply a firmware update from the Maverick interface. This operation is normally performed by the controller however in the event it is desired, have the `sysupgrade` image downloaded locally before continuing:

![Maverick based firmware upgrade](/files/-M_NIkbwpb_aleXf-ih1)

Manually setting the cloud location may be done using its Fully Qualified Domain Name (FQDN) in the Redirector field. Device certificates are unique per TIP Open WiFi access point or switch. It should not be required to change these values at any time. Please exercise caution if replacing certificates manually.&#x20;

![Maverick set Cloud 'Redirector'](/files/-M_NJPx1LPO7lCXCM9c9)

###


---

# 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:

```
GET https://tip-1.gitbook.io/openwifi/master/getting-started/access-points.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
