How to install Webmin on Fedora
Saturday, June 27, 2009 18:59login to your shell, i will be using ssh so i send this command:
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.350-1.noarch.rpm
Once it has finished downloadin i send this command:
rpm -U webmin-1.350-1.noarch.rpm
The rest of the install will be done automatically to the directory
/usr/libexec/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
Webmin install complete. You can now login to
https://hostname.domain:10000/
as root with your root password.
NOTE: the default login and password is your root and root password. this is the same login you used with you ssh to your server or whatever your root password is, so your login will be like this:
Username: root
Password: xxxx (what ever your root password is)



(2 votes, average: 3.5 out of 5)