Managing a file server using JumpCloud is very similar to managing permissions with Active Directory. The main difference is that the JumpCloud agent is deployed on the file server to maintain local accounts, instead of granting permissions via domain accounts. Access to a given folder is granted by defining local groups, then adding the local user to the appropriate local group.<\/p>\n\n\n\n
Prerequisites<\/strong>:<\/p>\n\n\n\n
For this example, we\u2019ll take the following actions:<\/p>\n\n\n\n
JumpCloud provides multiple methods with which you can install the Agent to your local system: Install the Agent<\/a>.<\/p>\n\n\n\n
If you currently use configuration management software like SCCM or JAMF, you can leverage them to deploy and install the Agent to your environment. You can also automate the installation process in other ways: Install the Agent from Command Line<\/a>.<\/p>\n\n\n\n
In order to grant access to this system for our test user, we’ll need to bind the user to the system resource. If you’re unfamiliar with binding users to resources, see Connect New Users to Resources<\/a>.<\/p>\n\n\n\n
Now let’s define a specific group that will have explicit access to this share. Run the New-LocalGroup PowerShell command<\/a> to create a new group:<\/p>\n\n\n\n
New-LocalGroup -Name “TestGroup”<\/p>\n<\/div><\/div>\n\n\n\n
Then, we’ll run the New-Item command<\/a> to create a new directory:<\/p>\n\n\n\n
New-Item -Path “c:\\” -Name “test-share” -ItemType “directory”<\/p>\n<\/div><\/div>\n\n\n\n
Finally, we’ll create the share itself based on this new directory with the New-SmbShare command<\/a>, and grant both our new test group and the local administrators group access to it:<\/p>\n\n\n\n
New-SmbShare -Name “TestShare” -Path “C:\\test-share” -FullAccess “LocalTest\\Administrator”, “LocalTest\\TestGroup”<\/p>\n<\/div><\/div>\n\n\n\n
In order to add our user to our new test group, we’ll be leveraging the Commands feature in the JumpCloud Admin Portal. Navigate to Commands<\/strong> and create a new command. Run the Add-LocalGroupMember PowerShell command<\/a> against the target system:<\/p>\n\n\n\n
Add-LocalGroupMember -Group “TestGroup” -Member “TestUser”<\/p>\n<\/div><\/div>\n\n\n\n
The command will take at least 60 seconds to complete. Once it has completed, you can verify the group membership of the user on the local system.<\/p>\n\n\n\n
On a Windows system, accessing the share is as simple as navigating to the network directory itself. Based on the examples above, our network share in this case would be \\LocalTest\\test-share\\<\/strong>.<\/p>\n\n\n\n
For Mac systems, open the Finder and press \u2318+K <\/strong>to access the Connect to Server dialogue, then type smb:\/\/LocalTest\/test-share\/<\/code> and you’ll be prompted to authenticate. Once authenticated, you’ll have access to the share.<\/p>\n\n\n\n
Voila! You now have a new share. Depending on how often new shares are created, you can automate their creation by leveraging our Commands feature plus our API:<\/p>\n\n\n\n
\n
- Get Started: Commands<\/a><\/li>\n\n\n\n
- JumpCloud Commands Gallery<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"
Managing a file server using JumpCloud is very similar to managing permissions with Active Directory. The main difference is that […]<\/p>\n","protected":false},"author":206,"featured_media":0,"template":"","meta":{"_acf_changed":false,"_oasis_is_in_workflow":0,"_oasis_original":0,"_oasis_task_priority":"","inline_featured_image":false,"footnotes":""},"support_category":[2856],"support_tag":[],"coauthors":[2842],"acf":[],"yoast_head":"\n
Manage NFS in JumpCloud - JumpCloud<\/title>\n<meta name=\"description\" content=\"Learn how to manage a file server using JumpCloud, which is very similar to managing permissions with Active Directory.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manage NFS in JumpCloud\" \/>\n<meta property=\"og:description\" content=\"Learn how to manage a file server using JumpCloud, which is very similar to managing permissions with Active Directory.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud\" \/>\n<meta property=\"og:site_name\" content=\"JumpCloud\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/07\/202405-MISC-JumpCloudHelpCenter-SiteDisplay-min-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"890\" \/>\n\t<meta property=\"og:image:height\" content=\"525\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"3 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"pamkellman\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud\",\"url\":\"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud\",\"name\":\"Manage NFS in JumpCloud - JumpCloud\",\"isPartOf\":{\"@id\":\"https:\/\/jumpcloud.com\/#website\"},\"datePublished\":\"2023-06-05T17:11:45+00:00\",\"dateModified\":\"2023-06-05T17:11:45+00:00\",\"description\":\"Learn how to manage a file server using JumpCloud, which is very similar to managing permissions with Active Directory.\",\"breadcrumb\":{\"@id\":\"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jumpcloud.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Support\",\"item\":\"https:\/\/jumpcloud.com\/support\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Manage NFS in JumpCloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jumpcloud.com\/#website\",\"url\":\"https:\/\/jumpcloud.com\/\",\"name\":\"JumpCloud\",\"description\":\"Daily insights on directory services, IAM, LDAP, identity security, SSO, system management (Mac, Windows, Linux), networking, and the cloud.\",\"publisher\":{\"@id\":\"https:\/\/jumpcloud.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jumpcloud.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jumpcloud.com\/#organization\",\"name\":\"JumpCloud\",\"url\":\"https:\/\/jumpcloud.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png\",\"contentUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png\",\"width\":598,\"height\":101,\"caption\":\"JumpCloud\"},\"image\":{\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Manage NFS in JumpCloud - JumpCloud","description":"Learn how to manage a file server using JumpCloud, which is very similar to managing permissions with Active Directory.","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:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud","og_locale":"en_US","og_type":"article","og_title":"Manage NFS in JumpCloud","og_description":"Learn how to manage a file server using JumpCloud, which is very similar to managing permissions with Active Directory.","og_url":"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud","og_site_name":"JumpCloud","og_image":[{"width":890,"height":525,"url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/07\/202405-MISC-JumpCloudHelpCenter-SiteDisplay-min-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes","Written by":"pamkellman"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud","url":"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud","name":"Manage NFS in JumpCloud - JumpCloud","isPartOf":{"@id":"https:\/\/jumpcloud.com\/#website"},"datePublished":"2023-06-05T17:11:45+00:00","dateModified":"2023-06-05T17:11:45+00:00","description":"Learn how to manage a file server using JumpCloud, which is very similar to managing permissions with Active Directory.","breadcrumb":{"@id":"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jumpcloud.com\/support\/manage-nfs-in-jumpcloud#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jumpcloud.com\/"},{"@type":"ListItem","position":2,"name":"Support","item":"https:\/\/jumpcloud.com\/support"},{"@type":"ListItem","position":3,"name":"Manage NFS in JumpCloud"}]},{"@type":"WebSite","@id":"https:\/\/jumpcloud.com\/#website","url":"https:\/\/jumpcloud.com\/","name":"JumpCloud","description":"Daily insights on directory services, IAM, LDAP, identity security, SSO, system management (Mac, Windows, Linux), networking, and the cloud.","publisher":{"@id":"https:\/\/jumpcloud.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jumpcloud.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jumpcloud.com\/#organization","name":"JumpCloud","url":"https:\/\/jumpcloud.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/","url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png","contentUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png","width":598,"height":101,"caption":"JumpCloud"},"image":{"@id":"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support\/76642"}],"collection":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support"}],"about":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/types\/support"}],"author":[{"embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/users\/206"}],"version-history":[{"count":3,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support\/76642\/revisions"}],"predecessor-version":[{"id":83090,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support\/76642\/revisions\/83090"}],"wp:attachment":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/media?parent=76642"}],"wp:term":[{"taxonomy":"support_category","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support_category?post=76642"},{"taxonomy":"support_tag","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support_tag?post=76642"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/coauthors?post=76642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}