Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaPanel/aaPanel
Simple but Powerful web-based Control Panel
https://github.com/aaPanel/aaPanel
apache controlpanel database docker hosting lamp linux-desktop lnmp mysql nginx python
Last synced: about 1 month ago
JSON representation
Simple but Powerful web-based Control Panel
- Host: GitHub
- URL: https://github.com/aaPanel/aaPanel
- Owner: aaPanel
- License: other
- Created: 2019-06-20T08:16:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T06:37:41.000Z (5 months ago)
- Last Synced: 2024-07-20T12:01:33.608Z (5 months ago)
- Topics: apache, controlpanel, database, docker, hosting, lamp, linux-desktop, lnmp, mysql, nginx, python
- Language: Python
- Homepage: https://www.aapanel.com
- Size: 23.7 MB
- Stars: 1,743
- Watchers: 79
- Forks: 585
- Open Issues: 145
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - aaPanel/aaPanel - Simple but Powerful web-based Control Panel (Python)
README
#aaPanel Docker Deployment
The docker image is officially released by aaPanelMaintained 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**