Ls /usr/local/hestia/web/ cd filemanager does not exist

Continuing the discussion from Error install hestiacp:

Hello friend, I have a problem. File Manager does not open when I search for it. ls /usr/local/hestia/web/ cd filemanager. The folder does not exist. Is it somewhere else? Or I tried to install it manually and you have deleted it from the repository. wget https://github.com/hestiacp/filemanager/releases/latest/download/filemanager.tar.gz. I can’t do it with this method either. Maybe you can tell me where I can download this folder or if it exists, where can I find it?

@sahsanu @Raphael

Hi,

I don’t think it’s necessary to tag other users to look at the post, especially since it was just published about 10 minutes ago. It will likely get attention on its own.

The folder name is fm (/usr/local/hestia/web/fm/).

The command to delete the filemanager:

v-delete-sys-filemanager

The command to add the filemanager:

v-add-sys-filemanager

I did this but it still doesn’t work. I get a 500 error when I go from the panel to the /fm URL.

But did you add it again?

Yes, brother, I did as you wrote, but there’s still a problem
Is there no other method I can install manually?

Try this:

cd /usr/local/hestia/web/fm/backend/Services/Session/Adapters/
mv SessionStorage.php SessionStorage.php.ori
curl -fsSLm20 https://raw.githubusercontent.com/hestiacp/hestiacp/refs/heads/main/install/deb/filemanager/filegator/backend/Services/Session/Adapters/SessionStorage.php -o SessionStorage.php

You have been a serious person, brother, thank you very much. The problem has been solved. Thank you very much. I am not new. I am not a beginner. I have been a user of your panel for years. I have extensive experience with Hestia. I haven’t used it for a while and now that I needed it again, I wouldn’t have expected this problem in the project. I always count on you for support. In general, I want to know what the problem was in other times.

You’re welcome :wink:

The explanation is here: