Install and configure Webmin on Ubuntu server 12.04

Webmin is a web interface for configuring your linux box. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more, and all can be done remotely.

You need to install first some perl-related libraries required by webmin:

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Now we can download the latest webmin archive (this might change in time). We choose debian package .deb.

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.590_all.debthen run the command :dpkg --install webmin_1.590_all.deb
Note: your downloaded version may differ. Just use the deb package you’ve just downloaded. You can see the files of your current location by typing:
dir
Now you can access webmin by putting this adress into your browser:
https://[serverIP]:10000



0 comments:

Post a Comment