After deploying AnQiCMS containerized application with 1Panel, clearly defining the website access address and admin address is a crucial step in starting operations.As an experienced website operator, I will provide you with a detailed explanation of these important information to ensure you can smoothly launch your AnQiCMS site.

Website frontend access address

After successfully deploying AnQiCMS through Docker in 1Panel, your website will go through the reverse proxy site configuration you set in the "Configure reverse proxy site" step.Main DomainVisit. This domain name is typically the one you plan to use for public access, such as the URL mentioned in the document examples.http://test.anqicms.com/.When you enter this domain name in the browser, the reverse proxy configured by 1Panel will forward the request to the AnQiCMS service running in a Docker container, thereby displaying your website content.

Complete the reverse proxy settings, when you visit the domain name for the first time, the system will guide you to enter AnQiCMS'sInitialization installation interface.At this stage, you need to complete steps such as connecting to the database, setting the site name, and creating your first administrator account according to the instructions.Only after completing the initialization and installation, can your website's front end display content normally.

The website's backend management address

The backend management address of AnQiCMS is the core entry for content creation, editing, publishing, and system configuration. Regardless of the primary domain name you configure for your website, the backend management path of AnQiCMS follows a unified format: add it to the end of your primary domain name./system/.

For example, if the main domain name of your website ishttp://your-domain.com/then the background management address of your website ishttp://your-domain.com/system/


Frequently Asked Questions

1. If the AnQiCMS website cannot be accessed through the domain name after deployment, how should I troubleshoot?

If your AnQiCMS website is inaccessible after deploying through 1Panel Docker, please first check whether the reverse proxy you configured under the "Website" module in 1Panel is enabled and in normal status.Confirm that the 'main domain name' has been correctly resolved to the server IP address.127.0.0.1:8001,or any other internal port you set for the container).Also, check the firewall settings of the server to ensure that ports 80 and 443 (if you are using HTTPS) are open to the outside, and that the internal ports used by the AnQiCMS container (such as 8001) are reachable within the Docker network.

2. Can I modify the default 8001 port when deploying AnQiCMS?

127.0.0.1:8002.

3. What key information do I need to provide when initializing the installation of AnQiCMS?