How to install Webmin on CentOS

How do I install Webmin?

 

Webmin is a free control panel that you can use to administer your VPS.

 

To install webmin on centos, run the following commands:

 

yum update -y

wget http://prdownloads.sourceforge.net/webadmin/webmin-1.560-1.noarch.rpm

rpm -U webmin-1.560-1.noarch.rpm

 

Once Webmin is installed you can access it by pointing your web browser to http://YOURIP:10000 where YOURIP is replaced by your server IP address.

  • 0 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

How to Install Nano on CentOS

Login as root at type "yum install nano"

How to Add or Delete Users in CentOS

Adding a User   To add a user login to root and type useradd  [UserNameHere]  ...

How to Change The Timezone on my CentOS VPS?

CentOS:1) Login as root2) Type "cd /usr/share/zoneinfo3) Type "ls"4) Find your timezone. 5)...

Powered by WHMCompleteSolution