[简体中文] | [English]
The HaoZi Linux Panel is a lightweight Linux server operation and maintenance management panel developed using Golang and Vue. It is open source under the GNU Affero General Public License v3.0 protocol.
Communication QQ group: 12370907 | QQ channel: pd.qq.com/s/fyol46wfy
- Extremely low usage: Deploying the panel + LNMP environment under Debian 12, the memory usage is less than 500 MB, far ahead of other panels using containerization.
- Low destructiveness: The design concept of the panel is to minimize the additional modifications to the system. Among similar panels, we have made the least modifications to the system.
- Follow the times: All components of the panel are at the forefront of the times, updated quickly, powerful functions, and guaranteed security.
- Efficient operation and maintenance: The panel UI interface is simple and easy to operate, and you can quickly deploy various environments and adjust application settings without complicated configuration.
- Offline operation: The panel can run without relying on any external services. You can even stop the panel process after deployment is complete, and it will not affect the deployed services.
- Tested by time: We have been using it in production environment since 2022, and it has been running stably for more than 1 year without any accidents.
- Open source and open: The panel is open source, you can freely modify and audit the panel source code, and the security is guaranteed.
HaoZi Linux Panel only supports the latest version of mainstream systems under the amd64
| arm64
architecture. It does not support Ubuntu
because its releases are too frequent and difficult to maintain.
Recommended to use Debian
for low-configuration machines, as its resource usage is lower than that of the RHEL
system. For other machines, recommended to use RockyLinux
| AlmaLinux
, which has a longer maintenance cycle and is more stable.
For other RHEL 9.x systems not in the table, you can try to install it yourself, but normal operation is not guaranteed, and free technical support is not provided (theoretically there will be no major question).
CentOS Stream can be migrated to a supported system using the migration script: CentOS 8/9 Migration Script
OS | Version |
---|---|
RHEL | 9 |
RockyLinux | 9 |
AlmaLinux | 9 |
Debian | 12 |
As system versions are constantly updated, we may also terminate support for some older systems to ensure the stability of the panel.
Warning Before installing the panel, you need to understand the basic knowledge of the LNMP environment and how to deal with common LNMP environment problems. It is not recommended for users with zero basic knowledge to install and use HaoZi Linux Panel.
If you decide to continue, please log in to the server as root
user and execute the following command to install the panel:
HAOZI_DL_URL="https://git.haozi.net/opensource/download/-/raw/main/panel"; curl -sSL -O ${HAOZI_DL_URL}/install_panel.sh && curl -sSL -O ${HAOZI_DL_URL}/install_panel.sh.checksum.txt && sha256sum -c install_panel.sh.checksum.txt && bash install_panel.sh || echo "Checksum Verification Failed, File May Have Been Tampered With, Operation Terminated"
Recommended to back up data and reinstall the system first, so that the system can be kept clean.
If you are unable to reinstall the system, log in to the server as the root
user and execute the following command to uninstall the panel:
HAOZI_DL_URL="https://git.haozi.net/opensource/download/-/raw/main/panel"; curl -sSL -O ${HAOZI_DL_URL}/uninstall_panel.sh && curl -sSL -O ${HAOZI_DL_URL}/uninstall_panel.sh.checksum.txt && sha256sum -c uninstall_panel.sh.checksum.txt && bash uninstall_panel.sh || echo "Checksum Verification Failed, File May Have Been Tampered With, Operation Terminated"
Before uninstalling the panel, please be sure to back up all data and uninstall all panel plugins in advance. The data will not be recoverable after uninstallation!
Use panel
command for daily maintenance:
panel
See more usage methods and tips in Wiki.
For usage issues, you can ask questions in the HaoZi Community Forum or seek AI help in the QQ group @坤坤
. You can also seek paid support in the group.
For issues with the panel itself, you can submit feedback on the Issues
page of GitHub. Please note the wisdom of asking questions.
You can find or create an Issue in Issue List, leave a message to express your willingness to deal with the Issue, and get confirmation from the maintainer. Start processing.
- During the development process, if you encounter a problem, you can describe the problem in detail in the Issue at any time for further communication, but before doing so, please make sure that you have tried your best to solve the problem through Google and other methods;
- PRs must be submitted to our JiHu GitLab repository https://git.haozi.net/opensource/panel. Do not submit on GitHub;
- When the PR is completed, please add the
🚀 Review Ready
tag to it, and the maintainer will review it in time; - We very much welcome your contributions and will add you to the homepage contributors in the next release; ❤️
Accept cloud resources and financial sponsorship, you can contact us through QQ group
This project owes its existence to all those who have contributed. To contribute, please check the contributed code section first.
It is strictly prohibited to use the HaoZi Linux Panel to engage in any illegal activities. Please do not request any form of technical support from us for illegal sites. If illegal content is discovered during the technical support process, we will immediately stop technical support and retain relevant evidence.