Version Information
View the version and build information for your Monad binaries:CLI Help
View available command-line arguments for any Monad binary:Service Management
Check the status of Monad services:Monitoring Block Height
The RPC service will start listening on port8080 when the statesync is completed.
Check the current block height via RPC:
Viewing MonadDB Disk Usage
Note that MonadDB (TrieDB) will automatically compact when at 80% capacity to preserve optimal SSD performance. To check MonadDB disk usage and retained block history:Log Analysis with monlog
monlog is a lightweight tool maintained by Category Labs
that scrapes BFT logs and provides useful status information and suggestions. It
examines logs from the last 60 seconds.
Setup (as root user):
First, grant the monad user access to read systemd journal logs:
If you’re already logged in as the monad user when the group is added, you’ll need to log out and log back in for the group membership to take effect. Alternatively, you can run
su - monad to start a new session.Consensus Information with ledger-tail
monad-ledger-tail exposes consensus information by directly parsing ledger artifacts
and streams the data in JSON format.
Start the service:
Node Status with monad-status
Install monad-status:
monad-status to get the status of the node.
This should print similar output:
Exporting Key Backups
If you followed the full node installation guide, backup files for your keys were automatically created at:/opt/monad/backup/secp-backup/opt/monad/backup/bls-backup
Importing Keys from Backups
To restore your node identity from a backup, extract the IKM secret from each backup file and import it usingmonad-keystore import:
Keeping Updated
To stay updated on new releases:- join the Monad Node Announcements telegram group, or
- join the Monad Developer Discord and follow the
#mainnet-fullnode-announcementschannel

