As someone who is deeply familiar with the operation of security CMS, I understand your need to control the system status during daily maintenance, especially when not directly interacting with the command line.The Baota Panel, as a widely popular server management tool, provides an intuitive graphical interface to simplify these operations.When you install and run AnQiCMS on the Baota panel, if you want to check its process PID, you can find it in the panel interface through two main deployment methods.
Check AnQiCMS process PID through Baota panel interface
If you are deploying AnQiCMS via Docker container
On the Baota panel, if you choose to install AnQiCMS through Docker containers, the steps to view its process PID are relatively direct.
Firstly, you need to log in to the Baota panel.In the left navigation menu, find and click the "Docker" option.This will take you to the Docker management interface, where you will see a list of all running or stopped Docker containers on the server.
In this container list, find the container you created for AnQiCMS (usually namedanqicmsOr the name you customized during installation). Usually, there will be a "Details" or "Manage" button in the corresponding container row. Click this button to enter the detailed information page of the container.
If you deploy AnQiCMS through the Go project method
For Baota panel version 7.9.3 and above, Baota provides a dedicated "Go project" management feature, which provides a more native deployment and management experience for AnQiCMS developed in Go language.
To view the PID of AnQiCMS's Go project, you also need to log in to Baota panel.In the left navigation menu, click the 'Website' option, then select 'Go project' from its submenu.This will display a list of all your deployed Go projects.
Find your AnQiCMS project in the Go project list (usually the project name isAnQiCMSor you customize it).In the corresponding row of the project list, you will see project names, executable files, ports, and so on, and there will usually be options such as 'Manage', 'Settings', or 'Running Status'.Click to enter the management page of this project.
In the management interface of this project, there is usually a block of "Running Status" or "Process Information".Here will directly display the main process status of this Go project, including its current PID (Process ID).This PID is the direct process identifier of AnQiCMS on the server operating system, indicating that the AnQiCMS application runs as an independent process on the server.This way allows you to clearly understand the operation of AnQiCMS.
Important Notice
Common Questions and Answers (FAQ)
Why do I need to know the PID of AnQiCMS process?
What should I do if the PID of AnQiCMS is not displayed on the Baota panel or the status is abnormal?
Is the PID displayed in the Tengta panel the actual server PID?For AnQiCMS deployed through the "Go project", the PID displayed by the Baota panel is usually the actual process ID of the AnQiCMS application on the host machine (server operating system). For AnQiCMS deployed through a "Docker container", the PID displayed by the Baota panel is the process ID of the AnQiCMS application inContainer insideThe process ID, not the host machine.The host runs the Docker daemon process and one or more child processes of the container itself, and the PIDs of these processes are different from the PIDs of the applications inside the container.However, in most daily management and troubleshooting scenarios, knowing the PID of the main application inside the container is sufficient.