How can i reset all pihole stats?

Hey everybody, i need to know how i can reset all pihole stats and logs?
pihole -f dont work i can still see Top Domains, Top Blocked Domains, Top Clients -.-

Move/Remove the database:

cd /etc/pihole
sudo service pihole-FTL stop
sudo mv pihole-FTL.db pihole-FTL.db.old
sudo service pihole-FTL start
8 Likes

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