Daemon Troubleshooting
Diagnose Native, Docker, and worker failures.
Start with:
mlab daemon backend
mlab daemon status
mlab daemon events --limit 50Native Logs
tail -f ~/.market-lab/execution/mlabd.logDocker Logs
docker ps -a --filter name=marketlab-mlabd
docker logs marketlab-mlabd
docker inspect marketlab-mlabdIf Docker is unavailable, start Docker Desktop or Docker Engine and retry.
Worker Logs
tail -f ~/.market-lab/execution/jobs/<JOB_ID>/worker.log
mlab bot logs <JOB_ID> --follow
mlab strategy logs <JOB_ID> --follow
mlab script logs <JOB_ID> --followUpgrade
mlab upgrade --check
mlab upgradeThe CLI and daemon must use the same version. The official Docker daemon image is upgraded with the CLI.
For SSH connection failures, see SSH Transport.