webmin installation under CENTOS7

This article is for personal notes only

webmin official website

Webmin is currently the most powerful web-based Unix system administration tool. The administrator accesses various management functions of Webmin through the browser and completes the corresponding management actions. Detailed introduction

webmin installation

  • Run the following commands in sequence

    yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty
    rpm -U http://prdownloads.sourceforge.net/webadmin/webmin-1.831-1.noarch.rpm
    echo "[Webmin]" > /etc/yum.repos.d/webmin.repo
    echo "name=Webmin Distribution Neutral" >> /etc/yum.repos.d/webmin.repo
    echo "#baseurl=http://download.webmin.com/download/yum" >> /etc/yum.repos.d/webmin.repo
    echo "mirrorlist=http://download.webmin.com/download/yum/mirrorlist" >> /etc/yum.repos.d/webmin.repo
    echo "enabled=1" >> /etc/yum.repos.d/webmin.repo
    rpm --import http://www.webmin.com/jcameron-key.asc
    yum install webmin
    service webmin start
    chkconfig webmin on
    
    • So far webmin has been installed and started and added boot
    • Accessible using https://YOUR-IP-ADDRESS:10000 . The username is root and the password is your server's password.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325422476&siteId=291194637