Install Webmin Mandriva Linux
This tutorial will show you how to install webmin, which is a user friendly server configuration program with a GUI. That will allow you to administer many different types of servers, such as ftp, apache, dhcp, mysql and many other types of servers. In this tutorial I will be using Mandriva 2008.1 i586 power pack distro, but this tutorial should work with previous Mandriva releases and other linux distros using urpmi package management.
For other releases of linux please refer to Webmin.com for further information. Before we install webmin on our linux server, we must first configure Mandriva media sources for the latest version and updates for Mandriva linux. To configure Mandriva linux for updates first click on:
- Menu Button
- Tools
- System Tools
- Configure your Computer
- Login as Root
- Configure media sources install and updates
After you have added online media sources, you are going to want to remove the cd-rom sources from the media source list. The reason you are going to want to remove cd-rom media sources, since this will allow you to be able to remotely update your server. After you uncheck the cd-rom media sources, your media source list should resemble the image below.
Install Webmin using Mandriva linux software management
To install using the software management program provided by Mandriva, first open the program by going to:
- Menu
- Tools
- System Tools
- Configure your Computer
- Install & Remove Software
- Now make the first two drop down box read all and type in webmin into the search bar
- Check the webmin file, then press apply.
Install from shell or terminal
- Open a terminal or shell prompt
- Type: su
- Type: Root password
- Type: urpmi webmin
- Select “yes” to install any dependencies.
After you have installed the program, you now need to start the program. To start webmin in Mandriva, open a terminal and login in as su. Then type in “webmin start”.
After you have started webmin, you can now start using webmin by opening a web browser and typing in one of the following:
- https://ipaddress:10000 (<– You can find your ip address by opening a terminal as root and typing “ifconfig” should be under inet addr. Use this option if you are administering your server remotely.)
- https://localhost:10000 (<– Use this option if you are administering your server locally.)
After you have located your webmin program, all you have to do now is accept the certificate.
To log into your new system, type root for the user name and then type your root password for the password.
That is it, you are all set. I recommend updating webmin by selecting Webmin Configurations, and then go to webmin updates.\







Leave a Reply