Wednesday, April 1, 2015

webmin Installation and configuration in linux step by step

Webmin is a GUI based tool to configure Linux System 
Download the file from internet or copy from any source media in side /opt directory
[root@server ~]# cd /opt

[root@serveropt]# ls
webmin-1.360.tar.gz
[root@server opt]# tar -xvzf webmin-1.360.tar.gz
 [root@server opt]# ls
webmin-1.360 webmin-1.360.tar.gz
[root@server opt]# cd webmin-1.360 [root@server opt]# ls
[root@server opt]# ./setup.sh

1) Select the default options & provide your web admin password
2) Open the Browser

[root@server opt]# firefox http://localhost:10000&

To Change the admin passwd after webmin installation
[root@server opt]# cd webmin-1.360
[root@server webmin-1.360]# ./changepass.pl /etc/webmin/ admin admin
TO UNINSTALL WEBMIN
[root@server opt]# sh /etc/webmin/uninstall.sh 

No comments:

Post a Comment