Bug type
Regression (worked before, now fails)
Beta release blocker
No
Summary
Summary
OpenClaw appears to be unstable and very slow when installed natively on Windows Server 2022. The Gateway service does not consistently stay running, and the Web GUI either loads very slowly or fails to work.
Environment
- OS: Windows Server 2022
- Platform: Windows VM running under Proxmox
- Runtime: Node.js 24.x
- OpenClaw install method: npm global install
- Gateway port: 18789
- Web GUI URL: http://127.0.0.1:18789/
Observed behavior
- OpenClaw responds very slowly on Windows Server 2022.
- Web GUI does not work reliably.
- Gateway sometimes shows as installed but stopped.
- Health check fails with connection refused:
connect ECONNREFUSED 127.0.0.1:18789
### Steps to reproduce
1.Install Openclaw in Windows 2022 or Windows 10 using Powershell.
2.powershell -c "irm https://openclaw.ai/install.ps1 | iex"
### Expected behavior
Gateway should remain running after installation/start.
Web GUI should load normally from http://127.0.0.1:18789/.
OpenClaw should respond normally without long delays.
Windows scheduled task should start the same working gateway process as manual foreground execution.
### Actual behavior
OpenClaw is very slow to respond when installed natively on Windows Server 2022.
The Web GUI does not reliably load from:
http://127.0.0.1:18789/
Gateway sometimes shows as installed, but the runtime is stopped.
Health checks fail with:
connect ECONNREFUSED 127.0.0.1:18789
Port test fails when the Gateway is not running:
TcpTestSucceeded : False
In some attempts, the CLI/Gateway fails with:
Failed to start CLI: Error: PlatformAdapter not registered
Manual foreground Gateway startup may work:
openclaw gateway --port 18789 --verbose
But the Gateway does not appear stable when launched through the Windows
### OpenClaw version
2026.4.25
### Operating system
Windows 2022 Server
### Install method
_No response_
### Model
kimi 2.6
### Provider / routing chain
openclaw
### Additional provider/model setup details
_No response_
### Logs, screenshots, and evidence
```shell
Impact and severity
No response
Additional information
No response
Bug type
Regression (worked before, now fails)
Beta release blocker
No
Summary
Summary
OpenClaw appears to be unstable and very slow when installed natively on Windows Server 2022. The Gateway service does not consistently stay running, and the Web GUI either loads very slowly or fails to work.
Environment
Observed behavior
Impact and severity
No response
Additional information
No response