There are upcoming maintenance events which may impact our services. Learn more

Installing the Webmin Control Panel Print

  • 0

If you would like to administer your server using a browser-based control panel you may install Webmin, as a free alternative to cPanel or Plesk. To install webmin using the yum repoisotory system, log in to your system via SSH as the 'root' user and run the following commands:
----
echo "[Webmin]" > /etc/yum.repos.d/webmin.repo

echo "name=Webmin Distribution Neutral" >> /etc/yum.repos.d/webmin.repo

echo "#baseurl=http://download.webmin.com/download/yum" >> /etc/yum.repos.d/webmin.repo

echo "mirrorlist=http://download.webmin.com/download/yum/mirrorlist" >> /etc/yum.repos.d/webmin.repo

echo "enabled=1" >> /etc/yum.repos.d/webmin.repo

cd /tmp

wget http://www.webmin.com/jcameron-key.asc

rpm --import jcameron-key.asc

yum -y install webmin
----

After that you may then connect to port 10000 on your server: http://YOUR_IP_ADDRESS:10000/ and log in with the root user and your root password.

Was this answer helpful?

« Back