How to configure OpenСlaw via Web UI

To configure OpenClaw via Web UI, go to https://<your vm ip>://18789

If you lost your authorization token, you can retrieve it from the VM directly by following the steps below:

  • Log in to VM via SSH or using the VM Command Line.

  • Run the following commands:

    • docker exec -it openclaw-openclaw-gateway-1 /bin/bash

    • python3 -c "import json,sys; print(json.load(sys.stdin)['gateway']['auth']['token'])" < ~/.openclaw/openclaw.json

  • Your authorization token will be provided in the output: “a7f2e9d4c1b8a3f6e0d5c2b9a4f7e1d8c3b6a0f9e2d7c4b1a8f3e6d0c5b2a9f4e1”

  • Copy this string and paste it into the Openclaw web UI > under the Gateway Token field, and click Connect.

A valid email is required