Share your love
Set up aaPanel on Debian 11 – Easy Setup
In this article, we want to teach you How To Set up aaPanel on Debian 11. aaPanel is a simple but powerful control panel that can manage the web server through a web-based GUI (Graphical User Interface). aaPanel provides the one-click function such as one-click install LNMP/LAMP developing environment and software. The software is free and open-source.
Features of aaPanel include:
- You can install only the extensions you want with aaPanel.
- Server resources are handled in real-time with aaPanel.
- A powerful online editor is available with aaPanel.
- aaPanel uses a small number of system resources.
- It has a one-click function for developing software and environments.
- Scheduling tasks, such as database and website backups, is simple.
- File management is made easier using aaPanel.
- Aapanel comes with a free security extension that makes it extremely safe to use.
- It’s cross-platform compatible.
Now you can follow the guide steps on the Orcacore website to Set up aaPanel on Debian 11.
Table of Contents
Simple Guide Steps To Set up aaPanel on Debian 11
Before you start to Set up aaPanel on Debian 11, you need to log in to your server as a non-root user with sudo privileges and set up a basic firewall. To do this, you can follow our article the Initial Server Setup with Debian 11.
Now follow the steps below to Set up aaPanel on Debian 11.
Install aaPanel on Debian 11
First, you need to update your local package index with the following command:
sudo apt update
Then, use the following command to download and Set up aaPanel on Debian 11:
wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh
When your installation is completed, you will get the following output:
Output
Congratulations! Installed successfully!
==================================================================
aaPanel Internet Address: http://...:7800/bc35ee8e
aaPanel Internal Address: http://...:7800/bc35ee8e
username: 8uhlqskn
password: ffa3a920
Warning:
If you cannot access the panel,
release the following port (7800|888|80|443|20|21) in the security group
==================================================================
Time consumed: 1 Minute!
Check aaPanel Listening Port
Check if aaPanel is listening in the correct port which is 7800 in my case:
sudo netstat -nltp
Output
tcp 0 0 0.0.0.0:7800 0.0.0.0:* LISTEN
Also, you can confirm if port 7800 is allowed through the firewall if the firewall is active:
sudo ufw status
Output
Status: active
To Action From
-- ------ ----
20/tcp ALLOW Anywhere
21/tcp ALLOW Anywhere
22/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
888/tcp ALLOW Anywhere
39000:40000/tcp ALLOW Anywhere
7800/tcp ALLOW Anywhere
20/tcp (v6) ALLOW Anywhere (v6)
21/tcp (v6) ALLOW Anywhere (v6)
22/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
888/tcp (v6) ALLOW Anywhere (v6)
39000:40000/tcp (v6) ALLOW Anywhere (v6)
7800/tcp (v6) ALLOW Anywhere (v6)
Access aaPanel Web Interface on Debian 11
At this point, you can access your aaPanel web interface on Debian 11 by using the URL that was given to you from the installation:
http://your-server-IP:7800/bc35ee8e
You will see the aaPanel login screen. Enter the username and password that you have got from the installation and click Login.
Then, you will get the recommended software package screen. Install the LNMP(recommended) by clicking one-click on aaPanel.
It will take some time to complete.
From there you can manage websites, install software and packages, and configure your aaPanel. For more information, you can visit the official website.
Conclusion
At this point, you have learned to Set up aaPanel on Debian 11. With aaPanel, you can install and manage web services like LNMP/LAMP environments, manage backups, and control server resources efficiently. It offers a powerful solution with minimal system resource usage and strong security features.
Hope you enjoy it. You may also like the following articles:
Install Grafana on Ubuntu 24.04
Whitelist IPs in Fail2ban Easily
Secure Ubuntu 24.04 with AppArmor
FAQs
How can I install aaPanel on Debian 11?
Use the installer script provided by aaPanel through a simple terminal command.
What is the default access URL for aaPanel?
After you have completed the guide steps to set up aaPanel on Debian 11, aaPanel can be accessed via http://your-server-IP:7800
.
Can I manage databases with aaPanel?
Yes, aaPanel provides easy database management features and backup scheduling.