Webmin could be a web-based interface for system administration for UNIX operating system. victimisation any fashionable applications programme, you'll be able to setup user accounts, Apache, DNS, file sharing and far a lot of. Webmin removes the requirement to manually edit UNIX operating system configuration files like /etc/passwd, and enables you to manage a system from the console or remotely.
We have already mentioned a way to install ubuntu twelve.04 LAMP server currently we are going to install webmin for simple ubuntu server administartion
Preparing your system
Open the terminal and run the subsequent command
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
Now you wish to dpwnload webmin adult female package victimisation the subsequent command
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb
Install downloaded package victimisation the subsequent command
sudo dpkg -i webmin_1.580_all.deb
Or
1- Edit /etc/apt/sources.list file
sudo vi /etc/apt/sources.list
2- Add the subsequent lines
.
.
deb http://download.webmin.com/download/repository sarge contrib adult female http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
Save and exit the file
3- currently you would like to import GPG key
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
4- Update the supply list
sudo apt-get update
5- currently install webmin
sudo apt-get install webmin
Now to access webmin open your browser and enter: http://serverip:10000/
This will install webmin currently you wish to access https://ubuntu-serverip:10000
Ubuntu specially do not enable logins by the basis user by default. However, the user created at system installation time will use sudo to change to root. Webmin can enable any user WHO has this sudo capability to login with full root privileges.
Once you logged in you ought to see almost like the subsequent screen
This comment has been removed by a blog administrator.
ReplyDelete