Notifications
Clear all

aaPanel Installation Guide

1 Posts
1 Users
0 Reactions
95 Views
Posts: 301
Admin
Topic starter
(@admin)
Member
Joined: 11 months ago

aaPanel Installation Guide

aaPanel is a free and lightweight Linux server control panel that allows you to manage websites, databases, FTP, and security with a one-click interface. This guide will help you install aaPanel on your server step by step.


1. System Requirements

Before installing aaPanel, ensure your server meets the following requirements:

✅ OS: CentOS 7+, Ubuntu 20+, or Debian 10+
✅ RAM: Minimum 512MB (Recommended: 1GB+)
✅ Storage: At least 5GB Free Space
✅ Network: A public IP address for your server


2. Update Your Server

Before installation, update your server with the following command:

bash
apt update && apt upgrade -y # For Ubuntu/Debian
yum update -y # For CentOS

3. Install aaPanel

🔹 Ubuntu/Debian Installation Command:

bash
 
wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh

🔹 CentOS Installation Command:

bash
yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh

Note: The installation process takes 2-5 minutes to complete.


4. Accessing aaPanel

Once the installation is complete, you will receive your aaPanel login details, including:

yaml
aaPanel URL: http://your-server-ip:8888
Username: your_username
Password: your_password

🔹 Open the URL in a web browser and log in.
🔹 Update security settings after logging in.


5. Basic Configuration

🔹 Install Software Stack: aaPanel provides options to install PHP, MySQL, FTP, and web servers.
🔹 Allow aaPanel Port (8888): Open the port using the following command:

bash
ufw allow 8888 # For Ubuntu/Debian
firewall-cmd --permanent --add-port=8888/tcp && firewall-cmd --reload # For CentOS

🔹 Add Domains & Enable SSL: Configure your website and secure it with an SSL certificate.


6. aaPanel Features

✅ One-click App Installation (WordPress, Joomla, Drupal, etc.)
✅ FTP, Database, and DNS Management
✅ Firewall & Security Tools
✅ Automated Backup & Updates


7. Conclusion

Installing aaPanel is simple and efficient, making it one of the best free control panels for Linux servers. If you encounter any issues, you can seek help from the aaPanel community or post your queries on TechFixForum. 🚀

Topic Tags
Share: