As an experienced CMS website operation personnel of an enterprise security company, I know that a secure and easy-to-manage administrator account is crucial for the operation of a new site.Setting up the administrator account and password correctly is the first step in using AnQiCMS and is also the foundation of website security.I will elaborate on this process in detail.
Set an administrator account and password for the new AnQiCMS site
AnQi CMS is committed to providing efficient and secure content management solutions, and the setting of administrator accounts and passwords is the cornerstone to ensure everything runs smoothly.The setup method for the administrator account and password of the newly deployed AnQiCMS site usually depends on your installation method.
Manually install or initialize the AnQiCMS site for the first time
If you are downloading the AnQiCMS installation package and deploying it manually on the server (for example, running a Go project on a Linux server or directly running on Windows)anqicms.exe),Then when you first access the website domain via a browser, the system will guide you to the initial installation interface.This interface is the key step for you to set up database connection information and create the first administrator account.
During the initial installation process, you will see a form that includes fields for setting up the administrator account and password.You need to enter a username and set a strong password for your administrator account here.Be sure to choose a password that is both complex and easy to remember, it is recommended to include uppercase and lowercase letters, numbers, and special characters, and maintain sufficient length to enhance security.The AntQi CMS will prompt you to set a more complex password to avoid the security risks of weak passwords.After filling out this information, click confirm, the system will complete the installation and create your admin account.
Install AnQi CMS through Docker or one-click deployment tool
Many users choose to use tools such as Docker, aapanel (aaPanel/BT International Version) or 1Panel for one-click deployment to simplify the installation process.In this case, AnQiCMS usually sets a default administrator account and password so that you can log in for the first time and start managing the website.
The default administrator account is usually according to the AnQiCMS deployment convention,admin, and the default password is123456After deploying successfully using Docker or similar tools, you need to log in by accessing the admin address of your website. The standard backend access path is to add your domain name plus/system/. For example, if your website domain ishttp://yourdomain.comThen the background address will behttp://yourdomain.com/system/.
After logging in to the backend for the first time with the default account password, the primary and most critical task is to immediately change these default credentials.After logging into the backend management interface, you should look for related menu items such as "Administrator Management" or "Personal Settings", where you can change the username and password of the administrator.Change to your exclusive, secure username and strong password, and be sure to keep this information safe.This is not only to follow **security practices, but also the first line of defense to protect your website from unauthorized access.
Ensure the security of the administrator account and password regardless of the installation method you choose.A strong password policy can significantly reduce the risk of website attacks and provide solid protection for your content operations.
Frequently Asked Questions (FAQ)
What should I do if I forget the administrator password?
If you accidentally forget the administrator password, the AnQiCMS backend currently does not provide a direct "forgot password" function.In this case, you may need to directly access the database used by the website to reset it.This generally means that you need to log in to the MySQL database management interface (such as phpMyAdmin or via the command line), find the AnQiCMS admin user table, and then manually modify the password field for the corresponding admin account.Please note that it usually requires knowledge of certain database operations, and it is necessary to back up the database before operation to prevent any unexpected incidents.
Can I change the administrator account (username) after the default installation?
Yes, if your AnQiCMS site is using the default username and password (for exampleadminand123456Installed via Docker or one-click deployment tool, you should change the default username and password immediately after your first login to the backend.You can find the option to change your username in the 'Admin Management' or 'Personal Settings' and related functions in the background.It is strongly recommended to change the default username to one that is more personalized and difficult to guess, in order to further enhance website security.
3. Why can't I access my admin backend address?
If your admin backend address is (for examplehttp://yourdomain.com/system/Unable to access, there may be several reasons. First, make sure that your website domain has been correctly resolved to the server IP, and that the Nginx or Apache web server has been properly configured with reverse proxy rules to direct traffic to the port where AnQiCMS is running (default is 8001).Next, check the server firewall settings to ensure that port 8001 or the custom AnQiCMS running port you have set is open.Finally, check if the website address you set during installation is correct, as the backend path is based on this base address.If the problem still exists, checking the AnQiCMS runtime log may provide more specific error information.