English | 简体中文
InPanel is an open source Linux server management tool, the goal of this project is to make server management easy and fast.
- Free, concise, and open source
- Fast in-line installation, small and resource-saving
- Supports CentOS/Redhat 5.4+, 6.x, 7.x, 8.x
- Software Management Mechanism Based on Distribution Software Source
- Easily build Linux + Nginx + MySQL + PHP environments
- Powerful online file management and recycle bin mechanism
- Quickly create and install multiple sites
- Useful System Tools
# stable version
curl -O https://raw.githubusercontent.com/inpanel/inpanel/main/install.py
python install.py
# beta version
curl -O https://raw.githubusercontent.com/inpanel/inpanel/dev/install.py
python install.py --dev
service inpanel stop
rm -rf /usr/local/inpanel
rm -f /etc/init.d/inpanel
/usr/local/inpanel/config.py username 'your-username'
/usr/local/inpanel/config.py password 'your-password'
Please file an issue at Issues.
InPanel is released under the BSD 3-Clause License.
Official Website: inpanel.org