How to Set Up a File Server on Windows Server 2019

Anmol Ahuja
4 Min Read


How to Set Up a File Server on Windows Server 2019 | InfraDecoded


How to Set Up a File Server on Windows Server 2019 – A Complete Guide by InfraDecoded

At InfraDecoded, we focus on bringing you in-depth IT infrastructure tutorials that are practical, well-tested, and easy to follow. In this guide, we’ll walk you through configuring a File Server on Windows Server 2019. Whether you are an IT admin or a student learning about Windows Server environments, this step-by-step process will help you build a secure and efficient file-sharing setup.


What is a File Server?

A File Server is a central location in your network where files can be stored, shared, and managed. With Windows Server 2019, Microsoft provides built-in tools to set up a robust file-sharing environment with advanced features like access permissions, quotas, and redundancy.

Prerequisites

  • Windows Server 2019 installed and configured.
  • Administrator access to the server.
  • A static IP address configured.
  • Basic understanding of Windows Server roles and features.

Step 1: Installing the File Server Role

  1. Log in to your Windows Server 2019 as an Administrator.
  2. Open Server Manager from the Start menu.
  3. Click on ManageAdd Roles and Features.
  4. In the wizard, select Role-based or feature-based installation and click Next.
  5. Choose your server from the server pool and click Next.
  6. Under Server Roles, select File and Storage ServicesFile and iSCSI ServicesFile Server.
  7. Click Next until you reach the confirmation page, then click Install.
💡 InfraDecoded Tip: Installing the File Server Resource Manager alongside the File Server role can help you manage quotas, file screening, and storage reports.

Step 2: Creating a Shared Folder

  1. In Server Manager, go to File and Storage ServicesShares.
  2. Click TasksNew Share.
  3. Select SMB Share – Quick and click Next.
  4. Choose the volume where you want to store shared data, then enter a share name (e.g., CompanyFiles).
  5. Configure permissions to allow users or groups to access the share.
  6. Click Create to finalize.

Step 3: Setting NTFS Permissions

NTFS permissions control how users interact with files and folders. To configure them:

  1. Right-click the folder you shared and select Properties.
  2. Go to the Security tab.
  3. Click Edit and add the necessary users or groups.
  4. Assign permissions such as Read, Modify, or Full Control.
⚠️ InfraDecoded Security Note: Always follow the principle of least privilege — only grant the minimum permissions needed for each user’s role.

Step 4: Accessing the File Server from Clients

On a client PC:

  1. Press Windows + R and type: \\ServerName\ShareName
  2. Press Enter, then enter your credentials if prompted.
  3. You can also map this network drive for easier access.

Step 5: Implementing Advanced Features

For a professional deployment, consider:

  • Setting up DFS Namespaces for multiple share points.
  • Using Storage Quotas to limit space usage.
  • Enabling Shadow Copies for file version recovery.
  • Configuring File Screening to block unwanted file types.

Conclusion

By following this guide from InfraDecoded, you’ve learned how to set up and configure a File Server on Windows Server 2019 — from installation to secure file sharing. Implementing the right permissions and advanced features ensures your organization’s data remains safe and accessible.

Stay tuned to InfraDecoded for more tutorials on Windows Server, Linux, and network infrastructure.

Share This Article
Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *