Local App Management
The Local App Management section offers deep visibility and control over a specific instance of your application as it runs on a selected FluxNode. This is where node-level diagnostics, resource monitoring, debugging, and administrative control come together in one focused workspace.
How To Access
My Apps → Active Apps → App Details → Manage App
Navigate to the My Apps tab, choose an app from Active Apps, then click Manage App to view this section.
Backend Selector
At the top of each tab, 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.
Whether you're troubleshooting deployment issues, validating system behavior, or ensuring performance stability, this section provides the tools you need to manage your app’s lifecycle on a per-node basis.

Overview of Tabs
1. Specifications
The Specifications tab shows how your app is configured on this specific node vs. its global setup—ideal for spotting config mismatches or verifying deployment accuracy. → Read more about the Specifications tab
2. Information
The Information tab gives you raw, detailed metadata directly from the Docker engine running your app.
→ Read more about the Information tab
3. Resources
The Resources tab provides real-time performance data from the container environment, letting you monitor stats like CPU, RAM, Storage Usage and more.
→ Read more about the Resources tab
4. Monitoring
The Monitoring tab gives you historical performance insight—an essential tool for analyzing trends, spotting anomalies, and understanding how your app behaves over time.
→ Read more about the Monitoring tab
5. File Changes
The File Changes tab tracks which files and directories have been created, modified, or deleted inside your container.
→ Read more about the File Changes tab
6. Processes
The Processes tab offers a real-time, scan-based snapshot of the processes running inside your app’s container.
→ Read more about the Processes tab
7. Log Files
The Log Files tab is your window into what your app is saying behind the scenes.
→ Read more about the Log Files tab
8. Control
The Control tab lets you manage the entire lifecycle of the app instance running on the selected FluxNode.
→ Read more about the Control tab
When to Use Local App Management
Use this section when you need:
Node-specific diagnostics and runtime data
Performance or configuration validation at the container level
To troubleshoot issues that aren’t affecting all instances equally
Fine-grained control over one app instance, separate from global behavior
Last updated