Skip to main content

Channel Setup

This section provides detailed setup guides per channel.

What You Will Get

Each channel guide includes:

  • token/credential provisioning
  • single-token single-bot setup
  • multi-token multi-bot setup
  • verification checklist
  • official external links

Channel Guides

Web UI

Web UI does not require token or bot-account setup. Web UI operator auth uses password login.

Use normal startup and open your local web address from runtime logs.

microclaw start

Default local address:

  • http://127.0.0.1:10961

Web password notes:

  • If no operator password exists, MicroClaw initializes a temporary default password: helloworld.
  • After signing in, the UI prompts you to change the default password (you can skip temporarily).
  • CLI helpers:
    • microclaw web (show usage)
    • microclaw web password <value>
    • microclaw web password-generate
    • microclaw web password-clear

Before You Start

  1. Prepare microclaw.config.yaml.
  2. Configure LLM keys (llm_provider, api_key, model).
  3. Restart MicroClaw after channel config changes.