Understand AnQi CMS - Official Resources and Support Channels

Calendar 👁️ 0

Summarize the technical resources and support channels such as the official website of AnQiCMS, online demos, development documentation, template manuals, API documentation, GitHub repository, and user communication groups. When encountering issues, you can quickly find the corresponding help according to your needs.


Official website and documentation

Resources address Description
Official website https://en.anqicms.com Product introduction, news and dynamic
Online Demonstration https://demo.anqicms.com Demo site (backend/systemAccountadmin/ Password123456)
Developer Documentation https://en.anqicms.com/help Backend feature usage help
Template Development Manual https://en.anqicms.com/manual Template Tags and Filters Documentation
API documentation https://en.anqicms.com/anqiapi RESTful + GraphQL API Documentation
Update Log CHANGELOG.md Detailed Change Records for Each Version

Source Code Repository

platform address
GitHub https://github.com/fesiong/anqicms
GitCode (domestic mirror) https://gitcode.com/anqicms/anqicms
Background management front-end https://github.com/fesiong/anqicms-admin
Docker image https://hub.docker.com/r/anqicms/anqicms

Download channels

Channel Description
GitHub Releases https://github.com/fesiong/anqicms/releases— Includes Linux / Windows / MacOS binary packages
Official website download https://en.anqicms.com/download
Docker Hub docker pull anqicms/anqicms:latest

Community and Support

method Description
GitHub Issues Submit Bug Report and Feature Suggestions
WeChat Group Add WeChat IDwebsafety, Scan the QR code to join the technical exchange group
Email [email protected]

❓ Can the background data of the demonstration site be modified at will for testing? Will it affect other demonstration users?

Official Demonstration Site (demo.anqicms.comisIndependent test environmentAny operation performed inside (adding articles, changing templates, modifying configurations) will not affect the official version. The demo site hasTimed restore mechanismIt will be reset to the initial state regularly, so there is no need to worry about 'breaking the demo site'.

But note that the demo site is only for experience and learning,Do not store important dataAlso do not use the demo site for business purposes.

❓ What should I do if I encounter 'Too many Release versions to understand' when downloading?

There are many versions listed on the GitHub Releases page, when downloading, you only need to pay attention to the latest version of the latest file:

找到最新的版本标签(如 v3.6.2)
└── Assets(附件列表)
    ├── anqicms-linux-amd64.tar.gz     # Linux 64位 系统 → 大部分服务器选这个
    ├── anqicms-windows-amd64.zip      # Windows 64位 系统
    ├── anqicms-darwin-amd64.tar.gz    # MacOS Intel 芯片
    ├── anqicms-darwin-arm64.tar.gz    # MacOS Apple Silicon(M1/M2/M3)
    └── Source code (zip/tar.gz)       # 源码包(二次开发用,一般用户不需要)

If you are not sure about your server architecture, use the following command to view:

uname -m
# 输出 x86_64 → 选 amd64
# 输出 aarch64 → 选 arm64(部分 ARM 服务器)

❓ What is the fastest way to get an answer during installation and usage?

Recommend the following channels in order of speed:

Priority Channel Response speed Description
⭐ Fastest WeChat Group Minutes to several hours The author is directly in the group, but be sure to clarify the version, environment, and operation steps when asking questions
Second Search Issues Search and get instant results Search for keywords in GitHub Issues, it is likely that someone has encountered the same problem
Third Submit an Issue 1-3 days If you can't find anything, create a new Issue to describe the problem
Fourth Send an email 1-3 days Suitable for non-urgent issues

Before asking a question, it is recommended to do the following three things:

  1. Search for the FAQ section of this tutorial (Chapter 9), to see if there is a corresponding issue
  2. Search GitHub Issues for duplicate problems
  3. Check the cache directoryerror.logError information

When asking a questionPlease attach the following information(Saves communication time):

- 安企CMS 版本:___(后台右上角可查看)
- 操作系统:___(Windows/Linux/MacOS)
- 运行环境:___(直接运行/Docker/宝塔面板)
- 数据库版本:___(MySQL 版本)
- 问题描述:___
- 错误日志:___(如果有)

Related articles

Understand AnQi CMS - System file structure

Understand the complete directory structure of AnQi CMS after installation, master the specific functions of each key directory and file such as the main program, configuration files, template directories, attachment directories, runtime data, etc., convenient for subsequent daily maintenance and secondary development. AnQi CMS complete directory structure overview, introducing the use of each directory and file.

2026-07-05

Understand AnQi CMS - Version System

Understand the version number rules (main version.minor version.revision number) of AnQi CMS, the history of version evolution, and the functional differences between community version and authorized version, to help users choose the appropriate version for installation and use according to their own needs.

2026-07-05

Understand AnQi CMS - Environment requirements

Before installing AnQi CMS, please confirm that the server meets the minimum requirements of the operating system (Linux/Windows/MacOS), database (MySQL/MariaDB), network environment, hardware configuration, etc., to ensure that the system can run normally.

2026-07-05

Exploring the Core Features of Anqi CMS

SEO Optimization Tools: Static URLs

2026-07-04

Understand AnQi CMS - System Overview

AnQiCMS, an open-source enterprise-grade content management system developed using **GoLang**.Its predecessor was the GoBlog blogging system (launched in 2019), which underwent multiple refactorings and feature expansions, and was officially renamed AnQiCMS on May 2022. It has gradually evolved into a content management system designed for enterprise-level applications.AnQiCMS is easy to deploy, secure software, with an elegant interface and rapid execution speed. It includes many common features for enterprise websites, is SEO-friendly, and can effectively enhance website management efficiency and the competitiveness of enterprises.

2026-07-04

AnQiCMS - Thank You for Your Support

AnQiCMS is an open source content management system. Every donation you make is a source of motivation for us to continue iterating and serving users.

2026-04-16

1Panel Install AnqiCMS Tutorial

The installation of 1Panel The download address of 1Panel is: https://1panel.cn/ Please install according to the installation instructions on the 1Panel official website.Below it is assumed that you have already installed 1Panel. The other required software: OpenResty, MySQL, please install them from the 1Panel app store.Install AnQi CMS application using Docker Click on the Containers tab in the left menu, select Containers, and click the Create Container button.In the pop-up interface, enter the name, fill

2024-11-21

Deployment with aaPanel

Installing aaPanel This Docker-based tutorial for installing AnQiCMS is demonstrated using aaPanel (BT International Version).If aaPanel is not installed on your server, follow the steps below to install it.

2024-11-21