Skip to content

pi-hole/web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-hole website
Network-wide ad blocking via your own Linux hardware



Pi-hole Web Interface

Pi-hole Web interface

Pi-hole®'s Web interface (based off of AdminLTE) provides a central location to manage your Pi-hole and review the statistics generated by FTLDNS.

  • Easy-to-interpret: simple graphs and beautiful colors make Pi-hole's stats easy to understand
  • Responsive: looks great on desktop, tablets, and mobile devices
  • Useful: control and configure your Pi-hole with our settings
  • Insightful: use the query log, including long-term stats to gain insight into your networks activity



Installation

The Web interface is enabled by default when you install Pi-hole.

Post-installation: access the Web interface and gain insight into your network's activity

There are several ways to access the dashboard:

  1. https://<IP_ADDRESS_OF_YOUR_PI_HOLE>/admin/
  2. https://pi.hole/admin/ (when using Pi-hole as your DNS server)
  3. https://pi.hole/ (when using Pi-hole as your DNS server)

Tip

You can access the web interface using https:// or https:// protocols.

Once logged in, you can view your network stats to see things like:

  • the domains being queried on your network
  • the time the queries were initiated
  • the amount of domains that were blocked
  • the upstream server queries were sent to
  • the type of queries (A, AAAA, CNAME, SRV, TXT, etc.)

Pi-hole is free, but powered by your support

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, as well as the importance of keeping it maintained.

Make no mistake: your support is absolutely vital to help keep us innovating!

Donations

Sending a donation using our links below is extremely helpful in offsetting a portion of our monthly expenses:

Alternative support

If you'd rather not donate (which is okay!), there are other ways you can help support us:

Contributing via GitHub

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 that it asks will help the volunteers quickly understand what you're aiming to achieve.

Presentations about Pi-hole

Word-of-mouth continues to help our project grow immensely, and so we are helping make this easier for people.

If you are going to be presenting Pi-hole at a conference, meetup or even a school project, get in touch with us so we can hook you up with free swag to hand out to your audience!


Getting in touch with us

While we are primarily reachable on our Discourse User Forum, we can also be found on a variety of social media outlets. Please be sure to check the FAQ's before starting a new discussion, as we do not have the spare time to reply to every request for assistance.

Features

Mobile friendly interface

Mobile friendly

Password protection

Password protection

Detailed graphs and doughnut charts

Pie charts

Top lists of domains and clients

Top domains/top clients

The Query Log

Query log

The Query Log shows recent and long-term data over user defined time ranges

You can filter your log using the advanced filter:

Query log advanced filter

Blocking and allowing domains

Lists, domains (block or allow) and regex entries can be managed through groups.


Domain Management

Settings - Manage and configure Pi-hole features

System Settings - Basic and Expert

System Settings:

  • System Information
  • DNS reply metrics
  • DNS cache metrics $\color{red}{\normalsize\textsf{[Expert]}}$
  • DHCP server metrics $\color{red}{\normalsize\textsf{[Expert]}}$
  • Actions (Buttons) $\color{red}{\normalsize\textsf{[Expert]}}$

DNS Settings:

  • Upstream DNS Servers (including custom DNS servers)
  • Interface settings $\color{red}{\normalsize\textsf{[Expert]}}$
  • Advanced DNS settings $\color{red}{\normalsize\textsf{[Expert]}}$
  • DNS domain settings $\color{red}{\normalsize\textsf{[Expert]}}$
  • Rate-limiting $\color{red}{\normalsize\textsf{[Expert]}}$
  • Conditional forwarding $\color{red}{\normalsize\textsf{[Expert]}}$

DHCP Settings:

  • General DHCP Settings
  • Advanced DHCP Settings $\color{red}{\normalsize\textsf{[Expert]}}$
  • Currently active DHCP leases table
  • Static DHCP configuration $\color{red}{\normalsize\textsf{[Expert]}}$
  • Advanced description (Help text) $\color{red}{\normalsize\textsf{[Expert]}}$

Web Interface - API Settings:

  • Theme settings
  • Advanced Settings $\color{red}{\normalsize\textsf{[Expert]}}$
  • Exclusions (Domains and Clients to be excluded from dashboard tables) $\color{red}{\normalsize\textsf{[Expert]}}$
  • Currently active sessions table $\color{red}{\normalsize\textsf{[Expert]}}$

Privacy Settings:

  • Query Logging
  • Query Anonymization ("Privacy Level") $\color{red}{\normalsize\textsf{[Expert]}}$
  • Privacy-related database settings $\color{red}{\normalsize\textsf{[Expert]}}$

Teleporter:

  • Export your Pi-hole's configuration
  • Import previously exported configuration

Local DNS Settings:

  • Local DNS records
  • Local CNAME records records

All Settings (only visible in Expert mode):

  • Advanced settings page, containing all available options

All Settings

Tools

  • Diagnostic messages;
  • View logs in real time: pihole.log, FTL.log and webserver.log;
  • Update your lists;
  • Search a domain in your lists.

Live Pi-hole log

Search a domain in your lists

API

The REST API can be accessed at /api and it returns data in JSON format.

A local API documentation can be found at /api/docs:

API documentation