website/docs/commands/daemon/status.mdx
import VersionLabel from '@site/src/components/Docs/VersionLabel';
<VersionLabel version="2.2.0" header />The moon daemon status command displays information about the running daemon process.
$ moon daemon status
When the daemon is running, the following information is displayed:
.moon/cache/daemon/moond.pid)..moon/cache/daemon/server.log).If the daemon is not running, a warning is displayed instead.
:::info
View the official daemon guide for more information on how the daemon works.
:::