Place to share anything

Free Computer Software, Tips and Tutorials, Cars and Hardware Review

Install Webmin on Ubuntu Debian

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

Current version of Webmin is version 1.48. There are many improvements has been made into this release.

Installation

To install latest version of Webmin in Ubuntu or Debian, follow this step:
A. Direct installation

1. Download package (.deb) from here or use wget:

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.480_all.deb

2. Go to your download directory and execute this command to install

sudo dpkg -i webmin_1.480_all.deb

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.

If Debian show missing dependencies, install them using command:

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

B. Install using Webmin APT Repository
You can install webmin and future update using APT Repository. Edit your /etc/apt/sources.list and add the following line:

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

Add GPG key using command:

cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

Now, update your system and install using command:


apt-get update
apt-get install webmin

All dependencies should resolved automatically.

  • Share/Bookmark

Related posts:

  1. Install startup manager in debian StartUp-Manager 1.9.11 Startup manager is used to configures some settings...
  2. Install OpenOffice 3.1.0 on Debian Lenny using Debian Lenny Backports By default, debian Lenny include OpenOffice 2.6.4 and this is...
  3. How to install Cairo Dock in Debian Lenny Cairo Dock is a light eye-candy fully themable animated dock...
  4. How to install VLC 1.0 in ubuntu debian system This ubuntu tutorial will show you how to install the...
  5. How to install ClamTk front end in Ubuntu-Debian Today, there are many free antivirus build for Ubuntu...

Related posts brought to you by Yet Another Related Posts Plugin.

One Response to “Install Webmin on Ubuntu Debian”

  1. [...] to configure the DHCP server to work with Ubuntu. Before you start, make sure you already has the webmin and DHCP server installed on your system. Ok, lets start of with the DHCP. If you need the [...]

Leave a Reply

  • Your Ad Here