Manage App
The Manage App section is your control panel for operating and maintaining your application on the Flux Cloud. It offers both granular and global control over your app’s deployment, behavior, and resources.
This is where developers, sysadmins, and DevOps teams go to keep their apps performant, secure, and under control.
How To Access
My Apps → Active Apps → App Details → Manage App
Navigate to the My Apps tab, select an application from Active Apps, then click Manage App.
Overview of Tools
1. Local App Management
The Local App Management section provides deep insight and control over a specific instance of your application running on a single FluxNode.
You’ll find tools for:
Viewing node-specific specs and metadata
Monitoring live resources and performance
Inspecting log files, file changes, and running processes
Controlling the app’s local lifecycle (e.g., restart, pause, rebuild)
→ Read more about Local App Management
2. Component Control
The Component Control section offers container-level operations that give you direct access to your app’s runtime environment.
You can:
Connecting to a live terminal inside your container
Browsing and modifying files using the Volume Browser
Creating, downloading, or restoring backups of your container data
→ Read more about Component Control
3. Global App Management
The Global App Management section enables centralized actions affecting the entire application—across all FluxNodes where it's deployed.
You can:
Start, stop, or redeploy your app globally
View all active node instances
Cancel or manage your app subscription on the Flux network
→ Read more about Global App Management

Choosing the Right Tool
Debug a specific instance
Local App Management
Modify files or open a terminal
Component Control
Restart the entire app
Global App Management
View system logs
Local App Management or Component Control
Cancel your subscription
Global App Management
Monitor real-time CPU/RAM usage
Local App Management
Restore from a previous backup
Component Control
Last updated