# aaPanel **Repository Path**: klmahuaw/aaPanel ## Basic Information - **Project Name**: aaPanel - **Description**: 宝塔面板国际版本,简单而强大的基于Web的控制面板 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.aapanel.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-07 - **Last Updated**: 2023-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #aaPanel Docker Deployment The docker image is officially released by aaPanel Maintained by: [aaPanel](https://www.aapanel.com) ##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**