https://github.com/AiryXu/VPSMate
https://github.com/AiryXu/inpanel
InPanel Installation
#Requirement
- System: CentOS / RedHat 5.4+, 32-bit or 64 bit system. CentOS 6.2 64 bit or above is recommended.
- Memory: minimum 30MB memory.
- 请使用现代浏览器访问面板(IE8+、Firefox 14+、Chrome 21+),推荐使用 Chrome。
#Installation steps
使用 SSH 连接工具,如 PuTTY、XShell、SecureCRT 等,连接到您的 Linux 服务器。
执行以下命令开始安装:
Download the installation script from GitHub(opens new window)
wget https://raw.githubusercontent.com/inpanel/inpanel/master/install.py
Download the installation script from Gitee(opens new window)
wget https://gitee.com/inpanel/inpanel/raw/master/install.py
Perform installation
python install.py
VPSMate
This is special edition (fork) of VPSMate with many features not existing on VPSMate official release (v1.0 b10).
Install
curl -O https://raw.githubusercontent.com/zjhch123/VPSMate/master/install.py
python install.py
or
curl -O https://raw.githubusercontent.com/AiryXu/VPSMate/master/install.py
python install.py
UnInstall
service vpsmate stop
rm -rf /usr/local/vpsmate
rm -f /etc/init.d/vpsmate
Forget Username & Password
/usr/local/vpsmate/config.py username '用户名'
/usr/local/vpsmate/config.py password '密码'