طبق این صفحه پیش میریمولی وقتی میخواهیم Ajenti
رو نصب کنیم پیغام خطا می دهد
Error: Package: python-daemon-1.5.2-1.el6.noarch (ajenti)
Requires: python-lockfile
You could try using --skip-broken to work around the problem
بعد طبق اطلاعات این صفحه
CentOS 6.X (tested with CentOS 6.4)
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
Edit remi.repo
sudo vi /etc/yum.repos.d/remi.repo
In [remo] change enable=0 to enable=1
name=Les RPM de remi pour Enterprise Linux $releasever - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
failovermethod=priority
Hit again! It will work!
yum install ajenti
yum install nano
حالا طبق اطلاعات این صفحه
http://www.tecmint.com/install-ajenti-a-web-based-control-panel-for-managing-linux-server/
nano /etc/sysconfig/iptables
Append the following two lines at the bottom of the file, save and close it.
-A INPUT -p udp -m state --state NEW --dport 8000 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 8000 -j ACCEPT
Next, restart iptables service.
# service iptables restart
The default login credentials:
Username: root
Password: admin
https://YourIP:8000