搜尋此網誌
2016年5月23日 星期一
安裝 ajenti
install (CentOS 7 / RHEL7)
rpm -Uvh http://mirror01.idc.hinet.net/EPEL/7/x86_64/e/epel-release-7-8.noarch.rpm
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 -y install ajenti
Start the service:
systemctl enable ajenti
systemctl restart ajenti
防火牆要打開 8000 port
firewall-cmd --permanent --zone=public --add-port=8000/tcp
firewall-cmd --reload
預設登入網址 https://<ServerIP>:8000
預設帳號與密碼是 root/admin
如果發生 https 無法成功登入,可以修改/etc/ajenti/config.json
將 "ssl": {
"enable": ture 改成 false
然後重啟服務
systemctl restart ajenti
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言