Installing Webmin in CentOS
Webmin is a web-based interface for system administration for Unix/Linux. By using any modern web browser, you can setup user accounts, Apache, DNS, emails and so on without needed to manually edit Unix configuration files like /etc/passwd.
Below are instructions on how to install webmin control panels on your VPS or Dedicated Server:
1) Connect SSH to your server and type the following command:
Create new temporarily folder:
# mkdir tmp
Change to temporarily folder:
# cd tmp
Download webmin:
# wget http://sourceforge.net/projects/webadmin/files/webmin/1.xxx/webmin-1.xxx-1.noarch.rpm
(Replace xxx with the corresponding Webmin version)
Once the file has been downloaded, enter this command, this will install Webmin and all its dependencies:
# rpm –Uvh webmin-1.xxx-1.noarch.rpm
Now you can login to your newly install Webmin control panel at server IP address at port 10000. So if your server IP address is 123.123.123.123 then your webmin address is:
http://123.123.123.123:10000
Login to Webmin as root using your password.

FACEBOOK
GOOGLE+
TWITTER
RSS










