Skip to content
AstrBot
Main Navigation HomeBlogRoadmapHTTP API

English

简体中文

English

简体中文

Toggle dark mode

Intro & DeployMessaging PlatformsAI IntegrationUsageDevelopment
Sidebar Navigation

Introduction

What is AstrBot

Community

FAQ

Deployment

Package Manager

One-click Launcher

Docker

Kubernetes

BT Panel

1Panel

Manual

Other Deployments

CasaOS

Compshare GPU

Community-provided Deployment

Support Us

Messaging Platforms

Quick Start

QQ Official Bot

Webhook Method

Websockets Method

WeCom Application

WeCom AI Bot

WeChat Official Account

Lark

DingTalk

Telegram

LINE

Slack

Misskey

Discord

OneBot v11

NapCat

Lagrange

Other Clients

Satori

Using LLOneBot

Using server-satori

Community-provided

Matrix

KOOK

VoceChat

AI Integration

✨ Model Providers

NewAPI

AIHubMix

PPIO Cloud

SiliconFlow

TokenPony

302.AI

Ollama

LMStudio

⚙️ Agent Runners

Built-in Agent Runner

Dify

Coze

Alibaba Bailian

Usage

WebUI

Plugins

Built-in Commands

Tool Use

Anthropic Skills

SubAgent Orchestration

Proactive Tasks

MCP

Web Search

Knowledge Base

Custom Rules

Agent Runner

Unified Webhook Mode

Auto Context Compression

Agent Sandbox

Development

Plugin Development

🌠 Getting Started

Minimal Example

Listen to Message Events

Send Messages

Plugin Configuration

AI

Storage

HTML to Image

Session Control

Publish Plugin

Platform Adapter Integration

AstrBot HTTP API

AstrBot Configuration File

Others

Self-hosted HTML to Image

Open Source Summer

OSPP 2025

On this page

Connect LLTwoBot (Satori) ​

TIP

LLTwoBot is a multi-protocol implementation based on QQNT (OneBot v11 + Satori), allowing AstrBot to communicate with QQ via Satori.

TIP

  • Please control message frequency responsibly.
  • This project must not be used for illegal purposes.

Preparation ​

First complete basic setup using official LLTwoBot documentation:

LLTwoBot Docs

Make sure you have:

  1. Installed LLTwoBot.
  2. Logged into a QQ account successfully.

Configure Satori in LLTwoBot ​

After QQ login succeeds, open LLTwoBot WebUI:

Default WebUI URL: http://localhost:3080/

In the WebUI sidebar, open the Satori tab and configure:

  1. Enable Satori protocol.
  2. Port defaults to 5600.
  3. Set Satori token if needed.
  4. Click Save.

image

Configure Satori Adapter in AstrBot ​

  1. Open AstrBot Dashboard.
  2. Click Bots.
  3. Click + Create Bot.
  4. Select satori.

Fill in:

  • Bot ID (id): LLTwoBot
  • Enable (enable): checked
  • Satori API endpoint (satori_api_base_url): http://localhost:5600/v1
  • Satori WebSocket endpoint (satori_endpoint): ws://localhost:5600/v1/events
  • Satori token (satori_token): from LLTwoBot config if set

NOTE

  • LLTwoBot Satori service defaults to port 5600.
  • The complete API base path is http://localhost:5600/v1.
  • If your Satori service runs on another port/path, adjust these values.

image

Click Save.

Done ​

AstrBot should now be connected to LLTwoBot via Satori.

Send /help in QQ to verify.

Troubleshooting ​

If connection fails, check:

  1. LLTwoBot is running.
  2. Satori service is enabled.
  3. Port/path are configured correctly.
  4. Token matches (if configured).
Edit this page on GitHub

Last updated:

Pager
PreviousOther Clients
NextUsing server-satori

Deployed on Rainyun Logo