Step:1
Connect to host with ssh login from putty software
Step2: Login as root user because u need sudo privileges to install Webmin tool
Step3:
Like below run the commands in the terminal
[root@server ~]# echo -e "[Webmin]\nname=Webmin Distribution Neutral\nbaseurl=http://download.webmin.com/download/yum\nenabled=1" > /etc/yum.repos.d/webmin.repo
[root@server ~]# rpm --import http://www.webmin.com/jcameron-key.asc
[root@server ~]# yum install webmin
It will ask you Is this okay to install (Press y and enter)
Connect to host with ssh login from putty software
Step2: Login as root user because u need sudo privileges to install Webmin tool
Step3:
Like below run the commands in the terminal
[root@server ~]# echo -e "[Webmin]\nname=Webmin Distribution Neutral\nbaseurl=http://download.webmin.com/download/yum\nenabled=1" > /etc/yum.repos.d/webmin.repo
[root@server ~]# rpm --import http://www.webmin.com/jcameron-key.asc
[root@server ~]# yum install webmin
It will ask you Is this okay to install (Press y and enter)
Step:4
Webmin install complete. You can now login(with your root username and password) to https://server_ip:10000/
here 10000 is the default for the webmin tool. You may change it later from webadmin dashboard
Once successful login you can see the dashboard web-interface screen.
0 comments:
Post a Comment