How to create and manage multiple independent websites in AnQiCMS?

Calendar 👁️ 62

As an experienced website operations expert, I know that efficiently managing multiple websites is crucial for corporate brand building and content marketing in the increasingly complex online environment.AnQiCMS, with its excellent performance and rich features, has become the ideal choice for many small and medium-sized enterprises and content operation teams.Today, let's delve into how Anqi CMS can help you easily create and manage multiple independent websites.

AnQiCMS multi-site management: The core capability to build an efficient content matrix

One of the core advantages of AnQi CMS is its flexible and powerful multi-site management function.It is not just a content publishing tool, but also a comprehensive solution aimed at solving pain points of unified management of content across multiple brands, business lines, or regions.Imagine that you don't need to deploy a separate CMS for each new brand or sub-business, but can easily manage all content sites under a unified backend interface, which will undoubtedly greatly improve operational efficiency and reduce management costs.

This multi-site support for users is self-evident: whether you have multiple independent brand websites, need to create independent sub-sites for different product lines, or want to set up temporary pages for specific marketing activities, Anqi CMS can provide support.It allows you to manage these content sites uniformly within the same system, achieving optimized resource configuration and centralized content scheduling, thereby avoiding redundant work and promoting data sharing and resource integration across sites.

This is why AnQi CMS can achieve this, thanks to its exquisite architectural design.It allows a single AnQi CMS application instance to run in the background and direct different domain names to this single AnQi CMS instance via the server's reverse proxy (such as Nginx, Apache).Once the request reaches, Anqi CMS will identify the corresponding independent site configuration according to the visited domain and provide the corresponding content and management interface.This means you do not need to copy a complete security CMS code for each site, but instead expand infinite possibilities on a core system.

The practice of creating and managing multiple independent websites

Now, let's step by step reveal how to create and manage these independent websites in Anqi CMS.The entire process can be divided into two major parts: server configuration and CMS backend operation.

Step 1: Set up the AnQi CMS basic environment and configure server reverse proxy

First, you need to install and run an AnQi CMS instance on the server.This is usually done through Docker or direct deployment.For example with Docker, you will deploy as you did with the first website, select a port (default is 8001), start the Aqiy CMS container, and configure a reverse proxy through the server panel (such as Baota panel, 1Panel) to point your main domain to127.0.0.1:8001.

Next, to add a new independent website, it is crucial to prepare an independent domain for each new website and configure the corresponding reverse proxy.In your server panel (for example, Baota panel), you need to add a website for each new domain and configure it as a reverse proxy.This is the target address of the reverse proxy, which is still the internal address and port where you run the AnQi CMS instance, for examplehttps://en.anqicms.com. The reverse proxy of the server will become a "traffic hub" for different domain traffic to converge to the same Anqi CMS application.

An example of a Nginx reverse proxy configuration that redirects all incoming requests to the AnQiCMS instance running on port 8001:anqicms.comornewsite.comthe requests to the AnQiCMS instance running on port 8001:

server {
    listen 80;
    server_name anqicms.com newsite.com; # 添加所有需要由AnQiCMS管理的域名

    location @AnqiCMS {
        proxy_pass https://en.anqicms.com;
        proxy_set_header   Host             $host;
        proxy_set_header   X-Real-IP        $remote_addr;
        proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
    }
    error_page 404 =200 @AnqiCMS;
    location / {
       try_files $uri $uri/index.html @AnqiCMS;
    }
}

Please note, the above configuration includesserver_nameThe field will contain all the domains you wish to be managed by this AnQi CMS instance.

Step 2: Create and configure a new site in the AnQi CMS backend

After the server-side configuration is complete, you need to log in to your AnQi CMS backend management interface and use the "Multi-site Management" feature to create and configure new independent sites.

  1. Access Multi-Site Management:Log in to the backend of your first AnQi CMS website, usually you can find the 'Multi-Site Management' or similar feature entry in the left menu.
  2. Add a new site:Click the 'Add new site' button, the system will pop up a form requiring you to fill in all the detailed information of the new website.
    • Site Name:Choose a recognizable name for your new website, which is usually for easy backend management and differentiation.
    • Site root directory:This is a critical setting. To ensure that the data and cache of each website are stored independently, you need to specify an independent root directory for the new site.For example, if you deploy using Docker, it is recommended to use/app/Start with and combine it with the domain name, such as/app/dev_anqicms_com. If it is not a Docker deployment, it is usually/www/wwwroot/a new directory under. Please make sure that this directory exists on the server and is unique.
    • Website address:Enter the full access domain name of the new website, for examplehttp://dev.anqicms.com. This must match the domain name you have configured in the server reverse proxy.
    • Admin account password:Set an independent backend management account and password for the new site. This means that even with multiple sites, the management permissions of each site are strictly separated.
    • Database name:Similarly, each independent site needs an independent database. It is recommended to use a unique name related to the domain name, such asdev_anqicms_com, where the domain name contains.will be replaced with_. AnQi CMS will create all necessary data tables in this database for the new site.
    • Database information reuse: If your Aiqi CMS instance has the permission to manage the database (this is usually the case with Docker deployment), you can choose to reuse the default database account information to simplify the configuration.Otherwise, you need to fill in the independent database connection information.
    • Select the template to use:You can choose a default template for the new site. Anqi CMS supports independent customization of templates, and even different template types can be chosen according to business needs (adaptive, code adaptation, PC + mobile independent).
  3. Confirm creation:Fill in and verify all information, then click "OK" to complete the creation of the new site. Anqi CMS will automatically initialize the site data in the new database and complete the necessary configuration.

Your second (or more) independent website has been successfully created.You can directly access the backend of the new website by clicking the "Access Backend" button in the multi-site management list to perform various operations such as content publishing, SEO optimization, template adjustment, etc.

Key considerations for multi-site operation

In the multi-site environment of AnQi CMS, the following points are especially worthy of attention during the operation process:

  • Complete data isolation:Each website has its own database and file storage space, which means that the data of one site will not be confused with that of another, ensuring the purity of content and data security.
  • A unified entry, independent management:Although all sites run through a single secure CMS application instance, each site has its own independent

Related articles

What are the technical advantages of AnQiCMS in handling high concurrency access?

## Tackling the Digital Deluge: AnQiCMS's Technical Proficiency in High-Concurrent Access In today's ever-changing digital world, websites act as a bridge of communication between enterprises and users.Especially for small and medium-sized enterprises and content operation teams, how to ensure that the website remains smooth and stable during high traffic and high concurrency access is a key link to the success of website operation.

2025-11-07

How AnQiCMS helps small and medium-sized enterprises and content operations teams improve efficiency?

In today's highly competitive digital environment, small and medium-sized enterprises and content operations teams are seeking smarter and more efficient tools to meet the rapidly changing market needs and maximize the value of content.Traditional CMS systems are often cumbersome and complex, or lack sufficient functionality, making it difficult to truly meet the needs of efficient operation.AnQiCMS is a corporate-level content management system dedicated to solving these pain points, it brings real efficiency improvement to users through a series of innovative functions and technical advantages.

2025-11-07

Where is the `prevArchive` tag most appropriately placed in template development?

As an experienced website operations expert, through my practice with AnQiCMS, I know that the flexible application of template tags is the key to improving website user experience and SEO performance.Today, let's delve deeply into a seemingly simple yet highly practical tag —— `prevArchive`, and its most suitable placement in template development.### Understanding the Core Role of `prevArchive` In AnQiCMS, `archive` refers to all types of content, whether articles, products, cases, or other custom model content

2025-11-07

How to format the date within the `prevArchive` tag by combining the `stampToDate` filter?

As an experienced website operation expert, I have accumulated rich experience in the practice of AnQiCMS.I deeply understand that the way content is presented is crucial for user experience, even something as seemingly minor as the date format can affect the user's reading experience and the professionalism of the website.Today, let's delve deeply into a very practical topic in AnQiCMS template development: how to elegantly format time within the `prevArchive` tag by combining the `stampToDate` filter.

2025-11-07

How does the content model of AnQiCMS achieve high customization to meet different business needs?

## AnQiCMS' content model: empowering highly customized business scenarios As a seasoned veteran in website operations for many years, I am well aware that the "skeleton" of the content management system (CMS) - the content model, has a decisive impact on the flexibility and scalability of a website.In a rapidly changing business environment, if the CMS content structure is stuck in its ways, the innovation and expansion of the business will be restricted everywhere.

2025-11-07

How to configure and use the multi-language support function of AnQiCMS?

In the current global digital environment, a website that can support multiple languages can undoubtedly greatly expand its user base and enhance brand influence.AnQiCMS (AnQi Enterprise Content Management System) is an efficient tool designed specifically for enterprise-level content management, naturally understanding this field, and providing comprehensive and flexible multilingual support features.As an experienced website operations expert, I will guide you to deeply understand how AnQiCMS can implement multilingual configuration and application, helping your website go international.### The core concept of multilingual support in AnQiCMS In AnQiCMS

2025-11-07

What help does the pseudo-static and 301 redirect function provided by AnQiCMS have for SEO optimization?

## AnQiCMS's URL Magic: How Can 301 Redirects and Static URLs Boost Your Website's SEO?In today's digital marketing battlefield, whether a website can stand out is crucial, not only for high-quality content itself, but also for its technical foundation and content operation strategy.For those small and medium-sized enterprises and self-media operators who want to efficiently manage content and optimize SEO, the pseudo-static and 301 redirect features provided by AnQiCMS (AnQi content management system) are undoubtedly the two major treasures to enhance the visibility of their website in search engines.

2025-11-07

How to use the content collection and batch import function of AnQiCMS to quickly fill the website content?

Good, as an experienced website operation expert, I will combine the powerful functions of AnQiCMS and deeply analyze how to efficiently use its content collection and batch import features to quickly fill and optimize the website content.Goodbye繁琐,AnQiCMS helps you take a step ahead in content: In-depth analysis of collection and batch import function In today's ever-changing digital world, the freshness and richness of website content are crucial for attracting users, improving SEO performance, and consolidating brand image.However, the creation of original content often takes time and effort

2025-11-07