As far as Pi-hole's configuration is concerned, your debug log looks normal.
It shows that Pi-hole has successfully joined your network with full IPv4 connectivity.
However, your Pi-hole has not received any traffic so far. (click for details)
*** [ DIAGNOSING ]: contents of /var/log
-rw-r--r-- 1 pihole pihole 9053 May 27 10:19 /var/log/pihole-FTL.log
[2020-05-27 10:19:25.210 527] Imported 0 queries from the long-term database
[2020-05-27 10:19:25.210 527] -> Total DNS queries: 0
[2020-05-27 10:19:25.210 527] -> Cached DNS queries: 0
[2020-05-27 10:19:25.211 527] -> Forwarded DNS queries: 0
[2020-05-27 10:19:25.211 527] -> Blocked DNS queries: 0
[2020-05-27 10:19:25.211 527] -> Unknown DNS queries: 0
[2020-05-27 10:19:25.211 527] -> Unique domains: 0
[2020-05-27 10:19:25.211 527] -> Unique clients: 0
[2020-05-27 10:19:25.211 527] -> Known forward destinations: 0
This may be the case if you haven't introduced Pi-hole as your network's new DNS server yet. Going through Pi-hole's documentation on post install procedures should help with that.
However, that wouldn't explain why you can ping Pi-hole's IP address, but fail to access its UI via the same IP.
What IP address did you use?
Hi, the log didn't show any queries as I had just reinstalled pi-hole. Now it shows some but there are still some issues as there are too few... Need to look into that too.
As for the website, I did try with pi.hole/admin also with IP (192.168.2.3/admin) and none work.
There is a line in your debug log that hints at a potential problem with your network interface:
*** [ DIAGNOSING ]: Pi-hole log
-rw-r--r-- 1 pihole pihole 2511 May 27 10:28 /var/log/pihole.log
-----head of pihole.log------
May 27 10:19:25 dnsmasq[531]: warning: interface eth0 does not currently exist
What is the output of the following command, run from a terminal/console on your Pi-hole machine?
Well, I started with flushing all the rules but...I "flushed" myself out of SSH and now can't get back in. It's a headless RasPi so...need to get to fixing the access issue first
Ok, as I only had Pi-Hole running on thie RasPi I did a reinstall of Raspbian and pi-hole and now everything works. Next would be figuring out how to only make pi-hole block ads on some devices and on some not without entering the DNS manually on any device. But that's another story