{"id":48140,"date":"2024-08-12T13:13:35","date_gmt":"2024-08-12T13:13:35","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=48140"},"modified":"2026-02-18T06:49:14","modified_gmt":"2026-02-18T06:49:14","slug":"external-nfs-server","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server","title":{"rendered":"Configure External NFS Server on AccuWeb.Cloud dashboard"},"content":{"rendered":"<h2 class=\"ack-h2\">Configure External NFS Server on AccuWeb.Cloud dashboard<\/h2>\n<p>The platform supports sharing data between servers (where files are physically stored) and clients (which access remote data as if it were local). The configuration process depends on the following conditions:<\/p>\n<ul class=\"ack-ul\">\n<li><strong>Both Instances within the Same PaaS Account:<\/strong> You can export data from the storage or mount data on the clients (the platform automatically manages the mounting operation).<\/li>\n<li><strong>One Instance Outside the Platform:<\/strong> You need to export data from the external storage (as outlined in this guide) and mount the external data on the clients.<\/li>\n<\/ul>\n<p>Below, we will cover the steps to export data from the platform&#8217;s Shared Storage Container to an external instance. This process applies to any NFS-based storage server.<\/p>\n<p>To enable data sharing over the Internet, you first need to attach a public IP address to your server.<\/p>\n<p>Below, we&#8217;ll outline the configurations needed to export data from the platform&#8217;s Shared Storage Container to an external instance. This procedure applies to any NFS-based storage server.<\/p>\n<p><strong>Step 1.<\/strong> To share data over the Internet, you first need to assign a <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/attach-public-ip\/\" target=\"_blank\" rel=\"noopener\">public IP<\/a> address to your server:<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Public-IP.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-48141 size-full\" title=\"Public IP\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Public-IP.png\" alt=\"Public IP\" width=\"584\" height=\"151\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Public-IP.png 584w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Public-IP-300x78.png 300w\" sizes=\"(max-width: 584px) 100vw, 584px\" \/><\/a><\/p>\n<p><strong>Step 2.<\/strong> Next, specify the directories you want to share in the<strong> etc\/exports file.<\/strong> On the platform, you can easily access this file by clicking the Configuration button in the Exports section of the built-in <strong>Configuration<\/strong> File Manager.<\/p>\n<p><strong>Use the following format for this configuration:<\/strong><\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n{directory} {server}([option],[option],..)<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Configuration-File-Manager.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-48142 size-full\" title=\"Configuration File Manager\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Configuration-File-Manager.png\" alt=\"Configuration File Manager\" width=\"914\" height=\"404\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Configuration-File-Manager.png 914w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Configuration-File-Manager-300x133.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Configuration-File-Manager-768x339.png 768w\" sizes=\"(max-width: 914px) 100vw, 914px\" \/><\/a><\/p>\n<p><strong>{directory} &#8211;<\/strong> the path to the folder (relative to the Root folder) that needs to be exported<\/p>\n<p><strong>{NFS_client} &#8211;<\/strong> the custom domain name or public IP address of the client node where the exported files will be mounted<\/p>\n<p><strong>Note:<\/strong> If your instance does not have an external address, you can use the IP of the appropriate host instead. To find this, connect to the container via SSH and run the following command:<\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\ncurl ifconfig.co<\/code><\/pre>\n<div class=\"article-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Use-IP-if-you-does-not-have-external-address.png\"><img decoding=\"async\" class=\"ack-extra-image-space aligncenter wp-image-48143 size-full\" title=\"Use IP if you does not have external address\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Use-IP-if-you-does-not-have-external-address.png\" alt=\"Use IP if you does not have external address\" width=\"364\" height=\"228\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Use-IP-if-you-does-not-have-external-address.png 364w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Use-IP-if-you-does-not-have-external-address-300x188.png 300w\" sizes=\"(max-width: 364px) 100vw, 364px\" \/><\/a><\/p>\n<p><strong>[option] &#8211;<\/strong> additional parameters to define access permissions, with the main ones being:<\/p>\n<ul class=\"ack-ul\">\n<li><strong>async:<\/strong> Allows NFS clients to receive a response from the storage as soon as a request to add content is processed. The data is in the cache but not yet written to storage. This provides a performance boost compared to the sync option but carries a slight risk of data loss if the system stops or crashes while data is still in the cache.<\/li>\n<li><strong>ro (or rw):<\/strong> Specifies read-only (or read &amp; write) permissions for the client node, allowing it to view (or view and edit) the shared data.<\/li>\n<li><strong>no_root_squash:<\/strong> Grants the root user on the client\u2019s server the same level of access as the root user on the storage container.<\/li>\n<li><strong>no_subtree_check:<\/strong> Enables access to the entire directory, which improves performance but limits the ability to set individual rules for files within the directory.<\/li>\n<\/ul>\n<p><strong>Step 3.<\/strong> When using the Shared Storage Auto-Cluster based on GlusterFS, remember that only the \/data folder is replicated between instances. Therefore, the directory to be exported must be located inside this folder.<\/p>\n<p>Additionally, you must include the fsid option in the export configuration string. For example, you can randomly generate the value for this parameter with the following command:<\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\ncat \/proc\/sys\/kernel\/random\/uuid<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Random-parameter.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-extra-image-space aligncenter wp-image-48144 size-full\" title=\"Random parameter\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Random-parameter.png\" alt=\"Random parameter\" width=\"1276\" height=\"216\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Random-parameter.png 1276w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Random-parameter-300x51.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Random-parameter-1024x173.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Random-parameter-768x130.png 768w\" sizes=\"(max-width: 1276px) 100vw, 1276px\" \/><\/a><br \/>\nRemember to save the changes you&#8217;ve made.<\/p>\n<p><strong>Step 4.<\/strong> To apply the new export settings, use the appropriate exportfs command (e.g., via Web SSH):<\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\nexportfs -ra<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/exportfs.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-48145 size-full\" title=\"exportfs\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/exportfs.png\" alt=\"exportfs\" width=\"819\" height=\"189\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/exportfs.png 819w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/exportfs-300x69.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/exportfs-768x177.png 768w\" sizes=\"(max-width: 819px) 100vw, 819px\" \/><\/a><\/p>\n<p><strong>Step 5.<\/strong> Next, open the NFS server ports (111, 2049, and 20048) for the NFS client IP address (the one specified in the second step). Go to the storage environment&#8217;s <strong>Settings &gt;<\/strong> <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/container-firewall-rules\/\" target=\"_blank\" rel=\"noopener\"><strong>Firewall<\/strong><\/a> section and add the necessary rules using the intuitive UI:<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Firewall.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-48146 size-full\" title=\"Firewall\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Firewall.png\" alt=\"Firewall\" width=\"803\" height=\"384\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Firewall.png 803w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Firewall-300x143.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/Firewall-768x367.png 768w\" sizes=\"(max-width: 803px) 100vw, 803px\" \/><\/a><\/p>\n<p><strong>Tip: You can also accomplish this through the console:<\/strong><\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\nIptables -I INPUT -p tcp -m multiport --dports 111,2049,20048 -s {NFS_client} -j ACCEPT\r\nIptables -I INPUT -p udp -m multiport --dports 111,2049,20048 -s {NFS_client} -j ACCEPT<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/NFS-Server-Ports-Through-Console.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-48147 size-full\" title=\"NFS Server Ports Through Console\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/NFS-Server-Ports-Through-Console.png\" alt=\"NFS Server Ports Through Console\" width=\"1069\" height=\"129\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/NFS-Server-Ports-Through-Console.png 1069w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/NFS-Server-Ports-Through-Console-300x36.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/NFS-Server-Ports-Through-Console-1024x124.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/NFS-Server-Ports-Through-Console-768x93.png 768w\" sizes=\"(max-width: 1069px) 100vw, 1069px\" \/><\/a><\/p>\n<p><strong>Step 6.<\/strong> When granting RW rights, ensure the same users have identical access permissions to the NFS client and server shared folder.<\/p>\n<p>For instance, different <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/software-stack-version-functionality\/\" target=\"_blank\" rel=\"noopener\">stacks<\/a> might use different default users (e.g., root)<br \/>\nIf necessary, run the following command on your storage server to adjust the permissions:<\/p>\n<div class=\"article-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\nchown {uid}:{gid} {path}<\/code><\/pre>\n<div class=\"article-space\"><\/div>\n<p><strong>Here<\/strong><\/p>\n<ul class=\"ack-ul\">\n<li><strong>{uid} &#8211;<\/strong> the username or ID, which can be found in the <strong>\/etc\/passwd<\/strong> file of your platform container<\/li>\n<li><strong>{gid} &#8211;<\/strong> the group name or ID, listed in the \/etc\/group file of your node<\/li>\n<li><strong>{path} &#8211;<\/strong> the path to the directory for which you want to change the permissions<\/li>\n<\/ul>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/different-default-users.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-extra-image-space aligncenter wp-image-48148 size-full\" title=\"data storage server \" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/different-default-users.png\" alt=\"data storage server \" width=\"469\" height=\"141\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/different-default-users.png 469w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/08\/different-default-users-300x90.png 300w\" sizes=\"(max-width: 469px) 100vw, 469px\" \/><\/a><\/p>\n<p>That\u2019s it! Your data storage server is now configured and ready. You can return to the client instance and begin the mounting process.<\/p>\n<div class=\"cta-btn-top-space ack-extra-image-space\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"cta-btn-bottom-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-48140","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-data-storage-container","faq_topics-external-nfs-server","faq_topics-kb","faq_topics-product-documentation","faq_topics-container-use-cases"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure External NFS Server on AccuWeb.Cloud dashboard<\/title>\n<meta name=\"description\" content=\"Discover how to configure external NFS storage. Share your data between the server and local system, follow this guide to configure it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure External NFS Server on AccuWeb.Cloud dashboard\" \/>\n<meta property=\"og:description\" content=\"Discover how to configure external NFS storage. Share your data between the server and local system, follow this guide to configure it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-18T06:49:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"Configure External NFS Server on AccuWeb.Cloud dashboard\",\"datePublished\":\"2024-08-12T13:13:35+00:00\",\"dateModified\":\"2026-02-18T06:49:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server\"},\"wordCount\":723,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server\",\"name\":\"Configure External NFS Server on AccuWeb.Cloud dashboard\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-08-12T13:13:35+00:00\",\"dateModified\":\"2026-02-18T06:49:14+00:00\",\"description\":\"Discover how to configure external NFS storage. Share your data between the server and local system, follow this guide to configure it.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure External NFS Server on AccuWeb.Cloud dashboard\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Configure External NFS Server on AccuWeb.Cloud dashboard","description":"Discover how to configure external NFS storage. Share your data between the server and local system, follow this guide to configure it.","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:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server","og_locale":"en_US","og_type":"article","og_title":"Configure External NFS Server on AccuWeb.Cloud dashboard","og_description":"Discover how to configure external NFS storage. Share your data between the server and local system, follow this guide to configure it.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-18T06:49:14+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"Configure External NFS Server on AccuWeb.Cloud dashboard","datePublished":"2024-08-12T13:13:35+00:00","dateModified":"2026-02-18T06:49:14+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server"},"wordCount":723,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server","url":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server","name":"Configure External NFS Server on AccuWeb.Cloud dashboard","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-08-12T13:13:35+00:00","dateModified":"2026-02-18T06:49:14+00:00","description":"Discover how to configure external NFS storage. Share your data between the server and local system, follow this guide to configure it.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/external-nfs-server#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"Configure External NFS Server on AccuWeb.Cloud dashboard"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/48140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=48140"}],"version-history":[{"count":7,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/48140\/revisions"}],"predecessor-version":[{"id":52985,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/48140\/revisions\/52985"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=48140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}