How To Install Webmin on CentOS

This tutorial will guide you through 3 easy steps to installing Webmin on CentOS. This has worked on CentOS 6.
 
Step 1:
 
-- PASTE BELOW THIS LINE --
cat > /etc/yum.repos.d/webmin.repo << EOF
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
EOF
-- END OF PASTE --
 
This adds the Webmin repos to your CentOS installation.
 
Step 2:
 
-- PASTE BELOW THIS LINE--
rpm --import http://www.webmin.com/jcameron-key.asc
-- END OF PASTE --
 
This imports the Webmin GPG key into your CentOS key ring.
 
Step 3:
 
yum install webmin
 
This will install Webmin for you. Your Webmin installation is running on port 10000/tcp on your VPS server.
 
For example http://1.2.3.4:10000
 
Replace 1.2.3.4 with the IP address of your VPS.
 
This guide is confirmed to work September 2010. Please contact tech support if you have issues with this guide so we may updated it or if you have additional information you would like to add to this tutorial.
 
Thank you!

 

  • payment
  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

Install and Run UnixBench on CentOS or Debian VPS

  UnixBench is a popular server benchmarking tool. To install and run UnixBench, just do the...

How to Update cPanel License Key / Run License Script

To run the cPanel License Key update script (perhaps if you've upgraded from a trial license, or...

How to Update VPS Timezone (OpenVZ)

Your OpenVZ will reflect the host server's time settings by default; however, it is possible to...

How to Setup Ruby on Rails for CentOS/Fedora VPS

This tutorial will walk you through the setup of a basic Ruby on Rails environment, including:...

How to Install rTorrent/ruTorrent Seedbox on Ubuntu VPS

This tutorial will guide you through the installation of libtorrent 0.13.0, rTorrent 0.9, and the...

Powered by WHMCompleteSolution