solution web-ui medium macos linux windows

Control UI assets missing

Fix 'Control UI assets not found' by building UI assets (pnpm ui:build) or running openclaw doctor UI repair when sources are present.

By CoClaw Team •

Symptoms

  • Logs say “Control UI assets not found”.
  • The UI doesn’t load, or certain UI pages 404.

Cause

The gateway can run without UI assets, but the web UI needs a built dist/control-ui/ bundle. In slim/docker-like environments, UI source files may not even be present, so auto-building is skipped.

Fix

openclaw doctor

If it offers to build UI assets, accept.

Option B: Build UI assets manually (source checkout)

From the OpenClaw repo root:

pnpm ui:build

Then restart the gateway (or rerun onboarding if you’re in the wizard flow).

Verify

  • Re-open the dashboard/control UI and confirm pages load.
  • openclaw status --deep succeeds.

Verification & references

  • Reviewed by:CoClaw Code Team
  • Last reviewed:March 14, 2026
  • Verified on: macOS · Linux · Windows

References

Want to explore more? Browse all solutions or ask in the Community Forum .
Report a problem

Related Resources