NATS
Admin Commands
Administer NATS servers and clusters. Monitor server health, manage accounts, view connection stats, and troubleshoot cluster issues from the CLI.
7 commands
Pro Tips
Check server health: 'nats server info' shows version, connections, memory, and cluster status.
Monitor in real-time: 'nats server report connections' shows all active connections and their stats.
Use 'nats account info' to check account limits, current usage, and remaining capacity.
Common Mistakes
Server configuration changes may require a restart. Use 'nats server request reload' for config-only reloads.
Monitoring endpoints expose sensitive cluster information. Restrict access in production environments.