Web hosting control panel for Linux servers.
// similar to cPanel or Plesk
| Category | Description |
|---|---|
| 🌐 Web Management | Manage websites, domains, SSL, PHP versions, Nginx/Apache configurations. |
| 💾 Database | Manage MySQL, MariaDB, PostgreSQL. Create, edit, backup, and restore databases. |
| 📂 File Management | Upload, edit, and organize files via built-in file manager. |
| ⚙️ Software Installer | One-click installation of stacks like LNMP, LAMP, WordPress, Node.js, Python, etc. |
| 🔒 Security | Firewall management, SSL setup, fail2ban, and security plugins. |
| 🧑💻 Developer Tools | Support for Python, Node.js, Docker, Git, cron jobs. |
| 📊 Server Monitoring | Real-time monitoring of CPU, RAM, disk usage, and logs. |
SSH into VPS and install
# Example command for Ubuntu:
wget -O install.sh <http://www.aapanel.com/script/install_6.0_en.sh> && bash install.sh
Access Dashboard
http://<VPS-IP>:8888 in browserInstall Services
Deploy Web Applications
Manage SSL
App is live, db running, all controlled via GUI.