Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 924 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 924 Bytes

fritztools is a small collection of CLI-goodies for your FritzBox

Features

  • open, close and list ports forwardings
  • turn on/off FritzBox wi-fi, list connected devices, get credentials as QR code
  • show public IP address
  • reconnect
  • monitor up and downlink
  • get FritzBox log

Install

You can quickly install fritztools into your home directory straight from github:

pip install --user git+https://github.com/derVedro/fritztools.git

Usage

First at all, you should set FRITZ_PASSWORD environment variable with your FritzBox user password.

export FRITZ_PASSWORD=your_password

Then you can use fritztools on your shell with fritz command. A simple example of how to figure out all port forwardings on your FritzBox would look like this:

fritz port list

For all the others commands just use the build-in --help argument.