docs/en/platform/aiocqhttp.md
OneBot is a standardized bot application interface designed to unify bot development across different chat platforms, so developers can write business logic once and use it on multiple platforms.
AstrBot supports all client implementations that implement OneBot v11 reverse WebSocket (AstrBot acts as the server).
Common OneBot v11 implementation projects are listed below:
Please refer to each implementation project's deployment documentation.
Bots in the left sidebar+ Create BotOneBot v11Fill in the form:
id): any value, used only to distinguish instances of different platforms.enable): check it.0.0.0.0.6199.Click Save.
Please refer to each protocol implementation project's deployment documentation.
Notes:
Reverse WebSocket, with AstrBot acting as the server and the implementation client as the client.ws(s)://<your-host>:6199/ws.Go to AstrBot WebUI Console. If a blue log appears saying aiocqhttp(OneBot v11) adapter connected., the connection is successful.
If after a few seconds you see aiocqhttp adapter has been closed, it means the connection timed out (failed). Please double-check your configuration.