How Can We Help?

Search for answers or browse our knowledge base.


Still need help? Ask our Service Desk!

Categories
< All Topics
Print

How to manage a Bare Metal node

Manage node

With pm2

Install pm2

Install pm2:

npm install pm2 --global

Start gny

# first go to the gny directory
cd gny

# start gny
pm2 start --name gny npm -- start

pm2 start gny

Show logs

pm2 logs gny

Stop gny

pm2 stop gny

Status of gny

pm2 status gny

pm2 status

Delete gny

pm2 delete gny
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?
Table of Contents