Installing Webmin+Virtualmin on Ubuntu
Submitted by ironstorm.
on 2007-08-18 03:55.
Quick steps to getting Webmin + Virtualmin up and running on Ubuntu Dapper LTS:
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.360_all.deb
wget http://download.webmin.com/download/virtualmin/webmin-virtual-server_3.44.gpl_all.deb
wget http://download.webmin.com/download/virtualmin/webmin-virtual-server-theme_4.4_all.deb
aptitude install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl # Webmin reqs
aptitude install apache2 mysql-server webalizer bind # Virtualmin reqs
a2enmod suexec
a2enmod actions
/etc/init.d/apache2 force-reload
rm /etc/webmin/apache/site # delete webmin apache config cache, will only exist if you have a previous webmin install
dpkg -i webmin_1.360_all.deb webmin-virtual-server-theme_4.4_all.deb webmin-virtual-server_3.44.gpl_all.deb
# surf to your new webmin site on your server using SSL on port 10000 - i.e. https://www.mysite.com:10000/