Knowledge Base
How to Solve Clamd Download Error
Clamd or the ClamAV Daemon scans malicious files on your server. The ClamAV plugin is available in WHM. Installing this makes the Virus Scanner option appear in cPanel. However, downloading Clamd may not always be successful.
![]()
Here is what you can try:
NOTE: SSH connection is only allowed on Vodien Virtual Private Servers and Dedicated Servers.
- Connect to SSH via Windows or connect to SSH via Mac.
- Access the directory /usr/share/clamav/ or enter the code below on the command line.
cd /usr/share/clamav/
- Move the three database files by executing the command below. Replace home/directory with the directory where you want to move the files.
mv daily.cvd main.cld mirrors.dat home/directory
Another way is to delete the three database files by executing the command below:
rm daily.cvd main.cld mirrors.dat
- Run the clam updates by entering the code provided below.
freshclam
- Restart clam daemon with this command:
/scripts/restartsrv_clamd
- If the report shows an outdated database, you can run freshclam again to update and do another restart. Otherwise, proceed to Step 7.
- Log in to WHM.

- Click cPanel on the sidebar menu or on the Home page.

- Click Manage Plugins.

- Click Uninstall "ClamAV for cPanel".

- Wait for the confirmation message to appear that the execution is complete.

- Re-install the ClamAV for cPanel by clicking the Install "ClamAV for cPanel" button.

Wait for the confirmation message to appear that the installation is complete.

Confirm the changes by checking if the Virus Scanner option shows in cPanel.
Contact our Singapore or Australia Support Team if you have further questions.
Did you find this article helpful?