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

Desktop Client

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

Websockets

Webhook

OneBot v11

WeCom Application

WeCom AI Bot

WeChat Official Account

Personal WeChat

Lark

DingTalk

Telegram

LINE

Slack

Mattermost

Misskey

Discord

KOOK

Satori

Connect Satori

Using server-satori

Community-provided

Matrix

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

DeerFlow

Usage

WebUI

Plugins

Built-in Commands

Tool Use

Anthropic Skills

Computer Use

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

Plugin Pages

Plugin Internationalization

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

Connecting to Matrix ​

TIP

This platform adapter is maintained by the community (stevessr). If you find it helpful, please support the developer by giving the repository a Star. ❤️

Deploying a Matrix Server ​

Matrix is an IM protocol with a rich set of server implementations.

Please refer to Matrix Server to view available server implementations.

Supported Message Types ​

Message TypeReceiveSendNotes
TextYesYes
Image*YesYes
Audio*YesYes
Video*YesYes
File*YesYes
PollYesNo

*: Will be persisted locally. The plugin will clean up according to configuration. Files will be uploaded before sending; uploads exceeding the server's size limit will fail.

Installing the astrbot_plugin_matrix_adapter Plugin ​

Go to the AstrBot WebUI plugin marketplace, search for astrbot_plugin_matrix_adapter, and click Install.

After installation, navigate to Messaging Platforms (older versions: Bot) → Add Adapter → Select Matrix (if the option is missing, try restarting AstrBot or check the plugin installation status).

Click Enable in the configuration dialog that appears.

Configuration ​

  • matrix_homeserver (required): The full URL of your Matrix server instance, supports delegation-based auto-discovery. For example, the official instance: https://matrix.org
  • matrix_user_id: Your full Matrix username, e.g. @username:homeserver.com
  • matrix_auth_method (required): Your login method. Options: password, token, oauth2, qr. It is recommended to use password or oauth2/qr mode (in oauth2/qr mode, please ensure the device used for authentication/scanning can reach the public address configured in AstrBot)

For more configuration options, please refer to the repository's README.md.

Issue Reporting ​

If you have any questions, please submit an issue to the plugin repository.

Edit this page on GitHub

Last updated:

Pager
PreviousUsing server-satori
NextVoceChat

Deployed on Rainyun Logo