Introduction#
- Official website: inpanel.org
- Open source, free
- Quick online installation, lightweight and resource-saving
- Currently supports CentOS/Redhat 5.4+, 6.x
- Software management mechanism based on distribution software sources
- Easily build Linux + Nginx/Apache + MySQL + PHP environment
- Powerful online file management and recycle bin mechanism
- Quickly create and install various sites
- Rich and practical system tools
Installation#
Installation Requirements#
Operating System: CentOS/Redhat 5.4 or above, 32-bit or 64-bit, 64-bit CentOS 6.2 is recommended.
Memory Size: Approximately 20MB of server memory is required during runtime.
Please use a modern browser to access the panel (IE8+, Firefox 14+, Chrome 21+), Chrome is recommended.
Online Installation Steps#
Use an SSH connection tool, such as PuTTY, XShell, SecureCRT, etc., to connect to your Linux server.
Execute the following command to start the installation:
# wget https://raw.githubusercontent.com/inpanel/inpanel/master/install.py
# python install.py
After the installation is complete, please set the administrator username and password. If you press Enter directly, the default username admin
and password admin
will be used.
After setting, open the provided link to access your InPanel panel.
Installation of the Development Version:#
# wget https://raw.githubusercontent.com/inpanel/inpanel/dev/install.py
# python install.py --dev