🖥️Using screen on Linux
The screen command is a powerful tool that allows you to run multiple terminal sessions in the background, even after disconnecting. It’s especially useful when installing and managing multiple nodes on a single server. Think of it like having multiple open apps on your phone — you can easily switch between them without interrupting anything.
📦 Install screen
screenIf screen is not installed yet, run:
🚀 Create a new screen session
🧭 List all screen sessions
🔧 Run your screen
🔙 Detach from the session
❌ Close a session
Stop your command or press Ctrl + C, then exit the session:
Last updated