Thursday, September 4, 2014

HOW TO INSTALL WEBMIN ON CENTOS and DEBIAN - NEW SEPTEMBER 2014

WEBMIN  INSTALLATION  ON CENTOS VPS
==========================================
1. Login Using root access (get it from your VPS provider)
2. enter this script one by one


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

rpm -Uvh webmin-1.700-1.noarch.rpm
----------------------------

Taraa your webmin is ready
please test it by entering hostvps:10000 

example :
123.23.12.1:10000

========================================
WEBMIN INSTALLATION ON DEBIAN VPS 
========================================
enter this script

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.700_all.deb

and then entering :

dpkg --install webmin_1.700_all.deb

--------------------------------------------------
DONE !!!

if you failed and debian asking for dependencies, please enter :

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

IF YOU FAILED AGAIN PLEASE ENTER

apt-get update
apt-get -f install

NOTE : MOSTLY ON DEBIAN YOU SHOULD OPEN YOUR WEBMIN BY entering =

https://ipaddress:10000
========================DONE========================

No comments:

Post a Comment