Skip to content

webmin | Cheatsheet

Webmin allows the user to configure operating system internals, such as users, disk quotas, services or configuration files, as well as modify and control open-source apps, such as BIND, Apache HTTP Server, PHP or MySQL

The simplest and best way to get Webmin is to use automatic setup-repos.sh script to configure official repositories on your Gentoo system.


Installation

cd /tmp
curl -o setup-repos.sh \
https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
gunzip webmin-current.tar.gz
tar xf webmin-current.tar.gz
cd webmin-current
./setup.sh /usr/local/webmin
apt install perl libnet-ssleay-perl openssl libauthen-pam-perl \
libpam-runtime libio-pty-perl apt-show-versions python unzip -y

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.999-2_all.deb
dpkg --install webmin_1.999-2_all.deb