Jack 6f212ce3d6 Update to 7.27.0
1. Added Domains menu to manage Domains and SSL Certificates
2. Added Add Site automatic record creation when adding websites (Only supported by IPv4)
3. Added Vietnamese language
4. Added Indonesian language
5. Added HTTPS Protection function for Website (disables automatic HTTP to HTTPS redirection when enabled)
6. Added Mail Marketing -- Automation trigger tasks
7. Added Mail Marketing -- Groups Import, Export, Merge
8. Added Mail Marketing -- Subscribers to support paste import
9. Added Mail Marketing -- Template Import Export Duplicate
10. Added Mail server -- Other Settings add timed Auto Responder
11. Added Mail Marketing -- Suspend List to detect abnormal mailboxes
12. Added Mail Marketing -- Marketing Task to export error mail logs
13. Added Mail Domain -- SSL certificate expiration alert
14. Optimized Webmail management to display based on domain additions
15. Optimize Website Interface Button Integration
16. Optimize the response speed of WP Toolkit interface
2025-03-26 09:04:29 +08:00
2020-09-01 16:24:02 +08:00
2025-03-26 09:04:29 +08:00
2025-03-26 09:04:29 +08:00
2025-03-26 09:04:29 +08:00
2025-03-26 09:04:29 +08:00
2025-03-13 17:52:26 +08:00
2025-03-13 17:52:26 +08:00
2024-04-29 15:35:04 +08:00
2025-03-26 09:04:29 +08:00
2025-03-13 17:52:26 +08:00
2025-03-13 17:52:26 +08:00
2024-04-29 15:35:04 +08:00
2025-03-13 17:52:26 +08:00
2022-12-16 10:40:55 +08:00
2024-07-19 11:25:10 +08:00
2024-07-19 11:25:10 +08:00
2024-07-19 11:25:10 +08:00
2024-07-19 11:25:10 +08:00
2025-03-13 17:52:26 +08:00
2024-07-19 14:37:36 +08:00
2025-03-13 17:52:26 +08:00
2024-07-19 11:25:10 +08:00
2022-12-16 10:40:55 +08:00
2024-07-19 11:25:10 +08:00
2021-09-30 15:57:59 +01:00
2025-03-26 09:04:29 +08:00
2025-03-13 17:52:26 +08:00

#aaPanel Docker Deployment The docker image is officially released by aaPanel

Maintained by: aaPanel

##How to use

$docker run -d -p 8886:8888 -p 22:21 -p 443:443 -p 80:80 -p 889:888 -v ~/website_data:/www/wwwroot -v ~/mysql_data:/www/server/data -v ~/vhost:/www/server/panel/vhost aapanel/aapanel:lib

Now you can access aaPanel at http://youripaddress:8886/ from your host system.

Default username:aapanel

Default password:aapanel123

####Port usage analysis Control Panel : 8888 Phpmyadmin : 888

####Dir usage analysis Website data : /www/wwwroot Mysql data : /www/server/data Vhost file : /www/server/panel/vhost

Note: after the deployment is complete, please immediately modify the user name and password in the panel settings and add the installation entry

test

Languages
JavaScript 49.7%
Python 44.7%
CSS 2.9%
HTML 2.3%
Shell 0.4%