Forum Discussion
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. We've tried every solution, but nothing worked. I found a similar thread, but the solutions there didn't work either.
topic : https://learn.microsoft.com/en-us/answers/questions/5559013/opening-fire-share-on-2025-server-from-another-202
How can i solve this sharing problem ?
1 Reply
Because both servers are domain joined, repeated credential prompts indicate authentication, name resolution, or permissions failure; guest access or SMB1 is not the fix. From the client, connect with the server’s real DNS name, not its IP address, and confirm TCP 445 is reachable. Verify both servers use Active Directory DNS and have synchronized time. Clear only existing connections to that server, then retry with an explicit domain account. Confirm both share and NTFS permissions grant the same domain user or group access. Review the SMB Client and SMB Server event logs for the exact failure. Windows Server 2025 requires SMB signing by default and blocks guest fallback, so do not disable those protections merely to remove the prompt. If a DNS alias is required, register it as an alternate computer name with the correct SPNs. The resulting event code will distinguish Kerberos, credential, firewall, and authorization failures.