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
- First download file deb, run the command
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.801_all.deb
- And Install Use the command
dpkg --install webmin_1.801_all.deb
- wait after installation success, if installation success you can login at the url
https://localhost;10000
- 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
- open the file and add the line
deb http://download.webmin.com/download/repository sarge contrib
- 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
- update system
apt-get update
- and install webmin
apt-get install webmin
How to Install Webmin On Debian
4/
5
Oleh
ihsan