Installing HestiaCP on Ubuntun 20.04

Hi,
I installed HestiaCP on Ubuntu 20.04 by using the hst_autocompile.sh but I faced the following issues:

  1. Filemanager is missing (/user/local/hestia/install/deb/filemanager also doesn’t exists).
  2. fail2ban is stopped and greyed out.

Installation Steps:

wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install-ubuntu.sh
wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/hst_autocompile.sh
bash ./hst_autocompile.sh --all master no
bash hst-install-ubuntu.sh --apache yes --nginx yes --phpfpm yes --multiphp no --mysql yes --postgresql no --vsftpd yes --proftpd no --named yes --exim yes --dovecot yes --clamav no --spamassassin no --iptables yes --fail2ban yes --quota no --api yes --lang en --port 8083 --with-debs /tmp/hestiacp-src/debs --interactive yes --force

Any help guys? or should I dispose off the instance and install Ubuntu 18.04?

Hmm, foldel should not be missing, it sounds you get the release branch instead master. Checkout the rc2 thread and download the deb package from there, you dont need to build nginx and php, they are already shipped over our repo.

Check out the thread here, basicly you can just install the package now, should fix the issues: Version 1.2.0 Release Candidate 2

1 Like

This did the magic, thanks!

1 Like