Sunday, January 19, 2014

Install Webmin on Ubuntu 13.04 - easy



Install Webmin
Installing the Debian package is simple. First we need to add the official Webmin repository to our list of software packages:
$ sudo nano /etc/apt/sources.list
Add the following line to the bottom of the file:

deb http://download.webmin.com/download/repository sarge contrib
This adds the Webmin Debian repository to your package list. 
Now we need to add Webmin author Jamie Cameron’s public key to our keyring. Do this from your home directory:
$ wget http://www.webmin.com/jcameron-key.asc 

you will get the message like 

2012-04-29 01:34:19 (41.4 MB/s) - `jcameron-key.asc' saved [1320/1320]

 
$ sudo apt-key add ~/jcameron-key.asc 

Now we can install Webmin from the repo we added:
$ sudo apt-get update
Then install Webmin by
$ sudo apt-get install webmin

Press Y to the message an then Webmin will  download and install. Now you can access through port 10000. For example https://103.247.238.198:10000/. Remember if you have fire wall you have to open the port 10000. Mind the safety of you server as well.

 


No comments:

Post a Comment