服务器管理面板Ajenti和虚拟主机面板Ajenti V安装
1.Debian自动安装(要求Debian 6以上,如果是Debian 5要求已安装Python 2.6 ): wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-debian.sh | sh Debian手动安装: wget http://repo.ajenti.org/debian/key -O- | apt-key add - echo "deb http://repo.ajenti.org/debian main main debian" >> /etc/apt/sources.list apt-get update && apt-get install ajenti service ajenti restart 3.Ubuntu自动安装: wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-ubuntu.sh | sudo sh Ubuntu手动安装: wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add - sudo echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list sudo apt-get update && sudo apt-get install ajenti sudo service ajenti restart ufw allow 8000 3.CentOS/RHEL自动安装: curl https://raw.githubusercontent.com/Eugeny/ajenti/master/scripts/install-rhel.sh | sh #CentOS 6 / RHEL6 curl https://raw.githubusercontent.com/Eugeny/ajenti/master/scripts/install-r...