Manage Linux Box with webmin
Webmin is a valuable tool used for the configuration of Linux-based servers. I install Webmin by default on all of my Linux boxes simply due to it’s ease of use. Webmin installs an HTTP-based GUI which you can get to by using port 10000 from a browser.
To install Webmin, first you need to download the RPM file. There are two ways to do this. First, you can go to www.webmin.com, download the latest RPM, and then get it to your box somehow (typically I would use FTP to do this). Alternatively, you can skip the middleman and download the Webmin RPM direct from the linux CLI using wget. I typically download installs to /usr/local.
The wget command looks like this:
cd /usr/local
wget superb-east.dl.sourceforge.net/sourceforge/webadmin/webmin-1.290-1.noarch.rpm
Once you have the RPM file downloaded, install it by running:
rpm -ivh webmin-1.290-1.noarch.rpm
You can now get to your Webmin console by putting the following into a browser that exists on your LAN:
http://192.168.200.16:10000
Gishore James
Latest posts by Gishore James (see all)
- Microsoft Office for iPhone – Changing Strategy of Microsoft - June 16, 2013
- Guidelines for International websites from Google - June 13, 2013
- Google is to Change the rankings of smartphone search results - June 12, 2013
