Webmin Installation
Updated: 12/17/2005
General Information
Webmin is an excellent web-based administration tools package for various Unix systems. With the package installed, you can perform many system tasks such as user management, Samba, Squid and Apache configuration, etc. through a web browser.Requirements
Installation
For this tutorial, we will use Webmin v1.230. Find a convenient folder to place the webmin-1.230 tarball. For this, we will create and use the/home/xxxxx/src folder (where xxxxx is your user folder) but you can always use any folder, just be careful.|
# # |
mkdir /home/xxxxx/src cd /home/xxxxx/src |
| # | wget http://citkit.dl.sourceforge.net/sourceforge/webadmin/webmin-1.230.tar.gz |
|
# # # |
tar xvzf webmin-1.230.tar.gz cd webmin-1.230 ./setup.sh |
/usr/bin/perl).https://hostname:10000. Without encryption on your web server, you use http://localhost:10000. You can also access webmin remotely http://www.domain.tld:10000./etc/webmin/ folder.)|
# # |
cd /etc/webmin/ ./uninstall.sh |
Configuration
After everything is installed, login using the username and password you gave during setup. Check out the various menu links. Common interests include configuring Samba, Squid, Apache and User Administration. Webmin is such a gold mine for intruders so remember to take necessary precautions.Author: omegahash
omegahash at gmail dot com