How to install Webmin 1.610 on Ubuntu Server 12.10

Webmin is a must have application for server administrator. Webmin can help us manage and administer many things on an Ubuntu server via remote web interface. For more information about webmin, please visit the official webmin page. The latest version of Webmin when I write this post is webmin 1.610. It has a better and nicer look compared to previous version.

webmin-ubuntu

On this tutorial, I will show you how to install webmin 1.610 on an Ubuntu Server 12.10

1. First, download the latest version of webmin package from this link. You can download it via Terminal using wget.

wget http://www.webmin.com/download/deb/webmin-current.deb

2. Now execute this command to install

sudo dpkg -i webmin-current.deb

3. When you get dependency error, you can fix it using command

sudo apt-get -f install

4. Once finished, you can access webmin via Firefox or other web browser from a remote computer

https://192.168.1.100:10000

change the ip address with your server ip address