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-holeor
Install via npx
npx @hexmos/ipm i pi-hole/pi-holePrerequisites
Linux
osGit
system_toolVersion: 2.30.1
curl
package_managerVersion: 7.84.0
Python 3.8+
languageVersion: >=3.8
Docker (optional)
system_toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
One-Step Automated Install
curl -sSL https://install.pi-hole.net | bashClone and Run
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-holeManual Download and Run
wget -O basic-install.sh https://install.pi-hole.net
sudo bash basic-install.shOne-Step Automated Install (Debian/Ubuntu)
curl -sSL https://install.pi-hole.net | bashPost 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.
