Skip to content

File Server

🪄 Step 1: Install the File Server Role

  1. Open Server Manager.
  2. Click ManageAdd Roles and Features.
  3. In the wizard:
  4. Click Next until you reach Server Roles.
  5. Expand File and Storage ServicesFile and iSCSI Services.
  6. Check ✅ File Server.

  7. Click NextInstall.

  8. Wait for the installation to complete, then click Close.

file_server_install_role


📁 Step 2: Create a Shared Folder

  1. Create a folder on a disk (e.g., C:\Users\Administrator\Desktop\share).
  2. Right-click the folder → PropertiesSharing tab.
  3. Click Advanced Sharing.
  4. Check ✅ Share this folder.
  5. Set Share name (e.g., share).
  6. Click Permissions → Add users/groups or give Everyone Read/Write if needed.

  7. Click OK on all dialogs. file_server_create_a_shared_folder

🌐 Step 3: Access the Share from a Client

On another computer in the same network:

  • Open File Explorer.
  • In the address bar, type:
\\<ServerName>\share

or by IP:

\\192.168.1.10\share

You should now see the folder content. If prompted for credentials, enter a valid user account from the server. file_server_access_the_share_from_a_client


🔄 Step 4 (Optional): Map a Network Drive

To make it persistent on the client machine:

  1. In File Explorer → This PCMap network drive.
  2. Choose a drive letter, and enter:
\\<ServerName>\share
  1. Check ✅ Reconnect at sign-in.
  2. Click Finish. file_server_map_a_network_drive