How to install zpanel 10.1.1 for Ubuntu server 12.04 LTS

19,665

You can just open a terminal and copy and paste the command:

bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh)

and this will run quietly till end.

Else if you want to do it yourself:

first download the script

wget https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh

Then make the script executable

chmod +x 10_1_1.sh

Then run the script

sudo ./10_1_1.sh

I advise you just to use the first command and all things will be done automatically.

Share:
19,665

Related videos on Youtube

Straw Hat
Author by

Straw Hat

Updated on September 18, 2022

Comments

  • Straw Hat
    Straw Hat over 1 year

    All related questions for Zpanel Installation are outdated and those links are not working so I am posting new question

    This is Zpanel GitHub link.

    It have Installed Ubuntu server on Amazon EC2 , and in above link there are installation command but when I tried running that it is not working.

    I have curl Installed, It is fresh Installation of Ubuntu with No Modules Installed before as instructed on Zpanel website.

    for Zpanel Installation below is command they gave for Ubuntu 12.04 OS . But its now working or I am doing it wrong most Probably.

    bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh)
    

    Totally new to ubuntu that's why not getting this, how to Install using above command.

  • Maythux
    Maythux about 10 years
    ok try the next method
  • Straw Hat
    Straw Hat about 10 years
    second one is working , Great!!
  • Maythux
    Maythux about 10 years
    Glad to be able to help
  • Straw Hat
    Straw Hat almost 10 years
    It was bug from zpanel and it is fixed now. Both Methods Work.