Another FTL port 53 help request - can it be fixed from gui settings

i have the error port 53 after a power outage/reboot.

can i get dnsmasq and ftl back up using the web gui?

tried to follow this but getting nowhere

debug token is: https://tricorder.pi-hole.net/xfMplmd1/

tia

You have unbound running on port 53. This is preventing pihole-FTL from binding to that port.

[53] is in use by unbound (https://docs.pi-hole.net/main/prerequisites/#ports)

[2022-05-22 15:54:37.843 604M] FATAL ERROR in dnsmasq core: failed to create listening socket for port 53: Address already in use

This is not something you can fix from the web GUI. You will either need to stop unbound or put it on a different port. Our guide for unbound has a configuration file that will put unbound on port 5335 and avoid the port 53 conflict.

Error writing /etc/unbound/unbound.conf.d/pi-hole.conf: Permission denied

You need sudo powers to modify that file.

sudo nano /etc/unbound/unbound.conf.d/pi-hole.conf

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.