Skip to main content

How to Install zPanel on CentOS 6 server


Hi, 

This tutorial will guide you to successfully install and setup zPanel CP on Centos 6 VPS in simple 10 steps.

Preparation

This guide is done on a cloud vps running CentOS 6.4 64-bit. This will also work on any CentOS 6 32-bit or 64-bit but for better compatibility make sure you use at least CentOS 6.3.
Also, although zPanel is very lightweight panel in regard of resource usage . but it is strongly recommended to have at least 512MB of RAM.

Install zPanel CP

Step 1 – Prepare a fresh CentOS 6 VPS. Log in to your server via SSH (use Putty or Terminal) as root.

Step 2 – Now lets download the installer file by following link-

# for 64-bit use:
 
wget https://github.com/zpanel/zpanelx/releases/download/10.1.0_orig/installer-10-1-0-centos-64.sh.x
 
# for 32-bit use:
 
wget https://github.com/zpanel/zpanelx/releases/download/10.1.0_orig/installer-10-1-0-centos-32.sh.x
 
Step 3 - Now  you have to make installer executable.
 
# for 64-bit use: 
chmod +x installer-10-1-0-centos-64.sh.x
 
# for 32-bit use:
chmod +x installer-10-1-0-centos-32.sh.x
 

Step 4 - Also install required packages - 

yum install ld-linux.so.2 curl
 
 Step5 - Finally, issue this command to start installing Zpanel - 

# for CentOS 64-bit:
./installer-10-1-0-centos-64.sh.x
 
# for CentOS 32-bit:
./installer-10-1-0-centos-32.sh.x
 
                            You have to answer few simple questions. The process should take few minutes, so sit tight and wait till it finishes:

Step 8 – At the end of the process you’ll see all generated passwords displayed, write that down. Also, the process requires restarting your server hence you’ll automatically be logged out from your server.

Step 9 – Now open up your favorite web browser then access your server by typing its ip address. Voila, you’ll now see default zPanel login page. Use zadmin as username and use generated password (step 8 above) to login. Once logged in, you can then change default generated password to something easier to remember but make sure it still uses strong combination.

 

Step 10 – That’s it. Now you can do some necessary tasks in zPanel control panel area once you logged in. If you can use cPanel then you should also be able to use zPanel.
 


 
 
 
 
 
 



 

Comments

Popular posts from this blog

how to take mails backup in outlook 2007

How to take backup of mails in outlook 2007. there is a very simple way to taking backup of mails 1.Opne outlook 2007 > tools >account > data files >open folder then close all other windows and copy outlook.pst file in a safe location To restore backup 1.Opne outlook 2007 > tools >account > data files > add > and give the location of outlook.pst file.

Configure Vsftpd with virtual users in Ubuntu 14.04

vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is secure and extremely fast. It is stable. Don't take my word for it, though. Below, we will see evidence supporting all three assertions. We will also see a list of a few important sites which are happily using vsftpd. This demonstrates vsftpd is a mature and trusted solution. To configure vsftpd server  with virtual users we need to enable PAM for vsftpd. apt-get install vsftpd libpam-pwdfile Now configure vsftpd to use PAM authentication vim  /etc/vsftpd.conf then paste in the following listen=YES anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 local_root=/var/www chroot_local_user=YES allow_writeable_chroot=YES hide_ids=YES #virutal user settings user_config_dir=/etc/vsftpd_user_conf guest_enable=YES virtual_use_local_privs=YES pam_service_name=vsftpd nopriv_user=vsftpd guest_username=vsftpd Now create users - You can either use a data...

AWS Certification RoadMap