Problem installing hestiacp username and password - URGENT

Greetings.
I’ve been using hestiacp for a while now and I haven’t had any serious problems.
Today I’m installing hestiacp on a new server and I see that an updated part of the hestiacp installation form now asks for a username and password, before the system generated it automatically for me, well the problems are the following:

  1. when installing it and trying to log in I get an error
    → Cannot load the required libraries. Run v-add-sys-dependencies on the command line. Error:
    Error opening required ‘provider/autoload.php’ (include_path=‘.:’)
    The solution was to use this command: apt install hestia --reinstall

  2. After that it is accessible, but when I enter the username and password that it asks me for in the installation it doesn’t work.

Can you tell me how to solve this?


Additional note, adding the user or creating it and linking it to the group doesn’t work either: (sudo usermod -aG hestia-users admin)

Does this tend to see?

On v1.9.1, If on Debian, check to see if the sessions folder is owned by hestiaweb.

ls -la /usr/local/hestia/data/session

To change it:

sudo chown hestiaweb:hestiaweb /usr/local/hestia/data/session

To update the password (where the USERNAME and PASSWORD for the given user):

sudo /usr/local/hestia/bin/v-change-user-password USERNAME PASSWORD

2 Likes

Hi, I’m on Ubuntu 22, what can I do?
The error also occurs on Ubuntu 20

Same…