Channel Setup
This section provides detailed setup guides per channel.
What You Will Get
Each channel guide includes:
- token/credential provisioning
- account-based bot setup
- multi-bot setup
- QR login where applicable
- 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-generatemicroclaw web password-clear
Before You Start
- Prepare
microclaw.config.yaml. - Configure LLM keys (
llm_provider,api_key,model). - If channel/bot-specific LLM routing is needed, define reusable
provider_presetsprofiles and pointchannels.<name>.provider_presetorchannels.<name>.accounts.<id>.provider_presetat them. - Restart MicroClaw after channel config changes.