Open a private security advisory on GitHub or contact the maintainers via the repository.
- Set
PLOT_BUTLER_API_TOKENfor POST control endpoints. - Bind with
PLOT_BUTLER_BIND=127.0.0.1if only local access is needed (or front with reverse proxy + TLS). - Keep
plotter.envandplot-butler.envout of git (see.gitignore). - Prefer SSH keys with limited farmer accounts for rsync/
chia plots add. - Do not commit farmer private keys or mnemonics (public farmer keys in plotter.env are still farm-identifying).
- Dashboard HTTP is unauthenticated for GET by default.
- SSH to the farmer runs with the service user credentials.
systemctl startfor plotter/recompute requires passwordless sudo where enabled.