>>http://www.webmin.com/download.html http://webmin.com/faq.html http://www.webmin.com/third.html [[https://help.ubuntu.com/community/WebminWithoutARootAccount WebminWithoutARootAccount]] http://dag.wieers.com/rpm/packages/perl-Net-SSLeay/ >>===WebMin=== [[http://www.webmin.com WebMin]] is a great way to administer your FSSE Server including administering MySQL ! {{image url="http://static.flickr.com/75/153720195_30fbc58354_m.jpg" link="http://www.flickr.com/photos/fsse-info/153720195/"}} ==HTTP or HTTPS Install== If you'd prefer HTTPS (SSL) access make sure you install [[Perl CPAN]] Module Net_SSLeay BEFORE installing webmin ==CentOS 3 / Oracle Enterprise 3 / Red Hat RHEL 3== %% # http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/perl-Net-SSLeay/perl-Net-SSLeay-1.30-1.el3.rf.i386.rpm %% ==CentOS 5 / Oracle Enterprise 5 / Red Hat RHEL 5== %% # yum install perl-Net-SSLeay # yum install perl-Crypt-SSLeay %% also %% # yum install perl-lib* %% will install perl-librarys %% Installing : perl-Compress-Zlib Installing : perl-URI Installing : perl-HTML-Tagset Installing : perl-HTML-Parser Installing : perl-libwww-perl Installing : perl-XML-Parser Installing : perl-libxml-perl %% also known as Bundle::LWP which will prevent any webmin LWP errors ! ==Debian/Ubuntu== %% # aptitude install libnet-ssleay-perl # (aptitude install libcrypt-ssleay-perl) %% ===Download & Install=== Download webmin pgp key and webmin rpm or tgz from http://www.webmin.com ==CentOS / Oracle Enterprise / Red Hat RHEL== %% # wget wget http://www.webmin.com/download/webmin-current.tar.gz # rpm -ivh webmin.rpm %% ==Debian/Ubuntu== %% # tar zxvf webminXXX.tgz # cd webminXXX # ./setup.sh /opt/webmin %% ==Reinstall== If you installed without SSL and wish you had then %% # service webmin stop # mv /opt/webmin /opt/webminold # mv /etc/webmin /etc/webminold %% Re-install Net_SSLeay, rerun setup.sh and remove backup files %% # rm -rf /opt/webminold # rm -rf /etc/webminold %% ==Reset password== First find location of changepass.pl and location of miniserv.conf %% # updatedb # locate changepass.pl # locate miniserv.conf %% then run /location/of/changepass.pl with the parameter of path to the directory of /location/of/miniserv.conf i.e %% # /usr/local/webmin/changepass.pl /usr/local/etc/webmin/ admin %% ===Uninstall=== ==RPM== %%# rpm -e webmin%% ==tgz== %%# /etc/webmin/uninstall.sh%% or %%# /opt/webmin/uninstall.sh%% ==webmin without a root account== On ubuntu and xubuntu there is NO root password so you won't be able to login to the webmin webpage %% $ sudo updatedb $ sudo locate changepass.pl $ sudo locate miniserv.conf %% Change your working path to the webmin binary install directory and then run changepass.pl: %% $ cd $ sudo ./changepass.pl root %% ===Webmin Modules=== WebminFirewall ===Third Party Modules=== WebminStats WebMinVsftp ===See Also=== WebminSecurity WebminVirtualmin ---- REFERRERS {{backlinks}}