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 to VoceChat ​

TIP

AstrBot does not include this adapter by default. Install astrbot_plugin_vocechat, developed by HikariFroya.

WARNING

This adapter is community-maintained and not officially maintained by AstrBot.

Deploy VoceChat ​

VoceChat is an open-source instant messaging platform with simple multi-platform deployment.

See deployment methods on the VoceChat official website.

Install astrbot_plugin_vocechat ​

In AstrBot Dashboard Plugin Market, search for astrbot_plugin_vocechat and install it.

image

After installation, go to Bots -> + Create Bot -> VoceChat. If VoceChat is missing, restart AstrBot or verify plugin installation.

Enable the adapter in the configuration dialog.

Configuration ​

  • vocechat_server_url (required): full VoceChat server URL, e.g. http://localhost:3009 or https://your.vocechat.domain (no trailing /).
  • api_key (required): API key generated for the bot account in VoceChat.
  • webhook_path (recommended default/custom): webhook path used by AstrBot to receive VoceChat messages, e.g. /vocechat_webhook.
  • webhook_listen_host (usually 0.0.0.0): listen host for AstrBot webhook server.
  • webhook_port (required): listen port for AstrBot webhook server, e.g. 8080.
  • get_user_nickname_from_api (boolean, default true): fetch nickname via VoceChat API.
  • send_plain_as_markdown (boolean, default false): send plain text in markdown format.
  • default_bot_self_uid (required): UID of your VoceChat bot account.

After configuration, click Save and test in VoceChat.

Issue Reporting ​

If needed, report issues to:

  • Plugin repo: https://github.com/HikariFroya/astrbot_plugin_vocechat/issues
  • AstrBot repo: https://github.com/AstrBotDevs/AstrBot/issues/new?template=bug-report.yml
Edit this page on GitHub

Last updated:

Pager
PreviousKOOK
Next✨ Model Providers

Deployed on Rainyun Logo