Forum Discussion

Agos82's avatar
Agos82
Copper Contributor
Aug 21, 2025

WAC not login

Hi, i'm trying to use and understanding WAC, but i did't have fortune to installing.

I try to install Windows Server core 2025 on a physical server and i install with right power sheell command WAC and the service is running, but when from a Windows 11 i try to login the button seems to not function, no error.

i try to install on a virtual machine, same result, i click on login button ma no error and no login.

where i mistake?

 thanks for support

1 Reply

  • You can install WAC via PowerShell:

    On Server Core, you can install WAC via PowerShell like:

    Install-Module -Name WindowsAdminCenter -Force 
    Install-WindowsFeature Windows-Admin-Center

    Make sure the WAC service is actually running:

    Get-Service -Name WindowsAdminCenter

    Make sure it’s listening on the proper port (default is 443):

    netstat -an | findstr 443

    Hope this helps

Resources