What are the steps to stop the AnQiCMS container in 1Panel or aaPanel?

Calendar 👁️ 102

Certainly, as an experienced website operations expert, I am more than happy to elaborate on the detailed steps to properly stop the AnQiCMS container operation in popular server management panels such as 1Panel or aaPanel.


Graceful shutdown: A practical guide to stopping the AnQiCMS container in 1Panel or aaPanel

In daily website operation, we often need to maintain, upgrade, or troubleshoot services.For AnQiCMS deployed based on Docker containers, knowing how to safely and effectively stop its operation in the server management panel is a necessary skill for every operator.1Panel and aaPanel (Baota International Edition) are popular server panels that provide an intuitive and user-friendly interface for managing Docker containers, making it easy to stop the AnQiCMS container.

We know that AnQiCMS is an efficient enterprise-level content management system, and deploying it in a Docker container is to achieve environmental isolation, rapid deployment, and convenient management.Therefore, when you need to stop the AnQiCMS service, it is actually stopping the Docker container that carries the AnQiCMS application.This process is like pressing the power switch of an appliance, temporarily stopping its operation, but it will not erase its internal configuration and data. You can start it again at any time.

Next, we will step by step explain the specific operations in the 1Panel and aaPanel panels.

Stop the AnQiCMS container in the 1Panel.

1Panel is favored by many users for its simple interface and powerful features. The process to stop the AnQiCMS container here is very intuitive:

First, you need to access your 1Panel management interface through the browser and log in with your admin account.After successful login, please shift your gaze to the navigation menu on the left.You will see a name calledcontainerThe option. Click it, enter the container management page.

On this page, 1Panel will clearly list all running or stopped Docker containers on the current server. As a rule, you will find one namedanqicmsThe container, which is exactly where our AnQiCMS service is located. The status of the container (such as "running") will be displayed clearly next to the list.

After finding the target container, you will see a series of executable actions in the corresponding operation column, includingStopButton. Click this "Stop" button, the system will pop up a confirmation prompt asking if you are sure you want to stop the container.After confirming that everything is correct, click "OK", 1Panel will send a stop command to the Docker daemon.Wait a moment, the container's status will change from 'running' to 'stopped'.At this time, your AnQiCMS website will be temporarily inaccessible.

Stop AnQiCMS container in aaPanel

aaPanel (or Baota Panel) also provides convenient Docker container management features. Its operation logic is similar to 1Panel:

You need to log in to your aaPanel management backend. After logging in, find and click on theDocker”option, this will take you to the Docker management interface.

On the Docker management page, you will see a “container listThe area that lists all the Docker containers on the server.Similar to 1Panel, find your AnQiCMS container here.According to the installation document of AnQiCMS on aaPanel, it is usually also named asanqicms”. Confirm that its current status is “running.”

Locate the AnQiCMS container and in the corresponding operation options, you will seeStopThis is the key button. Click it, the system will also pop up a stop confirmation dialog box to prevent misoperation.After you confirm the execution of the stop operation, the container will stop running temporarily and its status will also be updated to "stopped".At this time, your AnQiCMS website service will be suspended.

Important considerations after stopping

Remember that stopping the operation in 1Panel or aaPanel merely pauses the running of the AnQiCMS application, and all configuration data and database information are safely stored on your server (usually through Docker volume mounting to the host machine or linked to an independent database service).The website being inaccessible is expected behavior, which provides a safe environment for you to perform system upgrades, configuration changes, or issue diagnosis.After you complete the relevant work, just click the corresponding "Start" button, and the AnQiCMS container will be relaunched, restoring website services.

By performing these simple panel operations, even operators without a technical background can easily manage the lifecycle of the AnQiCMS container, ensuring the stable operation and efficient maintenance of the website.


Frequently Asked Questions (FAQ)

  1. Will my website data be lost after stopping the AnQiCMS container?Rest assured, stopping the AnQiCMS container will not cause your website data to be lost.The design concept of Docker containers is that application data is usually mounted to the host machine through "volumes" or stored in independent database services.This means that even if the container itself is stopped, deleted, or even rebuilt, as long as the related volumes and databases have not been manually cleared, all of your website content, configuration, and user data are safe.

  2. What is the difference between stopping and restarting? Should I choose one?The "stop" operation completely shuts down the AnQiCMS container, and the service will only recover after you manually click the "start" button.The 'restart' operation is a composite action, which first attempts to stop the container and then immediately starts it.

    • Choose 'stop':When you need to perform long-term maintenance, modify container configurations (such as port mapping, environment variables, etc.), or maintain underlying services (such as MySQL databases), it is more appropriate to choose 'stop'.
    • Select "Restart":When you have made configuration changes inside AnQiCMS (such as updating background settings, installing plugins), or AnQiCMS is experiencing slow operation, abnormal response, and other minor failures, choosing to restart is the most convenient way to quickly refresh the service status.
  3. How do I stop an AnQiCMS container if it won't stop?If the container remains in the "stopping" state for a long time after clicking stop, or if the state does not change, it may mean that the internal process of the container has become a zombie.In this case, most management panels (such as 1Panel and aaPanel) will provide an 'force stop' or 'force close' option.Use this option to usually force the container to terminate its operation, but use it with caution as it may not give enough cleanup time to the internal processes of the container.If there are still problems after forced shutdown, you can try to check the server resource usage, view the Docker logs, or consider contacting the server provider for technical support.

Related articles

Does the Docker deployed AnQiCMS container lose its data after stopping?

## Docker deployment of AnQiCMS, will the data really be lost after stopping?—Website Operation Expert Deeply Deciphers for You Hello everyone, I am your veteran website operation elder.In the digital wave, an efficient content management system (CMS) is the cornerstone of website operation, and Docker, with its lightweight and portable features, is gradually becoming the preferred solution for deploying various applications.AnQiCMS as an enterprise-level content management system developed based on the Go programming language, has won the favor of many users with its efficient and customizable features.

2025-11-06

What template page will the user see after AnQiCMS's 'Website Status' is set to 'Offline'?

As an experienced website operations expert, I am well aware that how to properly handle user access experience is crucial during the website maintenance process.AnQiCMS (AnQiCMS) is an efficient and feature-rich enterprise-level content management system that also provides an intuitive and flexible solution in this aspect.Today, let's delve deeper into the template page that users will see after setting the 'Website Status' to 'Closed Station' in the AnQi CMS backend.

2025-11-06

How can you safely stop AnQiCMS from running on MacOS?

As an experienced website operations expert, I am well aware of the importance of a stable and efficient content management system for corporate operations.AnQiCMS (AnQiCMS) leverages the efficiency and rich features of the Go language to provide excellent solutions for many small and medium-sized enterprises.However, whether it is for maintenance, upgrading, or simply needing to temporarily shut down, safely and correctly stopping the operation of AnQiCMS is a fundamental and critical task.

2025-11-06

What are the preparations needed to restart the AnQiCMS project after a long halt?

Revive a long-dormant AnQiCMS project, which is both a challenge and an opportunity for website operators.A long period of stagnation means that the technical environment may have changed, and the system may have accumulated unresolved problems internally.As an experienced website operation expert, I know that meticulous inspection and comprehensive planning are the foundation for success when restarting the AnQiCMS project.Below, I will detail the necessary preparations from multiple dimensions for you.

2025-11-06

Does stopping the AnQiCMS service affect the access to the back-end management interface?

Hello, as a senior website operations expert, I know that every technical detail may affect the stability and management efficiency of the website.Today, we will delve deeply into a core issue about AnQiCMS service: Will stopping the AnQiCMS service affect the access to the back-end management interface?The answer is affirmative: **Stopping the AnQiCMS service will directly result in the inability to access your website's front-end and back-end management interfaces.

2025-11-06

How to check if the `stop.sh` script of AnQiCMS has sufficient execution permissions?

As an experienced website operations expert, I know that a stable-running website cannot do without proper management of the background scripts.AnQiCMS thanks to its high efficiency and security features, is deeply loved by our operation staff.In routine maintenance, whether it is for version upgrades, configuration adjustments, or simple restart operations, we may need to use the system's built-in `stop.sh` and `start.sh` scripts.However, a seemingly simple operation may be hindered by a minor permission issue.

2025-11-06

How can AnQiCMS be stopped and restarted correctly after changing the configuration (such as the port)?

As an experienced website operations expert, I am happy to elaborate on how to properly shut down and restart AnQiCMS after configuration changes (especially port changes).This is not only the key link in daily maintenance, but also the foundation to ensure the stable and efficient operation of the website.

2025-11-06

Is there a special consideration for stopping the AnQiCMS project when the server memory is insufficient?

As an experienced website operations expert, I fully understand the importance of server resource health status for the stable operation of the website.When the server's memory indicator light turns red, it often means that the system is at the edge of sub-health or even danger.For a content management system like AnQiCMS, choosing to stop the project in such an emergency situation indeed involves some special considerations that are worth in-depth discussion.

2025-11-06