[DE] Ein robustes CLI-Tool zur Netzwerk-Inventur für FRITZ!Box-Router.
[ENG] A robust CLI tool for network inventory on FRITZ!Box routers.
- [DE] Auflistung aller aktiven und inaktiven Geräte
- [ENG] List all active and inactive devices
- [DE] Sortierung nach Name oder IP-Adresse
- [ENG] Sort by name or IP address
- [DE] Status-Anzeige (Online/Offline) und MAC-Adressen
- [ENG] Status display (Online/Offline) and MAC addresses
- [DE] Gastnetz-Erkennung
- [ENG] Guest network detection
- Repository klonen:
git clone https://github.com/o-valo/frittenautomat.git - In Ordner wechseln:
cd frittenautomat - Installationsskript ausführen:
./install.sh - Konfiguration:
cp .env.example .envund.envDatei mit Zugangsdaten anpassen. - Ausführen:
./fritte.sh -noder./fritte.sh -i
- Clone the repo:
git clone https://github.com/o-valo/frittenautomat.git - Change directory:
cd frittenautomat - Run install script:
./install.sh - Configuration:
cp .env.example .envand adjust the credentials. - Execution:
./fritte.sh -nor./fritte.sh -i
./fritte.sh [-n | -i]
-n: Sortiert/Sort by Hostname-i: Sortiert/Sort by IP-Address-help: Zeigt die Hilfe an / Shows help
[DE] Keine Verbindung zur FRITZ!Box?
- Stelle sicher, dass "Zugriff für Anwendungen zulassen" in der FRITZ!Box-Oberfläche unter Heimnetz -> Netzwerk -> Netzwerkeinstellungen aktiviert ist.
- Prüfe, ob die IP der FRITZ!Box in der
.envkorrekt hinterlegt ist. - Stelle sicher, dass dein User-Account in der Box berechtigt ist, TR-064 Anfragen zu stellen.
[ENG] No connection to the FRITZ!Box?
- Ensure "Access for applications" is enabled in the FRITZ!Box UI under Home Network -> Network -> Network Settings.
- Verify the FRITZ!Box IP address in the
.envfile. - Ensure your user account has permissions to perform TR-064 requests.
v1.0.1 - Stable Release
#EOF