Sentora Support Forums

Full Version: how to install sentora or zpanel in Amazon AWS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want to install zpanel in my amazon ec2,but i am not understanding how to do it,can anyone give me setps or tutorial for doing it
I'm not familiar with the amazon hosting, but I know a few people have gotten it to work.

What is it you are confused with or stuck on? Some more details would be very helpful.

I did notice they have CentOS6.5 available..
(01-06-2015, 10:16 AM)TGates Wrote: [ -> ]I'm not familiar with the amazon hosting, but I know a few people have gotten it to work.

What is it you are confused with or stuck on? Some more details would be very helpful.

I did notice they have CentOS6.5 available..

I have used to the following link http://howtolearn.me/host-multiple-wordp...tu-zpanel/ and followed the steps and there was no problem,used ubuntu instance and also when asked for Public (external) IP of the server i just hit enter,but after finishing the steps when i put the ip that i have install on in the url bar in browser it gave webpage not available
If you can get into phpmyadmin, check the zpanel_core.x_settings table and make sure the IP is the correct one (row 21)


Code:
21  server_ip Server IP Address  xxx.xxx.xxx.xxx

Also make sure that port 80 is open and forwarded to that server and there is an exception in the firewall for it.

Next, after the above is all checked and sorted, do a full daemon run: sudo /usr/bin/php -q /etc/zpanel/panel/bin/daemon.php

Restart apache: Ubuntu: service apache2 restart - CentOS: service httpd restart

Try to connect again.
(01-06-2015, 01:43 PM)mahboobkhn18 Wrote: [ -> ]
(01-06-2015, 10:16 AM)TGates Wrote: [ -> ]I'm not familiar with the amazon hosting, but I know a few people have gotten it to work.

What is it you are confused with or stuck on? Some more details would be very helpful.

I did notice they have CentOS6.5 available..

I have used to the following link http://howtolearn.me/host-multiple-wordp...tu-zpanel/ and followed the steps and there was no problem,used ubuntu instance and also when asked for Public (external) IP of the server i just hit enter,but after finishing the steps when i put the ip that i have install on in the url bar in browser it gave webpage not available

can you tell me in detail how to do it in AWS ?
As I said before I am not familiar with their systems...
You may need to ask their customer support or have a look on Google.
I see in your profile you have ubuntu 14.04. If you use that on EC2 it won't work as zpanel don't support it.

So What OS are you using here? Centos 6.5 ? Ubuntu 12.04?

Are you sure services running? Did you had any error during install?

M B
(01-08-2015, 05:32 PM)Me.B Wrote: [ -> ]I see in your profile you have ubuntu 14.04. If you use that on EC2 it won't work as zpanel don't support it.

So What OS are you using here? Centos 6.5 ? Ubuntu 12.04?

Are you sure services running? Did you had any error during install?

M B

I am using the following instance
Amazon Linux AMI 2014.09.1 (HVM) - ami-b5a7ea85
The Amazon Linux AMI is an EBS backed image. It includes the 3.14 kernel, Ruby 2.1, PHP 5.5, PostgreSQL 9.3, Docker 1.2, the AWS command line tools, and repository access to many other packages.
Root device type: ebs Virtualization type: hvm

the only problem was after the FQDN of the server in the
Enter the Public (external) IP of the server: where i hit enter but there showed some unknow identifier error while installation
The main problem is that after installation cmd reboots and then when i enter zpanel.public IP in the url it is showing webpage not available
You should use a BARE CLEAN OS image with minimal install.

You are almost sure that install will fail as you have already php.

Zpanel will support only bare ubuntu 12.04 or centos 6.5 and won't work if you go beyond that.

Notice you already have docker, why you need that? Same ruby & postgreSQL are not supported.

M B
Just like NOTED in the install Docs: http://docs.sentora.org/?node=57 Wink

If they do not have a clean minimal OS version, you could try removing all of the resources manually, save an image of it, then install the panel.
Pages: 1 2