Oracle Linux - Your operating system (OS) is not supported by Hestia Control Panel

This is the error message I get rying to install hestia control panel on my oracle VM.Standard.E2.1.Micro instance

sudo ./hst-install.sh
Oracle Linux detected. Proceeding with installation (unsupported).


Your operating system (OS) is not supported by
Hestia Control Panel. Officially supported releases:


Debian 10, 11
Ubuntu 20.04, 22.04 LTS
AlmaLinux, EuroLinux, Red Hat Enterprise Linux, Rocky Linux 8, 9

Any ideas what I can do?

We don’t support
AlmaLinux, EuroLinux, Red Hat Enterprise Linux, Rocky Linux 8, 9

1 Like

Maybe you were using and old installer or branch? The current branch shouldnt have echoed that back to you although RH derivatives were commented at the top of the script.

@jperkins I modified the script to try ad allow racle linux:

elif [ “$type” = “ol” ] || [ “$type” = “oracle” ]; then
release=$(cat /etc/redhat-release | cut -f 1 -d ‘.’ | awk ‘{print $3}’)
VERSION=‘oraclelinux’

(thank you (or not) chatgpt :slight_smile:

Doesn’t work as we don’t support RHEL derived operating systems.

Some users tried to ad support but stopped with it…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.