Install Webmin
From TomSchaefer.org Wiki
Okay. This will show you how to install Webmin on Ubuntu. This can also be applied to another Linux OS as well.
Open up a terminal window follow these instructions
1. sudo su 2. apt-get update 3. apt-get install libnet-ssleay-perl 4. apt-get install smbfs 5. cd /usr/local 6. mkdir webmin 7. cd webmin 8. wget http://prdownloads.sourceforge.net/webadmin/webmin-1.340.tar.gz 9. tar xzvf webmin-1.340.tar.gz 10. cd webmin-1.340 11. sh setup.sh
Config file directory [/etc/webmin]: <enter> (default)
Log file directory [/var/webmin]: <enter> (default)
Full path to perl (default /usr/bin/perl): <enter> (default)
Web server port (default 10000): <enter> (default)
Login name (default admin): user ()
Login password: pass ()
Password again: pass ()
Use SSL (y/n): y
Start Webmin at boot time (y/n): y
Now you can browse to the server like https://ipaddress:10000 to access webmin
