How to install webmin in CentOS-6
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
For Installing webmin do the following:-
1. Open the terminal and type:-
# cd Downloads
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
For Installing webmin do the following:-
1. Open the terminal and type:-
# cd Downloads
# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.620-1.noarch.rpm
This will download webmin package from the webmin website.
2. Now install the package
# rpm -ivh webmin-1.620-1.noarch.rpm
3. Now open the browser and type
http://localhost:10000
OR
http://192.168.100.159:10000
Replace the ip address with your own ip address.
4. Now login with your system's root user with its password whatever you have setted.
5. If you want access webmin remotely on network computer then you have to enable the port 10000 in firewall.
Go to System -> Administration -> Firewall
Then select Other Ports and click on Add ports
Then click on [] user defined
Port range :- 10000
Protocol :- tcp
That's it enjoy webmin.
Subscribe by Email
Follow Updates Articles from This Blog via Email
No Comments