{"id":55230,"date":"2020-04-15T13:38:17","date_gmt":"2020-04-15T18:38:17","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=55230"},"modified":"2023-11-16T13:41:46","modified_gmt":"2023-11-16T18:41:46","slug":"antivirus-for-files-nextcloud-clamav","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/","title":{"rendered":"How to Use Antivirus for Files in Nextcloud with ClamAV"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png\" alt=\"How to Use Antivirus for Files in Nextcloud with ClamAV Hero Image\" class=\"wp-image-107694\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/nextcloud.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud<\/a> makes online collaboration easier for remote teams. However, some users have less secure personal computers and unsafe internet browsing practices. Scanning files before they can be uploaded to Nextcloud helps protect <a href=\"http:\/\/vps-hosting\">VPS accounts<\/a> and users from malware. <\/p>\n\n\n\n<p>The <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/apps.nextcloud.com\/apps\/files_antivirus\" target=\"_blank\"><strong>Antivirus for Files<\/strong><\/a> Nextcloud application does this by connecting to a separately installed ClamAV application hosted on the same server or a remote location. Below we cover:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#install\">Installing the Antivirus for Files Nextcloud Application <\/a><\/li>\n\n\n\n<li><a href=\"#configure\">Configuring Antivirus for Files with ClamAV<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#socket\">Daemon (Socket)<\/a><\/li>\n\n\n\n<li><a href=\"#executable\">Executable<\/a><\/li>\n\n\n\n<li><a href=\"#daemon\">Daemon<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#logging\">Enable All Logging<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">Install Antivirus for Files<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Log into Nextcloud as an administrator<\/li>\n\n\n\n<li>In the upper-right corner, select your username icon, then <strong>+ Apps<\/strong><\/li>\n\n\n\n<li>On the left, select <strong>Security<\/strong><\/li>\n\n\n\n<li>Under <em>Antivirus for files<\/em>, select <strong>Download and enable<\/strong><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"configure\">Configure Antivirus for Files with ClamAV<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>In the upper-right corner, select your username icon, then <strong>Settings<\/strong><\/li>\n\n\n\n<li>On the left, under <em>Administration<\/em>, select <strong>Security<\/strong><\/li>\n\n\n\n<li>Under <em>Antivirus for Files<\/em>, choose between three scanning modes:<br><a href=\"#socket\">Daemon (Socket)<\/a>, <a href=\"#executable\">Executable<\/a>, and <a href=\"#daemon\">Daemon<\/a><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"socket\">Daemon (Socket)<\/h3>\n\n\n\n<p>This is the recommended option for using ClamAV on the same server. This is less resource-intensive compared to the executable mode.<\/p>\n\n\n\n<p>When selecting this option, your Nextcloud <strong>Socket<\/strong> path should match the file path to clamd. To verify this, SSH into your server and run the netstat command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">netstat -a | grep clam<\/pre>\n\n\n\n<p>The file path is at the end: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>unix  2      [ ACC ]     STREAM     LISTENING     1754490  \/var\/clamd<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"370\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-daemon-socket.png\" alt=\"Antivirus for Files Daemon (Socket) mode\" class=\"wp-image-55231\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-daemon-socket.png 720w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-daemon-socket-300x154.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption class=\"wp-element-caption\">Example Daemon (Socket) mode<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"executable\">Executable<\/h3>\n\n\n\n<p>This option for using ClamAV on the same server is slower and more resource-intensive compared to the daemon (socket) mode.<\/p>\n\n\n\n<p>With this option, your Nextcloud <strong>Path to clamscan<\/strong> path should match the file path to clamscan. To verify this, <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">SSH into your server<\/a> and run the <code>find<\/code> command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">find \/ -name clamscan<\/pre>\n\n\n\n<p>The example below is for the <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-and-configure-clamav\/\">ClamAV cPanel plugin<\/a> on a <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\">linux VPS server<\/a> running CentOS.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/usr\/local\/cpanel\/3rdparty\/bin\/clamscan<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"694\" height=\"362\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-executable.png\" alt=\"Antivirus for Files Executable mode\" class=\"wp-image-55232\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-executable.png 694w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-executable-300x156.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption class=\"wp-element-caption\">Example Executable mode<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"daemon\">Daemon<\/h3>\n\n\n\n<p>This option calls ClamAV on a remote server and requires the hostname (IP address or server name) and port number of that server. You can find the port number within the ClamAV clamd.conf file on that server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"670\" height=\"364\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-daemon.png\" alt=\"Antivirus for Files Daemon mode\" class=\"wp-image-55233\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-daemon.png 670w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/nextcloud-antivirus-daemon-300x163.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p class=\"alert alert-info\">We recommend changing <em>When infected files are found during a background scan<\/em> to <strong>Delete file<\/strong>.<\/p>\n\n\n\n<p>Learn more from the <a href=\"https:\/\/docs.nextcloud.com\/server\/latest\/admin_manual\/configuration_server\/antivirus_configuration.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Antivirus for Files official documentation<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"logging\">Enable All Logging <\/h2>\n\n\n\n<p>Ensure all events are logged to help you track security incidents.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>In the upper-right corner, select your username icon, then <strong>Settings<\/strong><\/li>\n\n\n\n<li>On the left, select <strong>Logging<\/strong><\/li>\n\n\n\n<li>Select the 3-dot button beside <em>Level<\/em> and ensure all <strong>Log levels <\/strong>are selected<\/li>\n\n\n\n<li>On the left, under <em>Administration<\/em>, select <strong>Security<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Learn more about ways to <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/ways-to-harden-your-vps-hosting\/\">secure your VPS<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nextcloud makes online collaboration easier for remote teams. However, some users have less secure personal computers and unsafe internet browsing practices. Scanning files before they can be uploaded to Nextcloud helps protect VPS accounts and users from malware. The Antivirus for Files Nextcloud application does this by connecting to a separately installed ClamAV application hosted<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288],"tags":[],"class_list":["post-55230","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Antivirus for Files in Nextcloud with ClamAV | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to use the Antivirus for Files Nextcloud application with the ClamAV scanner to protect your server from malicious files.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Antivirus for Files in Nextcloud with ClamAV | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to use the Antivirus for Files Nextcloud application with the ClamAV scanner to protect your server from malicious files.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-15T18:38:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-16T18:41:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Use Antivirus for Files in Nextcloud with ClamAV\",\"datePublished\":\"2020-04-15T18:38:17+00:00\",\"dateModified\":\"2023-11-16T18:41:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\"},\"wordCount\":414,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\",\"name\":\"Antivirus for Files in Nextcloud with ClamAV | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png\",\"datePublished\":\"2020-04-15T18:38:17+00:00\",\"dateModified\":\"2023-11-16T18:41:46+00:00\",\"description\":\"Learn how to use the Antivirus for Files Nextcloud application with the ClamAV scanner to protect your server from malicious files.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Antivirus for Files in Nextcloud with ClamAV\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Antivirus for Files in Nextcloud with ClamAV | InMotion Hosting","description":"Learn how to use the Antivirus for Files Nextcloud application with the ClamAV scanner to protect your server from malicious files.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/","og_locale":"en_US","og_type":"article","og_title":"Antivirus for Files in Nextcloud with ClamAV | InMotion Hosting","og_description":"Learn how to use the Antivirus for Files Nextcloud application with the ClamAV scanner to protect your server from malicious files.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-04-15T18:38:17+00:00","article_modified_time":"2023-11-16T18:41:46+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Use Antivirus for Files in Nextcloud with ClamAV","datePublished":"2020-04-15T18:38:17+00:00","dateModified":"2023-11-16T18:41:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/"},"wordCount":414,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/","name":"Antivirus for Files in Nextcloud with ClamAV | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud-1024x538.png","datePublished":"2020-04-15T18:38:17+00:00","dateModified":"2023-11-16T18:41:46+00:00","description":"Learn how to use the Antivirus for Files Nextcloud application with the ClamAV scanner to protect your server from malicious files.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/11\/Use-Antivirus-for-Files-with-ClamAV-Nextcloud.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/antivirus-for-files-nextcloud-clamav\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Use Antivirus for Files in Nextcloud with ClamAV"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4288,"name":"Website","slug":"website","link":"https:\/\/www.inmotionhosting.com\/support\/website\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=55230"}],"version-history":[{"count":13,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55230\/revisions"}],"predecessor-version":[{"id":107930,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/55230\/revisions\/107930"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=55230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=55230"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=55230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}