We pushed a new hestia packages with additional changes, please help us to check if all is working properly:
# Change to root home or any other directory
cd /root
# Download the precompiled packages
wget https://apt.hestiacp.com/beta/hestia_1.3.0~beta_amd64.deb
# Now install the hestia package
dpkg -i hestia_1.3.0~beta_amd64.deb
# The part above will fail because of missing dependencies, install them over apt
apt-get install -f
# Cleanup
rm hestia_1.3.0~beta_amd64.deb
If you havent already installed the alpha packages of hestia-nginx and hestia-php, please repeat the steps above to do it.