Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
1,202
stars
2,578
commits
PHP
primary language
Sep 3, 2026
updated
Pi.Alert keeps an eye on your Wi-Fi and LAN and lets you know when something changes. It discovers devices on your network, tracks their availability, and provides a web interface for managing everything in one place.

Need visibility into another network segment? The companion Pi.Alert-Satellite project can scan independently and send its results to an existing Pi.Alert instance.
See how this version compares with the original project.
Pi.Alert can collect device information from several sources:
The backend is normally started by the operating system's cron service every five minutes. It runs the configured scans and imports, stores their results, and sends notifications when relevant changes are detected. It also monitors manually configured hosts and web services.
Notifications can be delivered through the frontend, email (setup guide), Pushsafer, Pushover, ntfy, or Telegram through the Telegram Bot API. Shoutrrr remains available as an optional discovery helper (setup guide).
The web interface gives you a central place to:
The interface is available in English, German, Spanish, French, Italian,
Polish, Danish, Dutch, Czech, Finnish, Swedish, Norwegian, Lithuanian,
Ukrainian, and Russian. Login protection is enabled during installation with a
randomly generated password. You can change it later with
pialert-cli.
Skin-specific favicons and home-screen icons are included. They can also be linked directly from this repository when iOS refuses to load icons from an HTTP or self-signed HTTPS installation.
Pi.Alert was originally designed for the Raspberry Pi and targets Debian-based
systems using apt. Before installing it on DietPi, Ubuntu Server, or another
Debian-based distribution, check the
distribution notes.
Run the installer as root:
sudo bash -c "$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install.sh)"
Once installation is complete, continue with the first-start guide.
For an LXC installation, take a look at the Proxmox VE Helper-Scripts, originally provided by the now archived tteck/Proxmox repository. This installation method uses the Pi.Alert version from this repository after the container has been created and provides its own update command.
The Update Check entry in the sidebar shows available Pi.Alert releases, their changes, and the status of the GeoLite2 database.
To update an existing installation, run:
sudo bash -c "$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_update.sh)"
If your installation still uses the previous home-directory layout, follow the migration guide.
Older releases and their release notes are available from the Pi.Alert release archive.
pialert-cli and
pialert.confIf Pi.Alert is useful to you and you would like to support its development:
Thank you to everyone who sponsors, contributes to, tests, translates, or otherwise supports the project.
Pi.Alert is released under the GNU General Public License 3.0.
Questions and feedback are welcome at leiweibau@gmail.com.
Pi.Alert also uses or has benefited from the following projects and services:
PHP
60.8%
Python
15.8%
JavaScript
11.9%
CSS
6.3%
Shell
3.5%
HTML
1.6%
Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
1,202
stars
2,578
commits
PHP
primary language
Sep 3, 2026
updated
Pi.Alert keeps an eye on your Wi-Fi and LAN and lets you know when something changes. It discovers devices on your network, tracks their availability, and provides a web interface for managing everything in one place.

Need visibility into another network segment? The companion Pi.Alert-Satellite project can scan independently and send its results to an existing Pi.Alert instance.
See how this version compares with the original project.
Pi.Alert can collect device information from several sources:
The backend is normally started by the operating system's cron service every five minutes. It runs the configured scans and imports, stores their results, and sends notifications when relevant changes are detected. It also monitors manually configured hosts and web services.
Notifications can be delivered through the frontend, email (setup guide), Pushsafer, Pushover, ntfy, or Telegram through the Telegram Bot API. Shoutrrr remains available as an optional discovery helper (setup guide).
The web interface gives you a central place to:
The interface is available in English, German, Spanish, French, Italian,
Polish, Danish, Dutch, Czech, Finnish, Swedish, Norwegian, Lithuanian,
Ukrainian, and Russian. Login protection is enabled during installation with a
randomly generated password. You can change it later with
pialert-cli.
Skin-specific favicons and home-screen icons are included. They can also be linked directly from this repository when iOS refuses to load icons from an HTTP or self-signed HTTPS installation.
Pi.Alert was originally designed for the Raspberry Pi and targets Debian-based
systems using apt. Before installing it on DietPi, Ubuntu Server, or another
Debian-based distribution, check the
distribution notes.
Run the installer as root:
sudo bash -c "$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install.sh)"
Once installation is complete, continue with the first-start guide.
For an LXC installation, take a look at the Proxmox VE Helper-Scripts, originally provided by the now archived tteck/Proxmox repository. This installation method uses the Pi.Alert version from this repository after the container has been created and provides its own update command.
The Update Check entry in the sidebar shows available Pi.Alert releases, their changes, and the status of the GeoLite2 database.
To update an existing installation, run:
sudo bash -c "$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_update.sh)"
If your installation still uses the previous home-directory layout, follow the migration guide.
Older releases and their release notes are available from the Pi.Alert release archive.
pialert-cli and
pialert.confIf Pi.Alert is useful to you and you would like to support its development:
Thank you to everyone who sponsors, contributes to, tests, translates, or otherwise supports the project.
Pi.Alert is released under the GNU General Public License 3.0.
Questions and feedback are welcome at leiweibau@gmail.com.
Pi.Alert also uses or has benefited from the following projects and services:
PHP
60.8%
Python
15.8%
JavaScript
11.9%
CSS
6.3%
Shell
3.5%
HTML
1.6%