GithubHelp home page GithubHelp logo

pi-hole-pi.alert-installation-'s Introduction

Pi-hole & Pi.Alert Installation Guide for Raspberry Pi

Introduction

Dive into the world of network monitoring and ad-blocking with Pi-hole and Pi.Alert on your Raspberry Pi. This guide will walk you through the installation process and help you set up these tools for optimal network protection and visibility.

Prerequisites:

  • A Raspberry Pi running Debian OS (64-Bit) with Kernel version 6.1.47-v8+.
  • An active internet connection.

Step 1: Installing Pi-hole

  1. Update Your System:

    sudo apt update && sudo apt upgrade -y
  2. Install Pi-hole:

    curl -sSL https://install.pi-hole.net | bash
  3. Follow the on-screen instructions to configure Pi-hole.

Step 2: Installing Pi.Alert

  1. Download the Pi.Alert Installation Script:

    bash -c "$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install.sh)"
  2. Follow the on-screen instructions to configure Pi.Alert.

Step 3: Configuring Pi.Alert for Single Network Monitoring

  1. Edit the Pi.Alert Configuration File:

    nano /home/pi/pialert/config.php
  2. Locate the SCAN_SUBNETS section and add your desired network:

    SCAN_SUBNETS = [ '192.168.0.1/24' ]
  3. Save the file and exit the editor.

Optional: Configuring Pi.Alert for Dual Network Monitoring

  1. Edit the Pi.Alert Configuration File:

    nano /home/pi/pialert/config.php
  2. Locate the SCAN_SUBNETS section and add your desired networks:

    SCAN_SUBNETS = [ '192.168.0.1/24', '192.168.178.0/24' ]

pi-hole-pi.alert-installation-'s People

Contributors

gummiflip avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.