Webmin is a web way to administer our services in our servers.
We are going to install Webmin in a LAMP server over Debian Etch.
See the table bellow, if you want study deeper the Webmin application:
Origin
http://www.webmin.com/
Repository
http://www.webmin.com/download.html
Package
webmin_1.360_all.deb
Documentation (English)
Instalation:
http://www.webmin.com/deb.html
Instalation in Apache:
http://www.webmin.com/apache.html
Doc:
http://www.webmin.com/docs.html
First, we must resolve the previous dependences. You must install the following packages if you have not installed them:
elite:~# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
perl ya está en su versión más reciente.
openssl ya está en su versión más reciente.
libpam-runtime ya está en su versión más reciente.
Se instalarán los siguientes paquetes NUEVOS:
libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl
0 actualizados, 4 se instalarán, 0 para eliminar y 1 no actualizados.
Necesito descargar 273kB de archivos.
Se utilizarán 1221kB de espacio de disco adicional después de desempaquetar.
After, copy the .deb package and install with the following sentence:
elite:~# dpkg --install webmin_1.360_all.deb
Seleccionando el paquete webmin previamente no seleccionado.
(Leyendo la base de datos ...
23140 ficheros y directorios instalados actualmente.)
Desempaquetando webmin (de webmin_1.360_all.deb) ...
Configurando webmin (1.360) ...
Webmin install complete. You can now login to https://elite:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
Things made by the installer:
- Login directly from the system: it has installed PAM; /etc/pam.d/webmin
- Install all content in /usr/share/webmin/
- Makes the system respond to the URL: https://your server.com:10000/. Webmin implements a own server:
elite:~# ps -ef | grep webmin
root 10422 1 0 18:36 ? 00:00:00 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf
root 10548 10171 0 19:15 pts/0 00:00:00 grep webmin