Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pi Hole | 43,540 | 17 hours ago | 45 | other | Shell | |||||
A black hole for Internet advertisements | ||||||||||
K3sup | 5,467 | 2 | 5 days ago | 21 | April 13, 2021 | 12 | other | Go | ||
bootstrap K3s over SSH in < 60s 🚀 | ||||||||||
Blog | 1,548 | 5 days ago | 5 | JavaScript | ||||||
Life is a moment :notebook_with_decorative_cover: | ||||||||||
Arozos | 1,339 | 2 months ago | 16 | gpl-3.0 | JavaScript | |||||
Web Desktop Operating System for low power platforms, Now written in Go! | ||||||||||
Shellhub | 1,180 | 3 | 6 hours ago | 708 | September 06, 2023 | 19 | apache-2.0 | Go | ||
:computer: Get seamless remote access to any Linux device. Centralized SSH for the edge and cloud computing | ||||||||||
K8s On Raspbian | 850 | 3 years ago | n,ull | mit | Shell | |||||
Kubernetes on Raspbian (Raspberry Pi) | ||||||||||
K8s On Raspbian | 777 | 3 years ago | 7 | mit | Shell | |||||
Kubernetes on Raspbian (Raspberry Pi) | ||||||||||
Hashi Up | 589 | 4 months ago | 32 | September 06, 2022 | 6 | mit | Go | |||
bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute | ||||||||||
Rdbox | 268 | 10 months ago | 30 | mit | Shell | |||||
To connect all over Robots / Peoples and The Social through having a Cloud-Native Technology | ||||||||||
Lib Python | 188 | 1 | 2 years ago | 5 | February 21, 2020 | 6 | mit | Python | ||
Blynk IoT library for Python and Micropython |
Network-wide ad blocking via your own Linux hardware
The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.
Those who want to get started quickly and conveniently may install Pi-hole using the following command:
curl -sSL https://install.pi-hole.net | bash
Piping to bash
is controversial, as it prevents you from reading code that is about to run on your system. Therefore, we provide these alternative installation methods which allow code review before installation:
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
cd "Pi-hole/automated install/"
sudo bash basic-install.sh
wget -O basic-install.sh https://install.pi-hole.net
sudo bash basic-install.sh
Please refer to the Pi-hole docker repo to use the Official Docker Images.
Once the installer has been run, you will need to configure your router to have DHCP clients use Pi-hole as their DNS server. This router configuration will ensure that all devices connecting to your network will have content blocked without any further intervention.
If your router does not support setting the DNS server, you can use Pi-hole's built-in DHCP server; be sure to disable DHCP on your router first (if it has that feature available).
As a last resort, you can manually set each device to use Pi-hole as their DNS server.
There are many reoccurring costs involved with maintaining free, open-source, and privacy-respecting software; expenses which our volunteer developers pitch in to cover out-of-pocket. This is just one example of how strongly we feel about our software and the importance of keeping it maintained.
Make no mistake: your support is absolutely vital to help keep us innovating!
Donating using our Sponsor Button is extremely helpful in offsetting a portion of our monthly expenses:
If you'd rather not donate (which is okay!), there are other ways you can help support us:
We welcome everyone to contribute to issue reports, suggest new features, and create pull requests.
If you have something to add - anything from a typo through to a whole new feature, we're happy to check it out! Just make sure to fill out our template when submitting your request; the questions it asks will help the volunteers quickly understand what you're aiming to achieve.
You'll find that the install script and the debug script have an abundance of comments, which will help you better understand how Pi-hole works. They're also a valuable resource to those who want to learn how to write scripts or code a program! We encourage anyone who likes to tinker to read through it and submit a pull request for us to review.
While we are primarily reachable on our Discourse User Forum, we can also be found on various social media outlets.
Please be sure to check the FAQs before starting a new discussion, as we do not have the spare time to reply to every request for assistance.
FTLDNS is a lightweight, purpose-built daemon used to provide statistics needed for the Web Interface, and its API can be easily integrated into your own projects. As the name implies, FTLDNS does this all very quickly!
Some of the statistics you can integrate include:
Access the API via telnet
, the Web (admin/api.php
) and Command Line (pihole -c -j
). You can find out more details over here.
The pihole command has all the functionality necessary to fully administer the Pi-hole, without the need for the Web Interface. It's fast, user-friendly, and auditable by anyone with an understanding of bash
.
Some notable features include:
You can read our Core Feature Breakdown for more information.
This optional dashboard allows you to view stats, change settings, and configure your Pi-hole. It's the power of the Command Line Interface, with none of the learning curve!
Some notable features include:
There are several ways to access the dashboard:
http://pi.hole/admin/
(when using Pi-hole as your DNS server)http://<IP_ADDRESS_OF_YOUR_PI_HOLE>/admin/