Not able to connect computers to network via connector
- AskAmyS asked 3 weeks ago
- You must log in to post comments.
The Windows Server Essentials Connector software works just fine at connecting Windows 11 (24H2, etc.) client computers to the server. We have dozens of them successfully connected up to various versions of Windows Server Essentials (2016, 2019, 2022, and 2025) over here without issue.
That being said… Are you attempting to remote domain join your client computers to the server (i.e. are you connecting them to the server via https://YourRWADomainName.com/connect rather than using http://YourServerName/connect)? If not, then the SSL certificate that you’re using in Anywhere Access/Remote Web Access (RWA) doesn’t matter in the least (seeing as Anywhere Access/Remote Web Access doesn’t even need to be configured on the server in order to locally join client computers to the server).
I cannot speak directly to why your specific client computers are having trouble locating the server (with all of the steps that you took/mentioned), but in order to successfully connect client computers to the Essentials server all that is required is for you to:
1. Ensure that the “SchUseStrongCrypto” and “SystemDefaultTlsVersions” .NET Framework security settings have been added to ALL of your client computers as well as to the server (and that they have been restarted afterwards).
2. Ensure that the server has been configured with a static IP address.
3. Ensure that the preferred IPv4 DNS server address of your server is set to the default 127.0.0.1 localhost/loopback address, and that the alternate IPv4 DNS server address is set to the IP address of your network router (e.g. 192.168.1.1) or other “known” DNS server (e.g. 8.8.8.8, etc.).
NOTE: IPv6 should also be enabled on the server, and its preferred IPv6 DNS server address should be set to the default ::1 (loopback) value.
4. Ensure that the preferred IPv4 DNS server address on ALL of your client computers has been set to the static IP address of the server, and that the alternate IPv4 DNS server address is set to the IP address of your network router (e.g. 192.168.1.1) or other “known” DNS server (e.g. 8.8.8.8, etc.).
After performing all of the steps above, the connector software should then be able to successfully locate (and communicate with) the server (assuming that you don’t have any other firewall, anti-virus, proxy, DNS, etc. settings that are interfering with the connection that is).
Also, if you don’t want to join your client computers to the domain, then be sure to use Microsoft’s SkipDomainJoin connection method BEFORE running the connector software on the client computers.
- Mike answered 3 weeks ago
- last edited 3 weeks ago
- You must log in to post comments.