I am installing Hestia Control Panel onto my server. I am in Ubuntu 22.
I first run sudo apt update && sudo apt upgrade -y.
Then I run the two commands of Hestia website.
When it came to “Configuring system settings”, it stuck at “Configuring File Manager”.
How can I solve this?
Thanks!
Maybe it’s stuck trying to download the file_manager zip file.
Could you please execute these commands and show the output?
wget "https://github.com/filegator/static/raw/master/builds/filegator_latest.zip" -O "/tmp/filegator_latest.zip"
ls -l "/tmp/filegator_latest.zip"