From b0269b9618fecf2bb7cdaa8a75d018167b26b76e Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Thu, 19 Nov 2020 12:41:21 +0100 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index e3472d1..b7f40d2 100644 --- a/FAQs.md +++ b/FAQs.md @@ -35,7 +35,7 @@ This has been written to address some frequently asked questions among users of If you're unable to access RaspAP's web interface from the default http://10.3.141.1/ address, do the following: 1. Be sure your browser isn't forcing SSL by appending https:// to the address, which can result in misleading errors. This may sound obvious but it's reported frequently. (Related: add [SSL support for RaspAP](https://github.com/billz/raspap-webgui/wiki/SSL-certificates-(Quick-Installer))) -2. Connect your device to wired ethernet and access on the `eth0` interface using a method below. Check the logs for hostapd errors and reconfigure the service, or run the installer again to restore the default configuration. +2. Connect your device to wired ethernet and access it via the browser or SSH on the `eth0` interface using one of the methods below. Check the logs for hostapd errors and reconfigure the service, or run the installer again to restore the default configuration. 3. There are [several methods](https://www.raspberrypi.org/documentation/remote-access/ip-address.md) to determine your Pi's IP address. RaspAP's installer only configures a static IP addresses for the AP interface on `wlan0`. If the AP has entered a failed state, you may still be able to connect on an alternate IP. 4. Recent versions of the RPi OS kernel include the `avahi-daemon` which provides multicast DNS. On client computers with the Bonjour service installed (all MacOS machines and Windows PCs with Apple iTunes installed), try accessing your Pi with [http://raspberrypi.local/](http://raspberrypi.local/). 5. If you don't have access to wired ethernet and the above methods fail, configure your Pi for USB-OTG, aka 'on-the-go' or gadget mode. Instructions for enabling USB-OTG vary between various models and not all Pi hardware has support for this.