diff --git a/FAQs.md b/FAQs.md index 2f53029..1c00ae3 100644 --- a/FAQs.md +++ b/FAQs.md @@ -1,5 +1,6 @@ This has been written to address some frequently asked questions among users of RaspAP. +* [My wifi network disappeared and I can't access the webgui. Help!](#access) * [What do all these settings in the UI do? Changing them seems to have no effect.](#settings) * [My custom `hostapd.conf` / `php.ini` is gone. Help!](#custom) * [I changed the admin password and forgot what it was. Help!](#password) @@ -30,6 +31,15 @@ This has been written to address some frequently asked questions among users of * [What breaks RaspAP when Docker is installed on the same system and how I can fix it?](#docker) * [How do I remove RaspAP?](#uninstall) +## My wifi network disappeared and I can't access the webgui. Help! +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. This 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 it via SSH from the `eth0` interface using a method below. Check the hostapd logs for errors, 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 the 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 (mDNS) resolution. 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 Pis support this. + ## What do all these settings in the UI do? Changing them seems to have no effect. RaspAP manipulates several daemons, services and helper programs behind the scenes for you. In the footer of each management panel is a helpful "Information provided by..." label. These indicate which Linux daemon and/or program is being modified by the UI. Learning what these services are and how they work will go a long way toward demystifying things.