1# Pi-hole Web Dashboard {#module-services-web-apps-pihole-web}
2
3The Pi-hole suite provides a web GUI for controlling and monitoring
4[pihole-FTL](index.html#module-services-networking-pihole-ftl).
5
6## Configuration {#module-services-web-apps-pihole-web-configuration}
7
8Example configuration:
9
10```nix
11{
12 services.pihole-web = {
13 enable = true;
14 ports = [ 80 ];
15 };
16}
17```
18
19The dashboard can be configured using [{option}`services.pihole-ftl.settings`](options.html#opt-services.pihole-ftl.settings), in particular the `webserver` subsection.