程江服务器控制面板
Find a file
2024-06-25 17:01:03 +08:00
core update: InPanel v1.1.1 b30 2024-06-25 17:01:03 +08:00
data update config module to prepare for new features 2020-03-20 21:49:17 +08:00
lib update: compatible to 3 2020-01-21 19:36:26 +08:00
plugins add test Pulgins Module 2019-08-22 19:40:59 +08:00
public update: 定时任务管理文案调整 2024-06-25 16:58:50 +08:00
scripts update: (#44) 2023-06-27 17:30:20 +08:00
.gitignore update: InPanel v1.1.1 b30 2024-06-25 17:01:03 +08:00
CHANGELOG.md update: InPanel v1.1.1 b30 2024-06-25 17:01:03 +08:00
config.py update 2020-05-15 23:12:43 +08:00
install.py 1.1.1b29 (#47) 2023-07-06 16:45:29 +08:00
LICENSE Update LICENSE 2021-08-30 20:13:42 +08:00
README-zh.md update README.md (#43) 2023-06-27 11:36:58 +08:00
README.md update README.md (#43) 2023-06-27 11:36:58 +08:00
server.py 1.1.1b29 (#47) 2023-07-06 16:45:29 +08:00
TODOLIST.md update docs 2019-12-24 07:11:06 +08:00

InPanel

English | 简体中文

Introduction

InPanel is an open source Linux server management tool, the goal of this project is to make server management easy and fast.

Features

  1. Free, concise, and open source
  2. Fast in-line installation, small and resource-saving
  3. Supports CentOS/Redhat 5.4+, 6.x, 7.x, 8.x
  4. Software Management Mechanism Based on Distribution Software Source
  5. Easily build Linux + Nginx + MySQL + PHP environments
  6. Powerful online file management and recycle bin mechanism
  7. Quickly create and install multiple sites
  8. Useful System Tools

Installation

# 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

Uninstall

service inpanel stop
rm -rf /usr/local/inpanel
rm -f /etc/init.d/inpanel

Admin Username and Password

/usr/local/inpanel/config.py username 'your-username'
/usr/local/inpanel/config.py password 'your-password'

Issues

Please file an issue at Issues.

License

InPanel is released under the BSD 3-Clause License.

Author

Jackson Dou

Information

Official Website: inpanel.org