Forum Discussion
ccozkaraca
Aug 18, 2026Copper Contributor
Can't share a folder on a local network in Microsoft Windows Server 2025 STD
We have two Microsoft Windows Server 2025 Standard (Version 24H2, Build Number 26100.32995) servers in our Active Directory. We can't share folders; it constantly asks for a username and password. W...
maskwill
Aug 28, 2026Tin Contributor
Yes—Windows Server 2025 Standard supports local network folder sharing via SMB. If you cannot share/access a folder, check these first:
Share the folder: Folder → Properties → Sharing → Advanced Sharing → Share this folder.
Set permissions: Configure both Sharing and Security (NTFS) permissions.
Enable firewall rule: Windows Defender Firewall → allow File and Printer Sharing (SMB-In). Server 2025 changed some legacy firewall behavior.
G
GitHub
Test directly from another PC:
\\SERVERNAME\ShareName
If you get Access Denied, check SMB authentication/signing—Server 2025 has stronger SMB security defaults.