Using Screens
💻 Navigating the Bot and Jupiter in a Screen Session
To keep the bot running even after closing the terminal, we will use screen
:
Going into a Screen Session
To go into the NotArb bot screen
or to go into the Jupiter screen:
Detach from the Screen
Press Ctrl + A
, then D
.
Fully Close the Screen Session
Kill the notarb Screen
Kill the Jupiter Screen
Stop the NotArb Platform
It's time to kill all the screens because the bot is not configured to run properly yet.
Kill the Jupiter Session
Multiple Instances of the Same Name?
If for some reason there are multiple notarb or jupiter screen sessions, you will have to kill the session using their PID. Get the list of screen sessions running:
You may see:
If you wanted to kill the latest one with the PID of 6969696, execute the following:
Ensure you don't have multiple screen sessions running the bot simultaneously to prevent failures.
Last updated