Network File System Server on Windows Server 2016 a server application that enables users to mount remote directories on their respective servers. The NFS protocol is one of several distributed file system standards for network-attached storage (NAS).

This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.
Configuration and connection to NFS Storage File Server on Windows Server 2016 on Amazon
To customize the Server, first, you need to know the server IP address. You need to select the virtual machine from the list. Your IP is displayed in the line “Public IPv4 address”.
For the server to be usable, open TCP ports 111, 2049, 3389 and UDP ports 111, 2049 in your VM’s security group.
Connecting to the server
- To connect via RDP, you must create a password for the connection first. To do this, use the following Guide.
- To connect to the virtual machine, run the “Remote Desktop Connection” shortcut “Win + R“.
- In the window that appears, enter “mstsc” and click “OK”.
- In the window that appears, enter the IP of the virtual machine and click “Connect”.
- In the window that appears, enter your username and password and click “OK”.
- Check the box and click “Yes”.
- Once logged in, open up “Server Manager” (if it doesn’t start automatically)
- Select “File and Storage Services” in the window that opens.
- Select the “Shares” section, click “TASKS” – New Share
- Select “NFS Share – Quick” and click “Next” in the window that appears.
- For example, you can configure a specific folder as Shared. To do this, you should click on “Type a custom path” and select a folder or write the folder name, which will be created in the directory you selected if there is no such folder. Click “Next”.
Attention:
Share_folder is an example of a folder name, it is not necessary to specify it exactly. You can specify any folder that you want to make available on your VM
- Click “Next”, and click “OK” (in case in the previous step you wrote the name of the folder that would be created)
- Specify authentication methods.
- Set the share permissions. Click the “Add” button.
- Specify the Hosts you’d like to grant access permissions like the example below. Enter the IP address and choose the permissions that will be available to this host.
- Click “Next”.
- Click “Create”.
- Click “Close”.
- Now you can manage the NFS server with ‘NFS tools’
Connecting to NFS Share
- In the search field, enter “windows features” and open this menu.
- In this window, scroll down to “Services for NFS” and check the box “Client for NFS” then click the “OK” button.
- Open “Explorer – This PC”, and select “Computer – Map network drive – Map network drive” on top.
- Enter \\vm_ip\Shared_folder and click “Finish”.
Attention:
vm_ip and Shared_folder are given as an example, you should insert the IP address of your VM instead of vm_ip, and instead of Shared_folder you should insert the Share name of your NFS.