How To Install cPanel on a Virtual Server Centos



For those of you who want to install cPanel on your VPS, please follow the steps below

1. Access VPS using Putty
2. Non Aktifkan iptables VPS Anda, agar semua port terbuka, dengan perintah berikut :
    chkconfig iptables off
    service iptables stop

3. To install cPanel, you need to enable SELinux. SELinux, or Security Enhanced Linux. type
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 in accordance with the above. Then press CTRL + X, select "y". Then it is stored and out.
if the nano command can not, then you must first install nano by typing: yum install nano
If it is, go back to the root by typing: cd / home

4. Now it's time to install the cPanel. Type the following command:

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


Cpanel installation will run, make sure you have the shell prompt # so that even if your connection is lost, cpanel still installed in the background.
To view the installation log can with the command:

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

End with CTRL + C if you want to get out of the log.

CPanel installation process is already underway. Installation approximately 2 hours for VPS USA and 4-6 hours.
Next
This is the current newest page
Previous
Next Post »
Thanks for your comment