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-holeInstall 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.
Useful Links
Pi-hole Installation Guide
Official Pi-hole documentation for installation and setup.
Pi-hole Command Line Installation Guide
Detailed guide on how to install Pi-hole using the command line.
Pi-hole GitHub Repository
GitHub repository for Pi-hole with installation instructions and examples.
Pi-hole Docker Image
Docker image for Pi-hole with installation instructions.
Pi-hole DHCP Server Setup
Detailed guide on how to set up Pi-hole with a DHCP server.
