Cara Install cPanel/WHM di VPS Centos via SSH Putty - Just Share The News
Bedford

We conserve land through outreach, restoration, and research.

 

Some of the Earth's greatest landscapes are threatened by increased road construction, oil and gas exploration, and mining. We aim to protect these areas from inappropriate development, but we cannot achieve our goals alone. Find out how you can help.

All photography provided by Jared Chambers

 
 

About

Find out about our organization, mission, our methods, and the results of our decades of advocacy.

Learn More →

Take Action

Ready to take the next step? You can become a contributor to our cause, or participate yourself.

Find Out How →

Flag Counter

Cara Install cPanel/WHM di VPS Centos via SSH Putty



Bagi Anda yang ingin menginstal cPanel di VPS Anda, silahkan ikuti langkah-langkah berikut :

1. Akses VPS menggunakan  SSH dengan menjalankan PUTTy

2. Non Aktifkan iptables VPS Anda, agar semua port terbuka, dengan perintah berikut

    chkconfig iptables off
    service iptables stop

3. Untuk menginstal cPanel, Anda diharus me-nonaktifkan SELINUX. SELinux atau Security Enhanced Linux.
Caranya : ketik  nano /etc/selinux/config

    # This file controls the state of SELinux on the system.
    # SELINUX= can take one of these three values:
    # enforcing – SELinux security policy is enforced.
    # permissive – SELinux prints warnings instead of enforcing.
    # disabled – No SELinux policy is loaded.
    SELINUX=disabled
    # SELINUXTYPE= can take one of these two values:
    # targeted – Only targeted network daemons are protected.
    # strict – Full SELinux protection.
    SELINUXTYPE=targeted

Edit sesuai dengan yang di atas. Lalu tekan tombol CTRL+X, pilih “y”. Maka sudah tersimpan dan keluar.

Jika perintah nano tidak bisa, maka Anda harus instal dulu nano dengan mengetikkan : yum install nano

Jika sudah,  kembali ke root dengan mengetikkan :  cd /home

4. Sekarang saatnya untuk install cPanel. Ketikkan perintah berikut :

    wget -N http://member.drupadi.com/cpanel.sh
    sh cpanel.sh

Installasi cpanel akan berjalan, pastikan shell anda sudah dalam prompt # sehingga walaupun koneksi anda terputus, cpanel masih tetap terinstall di background.
Untuk melihat log installasi bisa dengan perintah :

    tail -f /var/log/cpanel-install.log

Akhiri dengan tombol CTRL + C jika ingin keluar dari log.

Proses instalasi cPanel sudah berlangsung. Installasi kurang lebih 2 jam untuk VPS USA dan 4-6 jam untuk VPS IIX.


5. Jika instalasi sudah selesai, silahkan buka : http://ipaddress:2086 lalu masukkan username (root) dan password vps Anda. Setelah itu ikuti step-step yang ada.
0 Komentar untuk "Cara Install cPanel/WHM di VPS Centos via SSH Putty"

Powered by Blogger.
Back To Top