File Changes
The File Changes tab offers insight into the file system of your application’s container, showing both existing files and those that have been modified since the container was launched. This is especially useful for debugging, verifying application behavior, or detecting unwanted changes.
How To Access
My Apps → Active Apps → App Details → Manage App → Local App Management → File Changes
Navigate to the My Apps tab, select an application from Active Apps, click Manage App, then go to the Local App Management section and open the File Changes tab.
Backend Selector
At the top you'll find a FluxNode IP selector, letting you choose which node you want to inspect or control. This allows you to manage individual node instances of your app. A reload button is also available to refresh the list of currently active FluxNodes running your application.

What You'll See
Each entry in the list includes:
Path: The full file system location of the item (e.g.,
/opt/timpi/wwwroot/assets/images/logo.png
).Kind: Indicates the type of item:
0
→ Directory1
→ File

Why This Is Useful
This tab helps developers:
Track runtime changes: Identify files created, modified, or deleted by the application.
Verify deployment artifacts: Ensure necessary files and directories were successfully placed.
Detect anomalies: Spot unexpected files or unauthorized modifications (e.g., injected scripts or overwritten binaries).
Use this tab during deployment validation, debugging sessions, or security reviews.
Last updated