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.
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.
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
change the ip address with your server ip address