How to see if my node is running?

Hello,
I am very new to this and I am working through the “Coin Cashew” tutorial Guide: How to build a Cardano Stake Pool - CoinCashew. So far things have been moving smoothly, but I am now on step 8 “Start the nodes” and it directs me to install gLiveView to monitor my nodes. The problem is that gLiveView is no longer supported on 1.25.1. After running “sudo systemctl start cardano-node” what can I use to see if the command worked and my node is running?
Thank you

Hi @Robert_Sherman, I’m in the same boat as you. Just look at this post: LiveView missing from testnet-config.json file

I’ve installed “simpleLiveView” script in my relay node and it worked well.

Thank you, I’ll give that a shot and see if it works for me!

@Robert_Sherman just found another one mentioned by Cardano’s doc page: Monitoring a Node: LiveView Mode — cardano-node Documentation 1.0.0 documentation (haven’t tried yet)

This looks promising I may give this a shot as well, Thanks!