Panel is not installed on debian10

Hi, the panel is not installing on debian10.

Updating currently installed packages, please wait…-
The installer is now downloading and installing all required packages.
NOTE: This process may take 10 to 15 minutes to complete, please wait… -
Error: apt-get install failed

There is nothing in the installation logs, the log simply breaks off.

Your apt repository is not available gives a 403 Forbidden error.
Is there an additional hestiacp repository?

same it happened to me but later I installed in Ubuntu 20.04 LTS and it’s worked

All the methods described here on the forum did not help. You need debian.

Please post the installation log

All logs are like this:

Reading package lists…
Building dependency tree…
Reading state information…
apt-transport-https is already the newest version (1.8.2.1).
curl is already the newest version (7.64.0-4+deb10u1).
dirmngr is already the newest version (2.2.12-1+deb10u1).
gnupg is already the newest version (2.2.12-1+deb10u1).
wget is already the newest version (1.20.1-1.1).
ca-certificates is already the newest version (20200601~deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists…
Building dependency tree…
Reading state information…
Calculating upgrade…
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

The package folders are empty.

Please give the full log maybe we can get some out of it.

Just did an install for Debian 10 without issues.

Congratulations!

You have successfully installed Hestia Control Panel on your server.

Ready to get started? Log in using the following credentials:

This is the complete report in the log file.

And so in all logs

With which parameter can you run the installation so that you can see the details of the installation?

It doesn’t even download the installer

Try https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install-debian.sh

image
The installer script is downloaded and run.

Any installations end
image

access to apt.hestia.com.ua


That is how it should be?

Looks like Cloudflare is acting up.

As I understand it, it does not download apt packages, why then the logs are empty.

Sorry but this is wrong: apt.hestiacp.com just doesnt allow a directory listening, that’s why you get a 403.

You can adjust the installer to show the whole output, basicly make this:

to this

apt-get -y install $software

Then you can check what exactly fails during the installation.

Thank you, we made the display of the entire installation process, a little different, but your way is more correct.
We saw problems during installation. It is strange that the developers did not provide for the possibility of displaying the installation, and errors do not get into the log.

And what’s your output? :slight_smile:

I don’t know why the apt output didnt got logged in the installation log, usualy it should. We will implement the debug switch into the new version of the installer script.

New errors during installation:

Note, selecting ‘php-imagick’ instead of ‘php7.4-imagick’
Note, selecting ‘php-apcu’ instead of ‘php7.4-apcu’
Note, selecting ‘php-imagick’ instead of ‘php7.4-imagick’
E: Unable to locate package hestia
E: Unable to locate package hestia-nginx
E: Unable to locate package hestia-php

These packages installed php7.4-imagick, php7.4-apcu.

What to do about these errors?
E: Unable to locate package hestia
E: Unable to locate package hestia-nginx
E: Unable to locate package hestia-php

Where can I get the deb packages of the latest hestia version?