搜尋此網誌

2016年5月23日 星期一

安裝 ajenti

透過 Ajenti 使得我們在不同版本的  Linux 可以在系統管理方面尚取得較一致性的經驗
安裝步驟如下:

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


沒有留言:

張貼留言

搜尋此網誌