logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install pi-hole/pi-hole. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

pi-hole/pi-hole Installation Guide

How to install pi-hole/pi-hole. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for pi-hole/pi-hole. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i pi-hole/pi-hole
or

Install via npx

npx @hexmos/ipm i pi-hole/pi-hole

Prerequisites

Linux

os

Git

system_tool

Version: 2.30.1

curl

package_manager

Version: 7.84.0

Python 3.8+

language

Version: >=3.8

Docker (optional)

system_tool

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

One-Step Automated Install

curl -sSL https://install.pi-hole.net | bash

Clone and Run

git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole

Manual Download and Run

wget -O basic-install.sh https://install.pi-hole.net

sudo bash basic-install.sh

One-Step Automated Install (Debian/Ubuntu)

curl -sSL https://install.pi-hole.net | bash

Post Installation Steps

  • Start the Pi-hole server using the command: `sudo systemctl start pihole`.
  • Access the Pi-hole Web Interface by visiting `http://<your_pihole_IP_address>` in your web browser.