My possible misunderstanding when interpreting the output of WebUI & cli cloudron-support
-
Cloudron v. 9.0.15
WebUi / System / Services says: All good.

sudo cloudron-support --troubleshootsays Services Fail.
If “services” means exactly the same thing in both cases, one of the tools is lying.
-
ok. After manually installing netcat,
cloudron-support --troubleshootthe same info as the WebUI. All good. -
Hello @luckow
There are two types of checks.
In your screenshot you can see[OK] MySQL is runningand below[FAIL] Service 'mysql' is not reachable.
These are two different types of checks performed by thecloudron-support --troubleshootcommand.The first check
[OK] MySQL is runningis the systems MySQL service that hosts the Cloudron box database with users and such.
The[FAIL] Servicechecks are the docker services for apps.The
is not reachablecheck is done with thenc/netcattool, which should be installed by default when installing Cloudron.
Could you please verify ifnc/netcatis installed on the system?
Ifnetcatis installed, could you please run the following command once withsudoand once as userrootand post the output?The following command is the same command performed by
cloudron-support --troubleshootto check if the docker servicemysqlis reachable.# Non root user sudo nc -z -w5 172.18.30.1 3000# root user nc -z -w5 172.18.30.1 3000 -
ok. After manually installing netcat,
cloudron-support --troubleshootthe same info as the WebUI. All good. -
L luckow has marked this topic as solved