#Display error when running openclaw browser start

1 messages · Page 1 of 1 (latest)

split void
#

openclaw browser start

GatewayClientRequestError: Error: Failed to start Chrome CDP on port 18800 for profile "openclaw". CDP diagnostic: http_unreachable after 2ms; cdp=http://127.0.0.1:18800; fetch failed.
Chrome stderr:
[2932537:2932537:0423/175048.142551:ERROR:ui/ozone/platform/x11/ozone_platform_x11.cc:256] Missing X server or $DISPLAY
[2932537:2932537:0423/175048.142579:ERROR:ui/aura/env.cc:246] The platform failed to initialize. Exiting.

crystal templeBOT
wide elmBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

crystal templeBOT
tranquil raftBOT
#

That stderr is just Chrome trying to launch headful on a machine with no X server / no $DISPLAY.

First, please paste:

openclaw --version

If this is a VPS, SSH session, or otherwise headless Linux box, set the browser to headless in ~/.openclaw/openclaw.json:

{
  browser: { headless: true }
}

Then restart the gateway and retry openclaw browser start.