Friday, September 30, 2011

Installing Webmin in Ubuntu, LinuxMint

August 27, 2009 by  
Filed under Webmin

1 Comment

Installing Webmin in debians (e.g Ubuntu, LinuxMint) is very easy. If you have basic familiarity with any of the variant, you can install webmin without issues following the instructions given here.

Installation using .DEB file:

  • Login to your server via SSH
  • Download the .deb file from download page of Webmin’s site. The file looks like
    webmin_1.480_all.deb
  • Now run the following command:
    sudo dpkg --install webmin_xxx.deb
  • Remember to replace the webmin_xxx.deb with actual file name that you just downloaded. 

The install will be done automatically to /usr/share/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhost with your system’s IP address.


Installation using APT repository:

If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line :

deb http://download.webmin.com/download/repository sarge contrib

The Unreal Universe
A Book on Physics and Philosophy
Pages: 292
(282 in eBook)
Trimsize: 6" x 9"
Illustrations: 34
(9 in color in eBook)
Tables: 8
Bibliography: Yes
Index: Yes
ISBN:
9789810575946 
TheUnrealUniverse

You should also fetch and 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

You will now be able to install with the commands :

apt-get update
apt-get install webmin

All dependencies should be resolved automatically.


You may have to unlock port 10000 in your server if you want to access webmin control panel from remote computer. Please read this article to know how to open port 10000 in your firewall.


GD Star Rating
a WordPress rating system
Installing Webmin in Ubuntu, LinuxMint, 10.0 out of 10 based on 1 rating
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Related posts:

  1. How to install Webmin on CentOS, RHEL, Fedora, Mandriva, SuSE
  2. Configuring your Firewall for Webmin
  3. Linux Hosting Control Panels
  4. Installing DirectAdmin in dedicated server
  5. Installing PostgreSQL on cPanel Server

Comments

One Response to “Installing Webmin in Ubuntu, LinuxMint”
  1. Hector Saavedra says:

    Thanks, a lot!

    GD Star Rating
    a WordPress rating system
    Reply

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
Click here to cancel reply.