Friday, June 3, 2016

How to Install Webmin On Debian

How to Install Webmin on Debian

What Is Webmin ?


Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on.

Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no non-standard Perl modules.

How To Install Webmin ?

Install Using Deb file

  1. First download file deb, run the command
    wget http://prdownloads.sourceforge.net/webadmin/webmin_1.801_all.deb
  2. And Install Use the command
    dpkg --install webmin_1.801_all.deb
  3. wait after installation success, if installation success you can login at the url
    https://localhost;10000
  4. user root, and your password 

If Debian complains about missing dependencies, run the command for install component
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

Install Using APT Repository
  1. open the file  and add the line
    deb http://download.webmin.com/download/repository sarge contrib
  2. install my GPG key with which the repository is signed, with the commands :
    cd /root
    wget http://www.webmin.com/jcameron-key.asc
    apt-key add jcameron-key.asc
  3. update system
    apt-get update
  4. and install webmin
    apt-get install webmin
Source : http://www.webmin.com/deb.html

Artikel Terkait

How to Install Webmin On Debian
4/ 5
Oleh

Berlangganan

Suka dengan artikel di atas? Silakan berlangganan gratis via email