How To Update Pi-Hole
Page content
About Pi-Hole
Pi-Hole is a Linux network-level
advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. It is designed for low-power embedded devices with network capability, such as the Raspberry Pi, but supports any Linux machines. Pi-hole has the ability to block traditional website advertisements as well as advertisements in unconventional places, such as smart TVs and mobile operating system advertisements. Source: https://en.wikipedia.org/wiki/Pi-hole.
Video Tutorial
Text Tutorial
- As you can see, in admin interface/web dashboard, I got an alert about the new Pi-Hole version in footer.
- Open a terminal and type following command:
sudo pihole -up
to update Pi-Hole. Confirmsudo
with password if necessary. - Wait until Pi-Hole will be updated.
- To see installation (log) of new version Pi-Hole, just type command:
cat /etc/pihole/install.log
.