How To Install & Configure Zpanel on Centos/RHEL 6x
Q. What is Zpanel ?
Ans: ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written in PHP and uses several open-source (or freely available) software packages to provide a secure, web hosting system.
Step: 1. Disable Selinux & Iptables :
# vi /etc/sysconfig/selinux
SELINUX=disabled
-- Save & Quit (:wq)
# service iptables stop
# chkconfig iptables off
Step: 2. Download the correct Installer for your System :
# cd /tmp
# wget http://www.zvps.co.uk/downloads/centos/10-1-0/updater-10-1-0-centos-64.sh.x.tar.gz
# tar -xf updater-10-1-0-centos-64.sh.x.tar.gz
Step: 3. Install pre-required Packages :
# yum -y install ld-linux.so.2 curl
Step: 4. Change the Script to be Executable :
# chmod +x updater-10-1-0-centos-64.sh.x
# ./installer-10-1-0-centos-64.sh.x
Set Time Zone : Asia/Kolkata
Enter -> Enter -> Enter.
Note: The Zadmin, MySQL root & postfix passwords are all stored in /root/passwords.txt after installation.
Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
# setso --set server_ip 000.000.000.000
Step: 5. Open Your Web Browser & Type :
http://192.168.72.140
MySQL Root Password : 0lENKKZ4zOKO4qcD
MySQL Postfix Password : eyiF5v0emD5tYDnB
ZPanelX Username : zadmin
ZPanelX Password : L6XOGulJj1JeoqYR
Step: 6. To Change Zpanel Admin Password :
Go to Account Information -> Change Password -> Type Current Password & New Password -> Change.
Thanks For Visiting on My Blog, For More Tutorials Keep Visiting My Blog
0 comments:
Post a Comment