Deploying and monitoring containers is a separate case study. But even when the build and the logs are under control, any small task inside an already-running container — fixing a config, peeking into a Postgres table, running a command — almost always means a separate SSH client, a tunnel, and trying to remember which container it is and where it's running.
The file manager and the multi-tab terminal solve this right inside the admin panel: both work with any running container on the platform, picked from a single shared list — not just with the control panel itself. Alongside them is a browser for the panel's own PostgreSQL database, where the root cause is usually visible: a broken config or a failed migration.







