Installing on CentOS/RHEL / KB forum / Ajenti

Installing on CentOS/RHEL / KB forum / Ajenti

Quick automatic install

wget -O- https://raw.github.com/Eugeny/ajenti/master/scripts/install-rhel.sh | sh
Manual install
Ajenti requires EPEL repositories: http://fedoraproject.org/wiki/EPEL

Add repository key:
wget http://repo.ajenti.org/ajenti-repo-1.0-1.noarch.rpm
rpm -i ajenti-repo-1.0-1.noarch.rpm
Install the package:
yum install ajenti

Start the service:
service ajenti restart

Package does not match intended download?
yum clean metadata


The panel will be available on HTTPS port 8000. The default username is root, and the password is admin
原文地址:https://www.cnblogs.com/lexus/p/3584628.html