HestiaCP - Error: User admin exists на Ubuntu 20.04
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
HestiaCP - Error: User admin exists на Ubuntu 20.04
При попытке установить панель HestiaCP получаем ошибку:
# bash hst-install.sh -c no -v no -j yes -o yes -r 2020 -s site.net -e [email protected] Please remove admin user account before proceeding. If you want to do it automatically run installer with -f option: Example: bash hst-install-ubuntu.sh --force Error: User admin exists
Решение - удалить группу admin командой:
# groupdel admin
и запустить установку панели HestiaCP заново.