
### Fallback AP
Automatic fallback Wi-Fi access point for headless Linux devices
[](https://git.zakscode.com/ztimson/fallback-ap/tags)
[](https://git.zakscode.com/ztimson/fallback-ap/pulls)
[](https://git.zakscode.com/ztimson/fallback-ap/issues)
---
---
## Table of Contents
- [Fallback AP](#top)
- [About](#about)
- [Built With](#built-with)
- [Setup](#setup)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## About
A NetworkManager-based script for headless Linux devices (e.g. a Raspberry Pi) that keeps them reachable even when their configured Wi-Fi network isn't available. When the device loses its Wi-Fi connection, it automatically stands up a local access point so you can connect directly and reconfigure it. While that access point has no clients connected, it periodically steps aside for a short window to let NetworkManager try reconnecting to a known network in the background, then brings the access point back up if nothing was found.
Runs as a `systemd` service and is managed entirely through `nmcli`/`iw` — no extra daemons (`hostapd`, `dnsmasq`, etc.) required.
### Built With
[](https://en.wikipedia.org/wiki/Shell_script)
[](https://www.linux.org/)
## Setup