1. /
  2. Docs
  3. /
  4. Discord GSM+
  5. /
  6. Executing using forever.js

Executing using forever.js

As Discord GSM+ needs to be constantly running we recommend utilizing forever.js which will keep it online even when you exit the shell session. You could also use tmux, screen or others depending on your preference.

Installing forever.js

Install forever.js with below comand:

npm install forever -g

Starting and Stopping Discord GSM+

While still being inside the installation folder issue:

forever start index.js

to start it.

forever stop index.js

to stop it.

Was this article helpful to you? Yes No

How can we help?