Installing ZPanel 6.1.1

How to successfully install ZPanel 6.1.1 on Ubuntu:

ZPanel is a free open source webhosting control panel that is for Windows, Linux, OS X and UNIX. ZPanel has been around for almost 10 years, and has come a long way. It is recommended that you only install ZPanel on a fresh installation of Ubuntu

ZPanel 6.1.1 is only designed to work with Ubuntu 11.4. (11.10 is not recommended)

1.    Login

 

Description: C:\Users\Mikey\Desktop\ubuntu\2.JPG<p>

Log in using the root login.

You should run apt-get update and apt-get upgrade to make sure you have all the latest security updates for Ubuntu.

 

2.    Download and extract ZPanel

Description: C:\Users\Mikey\Desktop\ubuntu\5.JPG

This is done by using the wget command with the URL of the ZPanel download

This can be done by visiting zpanelcp.com and downloading it and then uploading it to its destination.

Alternatively, you can use the wget command with the URL of the download.

wget http://downloads.sourceforge.net/project/zpanelcp/releases/6.1.1/zpanel-6.1.1.tar.gz

 

Once this has downloaded, you need to change directory to root.

“cd /root/”

Now you are in the root directory.

Description: C:\Users\Mikey\Desktop\ubuntu\6.JPG

Create a new directory called /etc/zpanel.

“mkdir /etc/zpanel”

 

Extract the file into your new directory.

“tar -zxvf zpanel-6.1.1.tar.gz -C /etc/zpanel/”

 

Once that has been extracted you need to change the permission of the install script so it can be executed.

“chmod +x /etc/zpanel/lib/dev/zpinstall_ubuntu.sh”

 

Now run the install script.

“/etc/zpanel/lib/dev/zpinstall_ubuntu.sh”

 

(If you are feeling lazy just copy and paste these commands and hit enter. This is a combination of all the previous commands.)

wget http://downloads.sourceforge.net/project/zpanelcp/releases/6.1.1/zpanel-6.1.1.tar.gz

cd /root/
mkdir /etc/zpanel
tar -zxvf zpanel-6.1.1.tar.gz -C /etc/zpanel/
chmod +x /etc/zpanel/lib/dev/zpinstall_ubuntu.sh
/etc/zpanel/lib/dev/zpinstall_ubuntu.sh

 

3.      Install

The install is straight forward. READ every page!

Description: C:\Users\Mikey\Desktop\ubuntu\10.JPG

You will be greeted with a warning about how ZPanel is designed to be installed on a fresh system. Also, it mentions that if you want to remove ZPanel you need reinstall the OS.

You have two options: Enter = continue or CTRL+C = quit.

It will then tell you that it needs to download some applications (Apache)

Press Y and Enter.

(This may take a while)

Description: C:\Users\Mikey\Desktop\ubuntu\12.JPG

You will then be prompted to create a MySQL password. It will then ask you to verify the password.

Description: C:\Users\Mikey\Desktop\ubuntu\14.JPG

You will then be prompted what sort of FTP setup you want, read what it says on screen and decide what best suits your needs. When in doubt, use the default.

Press Enter.

Description: C:\Users\Mikey\Desktop\ubuntu\15.JPG

Press Enter to continue.

Description: C:\Users\Mikey\Desktop\ubuntu\16.JPG

It will ask permission to use some more of your precious disk space.

All you need to do is press Y and Enter.

 

 Description: C:\Users\Mikey\Desktop\ubuntu\18.JPG

It will display a list of mail config types.

Select Internet Site.

Description: C:\Users\Mikey\Desktop\ubuntu\19.JPG

You then will need to set the system mail name. For example: [email protected]

In most cases this will be the domain you want associated with ZPanel.

Type the domain in the box and hit Ok.

Description: C:\Users\Mikey\Desktop\ubuntu\20.JPG

It will then ask you for the MySQL password, so just enter the one you created before.

Description: C:\Users\Mikey\Desktop\ubuntu\22.JPG

Enter your details as it prompts you. It then asks for the subdomain that will control ZPanel

Press Enter.

Description: C:\Users\Mikey\Desktop\ubuntu\23.JPG

You will then be greeted with all the account details.

Make a note of these!

Reboot. (This is a must, don’t restart the services, do a full reboot.)

“reboot”

Congratulations! Once the server has rebooted, you should be able to login and start using ZPanel.

You can add modules such as DNS, file manager and ZGod.

 

Click here for things to do after installing ZPanel.