Our new website and hosting control panel are launching soon

Knowledge Base

> How to clear the local DNS cache in Mac OS?

How to clear the local DNS cache in Mac OS?

Updated: 27/04/2020

You can clear your local DNS cache in Mac OS from your Terminal:

  • Go to Applications -> Utilities -> Terminal
  • Type the following command and press Enter:
dscacheutil -flushcache
  • After that type the second command and press Enter:
sudo killall -HUP mDNSResponder
menu