after setting up static ip and installing I am not blocking ads on devices with their DNS set to the static ip of my server I ran pihole status which came back with [ X ] DNS service is NOT running
Pi-hole needs port 53 to run, but you have a service (called connmand) using the port:
[✗] udp:127.0.0.1%lo:53 is in use by connmand (https://docs.pi-hole.net/main/prerequisites/#ports)
(...)
[✗] udp:[::1]%lo:53 is in use by connmand (https://docs.pi-hole.net/main/prerequisites/#ports)
(...)
[✗] tcp:127.0.0.1%lo:53 is in use by connmand (https://docs.pi-hole.net/main/prerequisites/#ports)
(...)
[✗] tcp:[::1]%lo:53 is in use by connmand (https://docs.pi-hole.net/main/prerequisites/#ports)