File changes are not reflected in the admin dashboard #41

Closed
opened 2026-04-05 20:25:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @4r7if3x on 10/10/2025

CloudPanel version(s) affected

2.5.2

Description

Changes made directly to vHost and Cron configuration files are not reflected in the admin dashboard. This breaks synchronization between the GUI and filesystem updates, which are essential for automation workflows. The admin dashboard should always display the latest configuration state, regardless of how changes are applied.

How to reproduce

sudo nano "/etc/nginx/sites-enabled/${DOMAIN}.conf"
sudo systemctl restart nginx.service

sudo nano "/etc/cron.d/${USERNAME}"
sudo systemctl restart cron.service

Possible Solution

No response

Additional Context

No response

*Originally created by @4r7if3x on 10/10/2025* ### CloudPanel version(s) affected 2.5.2 ### Description Changes made directly to vHost and Cron configuration files are not reflected in the admin dashboard. This breaks synchronization between the GUI and filesystem updates, which are essential for automation workflows. The admin dashboard should always display the latest configuration state, regardless of how changes are applied. ### How to reproduce ```bash sudo nano "/etc/nginx/sites-enabled/${DOMAIN}.conf" sudo systemctl restart nginx.service sudo nano "/etc/cron.d/${USERNAME}" sudo systemctl restart cron.service ``` ### Possible Solution _No response_ ### Additional Context _No response_
Sign in to join this conversation.