Wednesday, January 11, 2017

Instal WEBMIN Linux Centos 6.3

Biasanya kalo untuk bikin linux webserver ane biasanya install menggunakan WEBMIN, berikut install di linux centos 6.3




  • yum install nano
  • yum install wget
  • yum install perl
  • cd /tmp
  • wget http://prdownloads.sourceforge.net/webadmin/webmin-1.590-1.noarch.rpm
  • rpm -U webmin-1.590-1.noarch.rpm

buka http://ipcentos:10000
jika tak mau terbuka setting iptables


  • nano /etc/sysconfig/iptables

tambahkan

  • -A INPUT -p tcp -m tcp --dport 10000 -j ACCEPT
  • ctrl x — yes

restart ip tables

  • /etc/init.d/iptables restart

buka kembali http://ipcentos:10000

masuk dengan user root dan password root e …

semoga bermanfaat

No comments: