Quickbox doesn't make magic on Hetzner Server

Hello Guys,

Sorry for my bad english. ;>

I have one hetzner Dedicated Server and i want to test your Script . I Install Ubuntu 16.04 but before i change my HDD Settings -> http://i.imgur.com/7OA4Ads.png

I copy the magic line to install the Quickbox to my root. I see there where some problems @ Install.

But i dont copy the output.

Okay i thought i cant copy the error.log later. But … i can not Connect on the root. I have tried the Ports but no connection … only the Apache2 Ubuntu Default Page :smiley:

Okay… i have Reinstalled and try Debian 8. Same Problem …

Anyone knows some hints?

Greets WDX

For starters I would remove that PART /home ext4 all and do instead PART / ext4 all. Then RAID0 to acquire all space for the combined drives.

Once you have the OS installed and the server partitioned, you should then be able to login to your server. (ok, you’ve done that) However, seeing only the default Apache page isn’t something that should happen by default for QuickBox… however, one issue that is to be addressed (and is in the process soon to be announced) is the default QuickBox install location. I’m opting to install QuickBox in the /etc/ directory rather than root to afford more flexibility over the packages stored in the local repository, as well as functions on the dashboard.

Try this…

apt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git lsb-release; \
git clone --recursive https://github.com/QuickBox/QuickBox /etc/QuickBox &&
bash /etc/QuickBox/setup/quickbox-setup

You may additionally (since QuickBox is already installed on your server) try running box upgrade. This will automagically adjust your local repository to make use of the new /etc/QuickBox install/update location.

Could you maybe as not providing me with this output makes things a little difficult to aid you in a solution. Although, I think the problem is with what I addressed above.

If this is an issue with the above, it’s very likely that none of QuickBox has been installed properly. Try connecting on port 22 and then running that snippet of install code I posted up above.

1 Like

Okay,

I have reinstall my Server with Debian 8 and PART / ext4 all

I think I have somewhere an error made when installing and Parting the HDD

Now i copy the line

apt-get -y update; apt-get -y upgrade; apt-get -y install git lsb-release; \ git clone --recursive https://github.com/QuickBox/QuickBox /etc/QuickBox && bash /etc/QuickBox/setup/quickbox-setup

And it seems legit. The install was finished in 13 Minutes. The Box is UP <3

1 Like

Fantastic! Since this is a new staging path for the QuickBox install (it used to be at /root/QuickBox and is now at /etc/QuickBox) please do not hesitate to open a new thread if you notice anything unusual. :slight_smile:

1 Like

Thanks for the fast Support!

You guys rock!

1 Like