Operations

What to do when the plugin is running and you need to operate it: read its logs, diagnose a problem, tune for speed, upgrade, or uninstall. Symptom → fix.

Pages

PageWhen to read
TroubleshootingSomething doesn’t work. The symptom-to-cause-to-fix map. Start here for any “it’s broken” question.
Performance tuning”It works but feels slow.” Network / disk / inotify / daemon-cache playbook.
Reconnect behaviourWhat the plugin does when the SSH link drops + how to tune the retries
Daemon panelThe Settings → Daemon UI: status badge, log viewer, restart button
LogsWhere every log lives (plugin console.log, daemon server.log), rotation, sensitive content
UpgradingHow a new plugin version arrives + when the daemon gets re-deployed
UninstallingClean removal — both local plugin state and remote daemon files

Reading order

There isn’t one — operations docs are reached by symptom, not sequentially. The closest to “read me first” is Troubleshooting because it’s the dispatcher to the others.

See also

  • Error codes — what error names mean when they show up in logs
  • Security model — what the daemon is allowed to touch
  • Release flow — how new versions are produced (helps when you want to know what’s in the upgrade you just got)