Admin login failed after clean hestiacp install

Admin login fails after installing the panel. OS is Ubuntu 20 x64.

FastCGI sent in stderr: "PHP message: PHP Warning: key() expects parameter 1 to be array, null given in /usr/local/hestia/web/login/index.php

  1. Delete RKEY value from /usr/local/hestia/data/users/admin/user.conf
  2. Reset admin password #v-change-user-password admin new_password

But there is still a problem with the RKEY being generated. tell me how to fix it?

1 Like

$data error seems to be empty.

Maybe any issues with Locales?

There was a known issue with 1.2.3 / 1.2.4

https://github.com/hestiacp/hestiacp/issues/1184

I think the get_pass() part is the problem, but it didnā€™t apply in the release version.

Installer:

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

Is there any way to solve it?

The release of 1.3.0 should follow probaly in the beginning of next week - currently you could use the main installation script and directly install 1.3.0~beta, which will be updated to 1.3.0 as soon as the new version has been released: https://github.com/hestiacp/hestiacp/blob/main/install/hst-install-ubuntu.sh

ERROR: Install script version does not match package version!
Please download the installer from the release branch in order to continue:

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

To test pre-release versions, build the .deb packages and re-run the installer:
./hst_autocompile.sh --hestia branchname no
./hst-install.sh ā€¦ --with-debs /tmp/hestiacp-src/debs

To test pre-release versions, build the .deb packages and re-run the installer:
./hst_autocompile.sh ā€“all branchname no
./hst-install.sh ā€¦ --with-debs /tmp/hestiacp-src/debs

Read the text you will need build the packages your self

Or download the 1.3.0~beta packages 1.3.0 RC - We need YOU!

Donā€™t mind me, but: Isnt the error message you got there clear? I mean, it contains even a step by step guide how you need to proceed if you want to install a alpha/beta release.

1 Like

I just installed HestiaCP on Oracle Cloud Always Free Tier instance with Ampere (ARM) architecture.
The installation went smoothly.
However, I was never asked to create a password during the installation and at the end, the screen said to use the password provided during the installationā€¦
Deleting the RKEY line in the user.conf file and then running the reset admin password commmand as indicated fixed my issue. The next login was successful.
Thank you for your insight.