Service management
Farming can run continuously as a background service. Disconnecting the browser does not stop the service or Agents.
Start
farming daemonFor temporary foreground output:
farming startStatus
farming statusUse status to confirm whether the service is running and which instance owns it. Browser reachability alone is not authoritative service state.
Address
farming urlThis prints an address only when the current configuration instance is running. A new browser still needs valid authentication.
Logs
farming logsBefore reporting a problem, capture only the necessary log lines near the failure and remove Tokens, private paths, repository content, and account information.
Stop
farming stopStopping disconnects browsers and affects running Agents. Confirm that important work has reached a recoverable state.
Custom instance parameters
farming daemon --port 6694 --base-path /farming --config-dir /path/to/configUse an explicit, dedicated configuration directory. Never share one mutable root between instances or use a broad cleanup command across them.