Step by Step, installing webmin.
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.
Webmin is available in the repositories, but the steps below will assure you the latest & greatest version.
I’d not be surprised if many people did not know such a thing exists. As always use all caution, read up on all commands before you do them. Webadmin is available in the repositories, but this will assure you the latest & greatest version.
Reference: http://ubuntuforums.org/showthread.php?t=19509
Locate the newest versionon Sourceforge and substitute the newest version in the file-download step below.
Commands
sudo su
mkdir /opt/webmin
cd /opt/webmin
wget http://easynews.dl.sourceforge.net/sourceforge/webadmin/webmin-1.500.tar.gz
gzip -cd webmin-1.500.tar.gz | tar xvf -
apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl perl-modules
cd webmin*
./setup.sh
Basically just hit enter, choose SSL and the auto start the service at boot
Web server port (default 10000): (Feel Free to change this)
Login name (default admin):
Login password: AReallyGoodONE
Password again: AReallyGoodONE
Use SSL (y/n): y
Start Webmin at boot time (y/n): y
Pingback: New Install of Ubuntu 9.04? | Brain Drop
Pingback: Brain Drop » Ubuntu 8.10 Install Items