How to keep processes running after ending ssh session

There are few simple steps to achieve this, follow the steps.

SSH into your remote server and type [screen] then start the job/process you want to keep running after leaving Shell.

screen

Now press Ctrl-A then Ctrl-D. Doing so your screen session will be detach but your process will be keep running.

You are now good to exit the SSH.

If you want to come back to the process later, type [screen -r], this will resume your screen session with the output of your process.

screen -r
Author: Danyal
I'm a skilled programmer specializing in Vue.js/Nuxt.js for front-end development and PHP Laravel for back-end solutions. I have a strong focus on API design and development, complemented by experience in web server setup and maintenance. My versatile expertise ensures seamless creation and maintenance of web applications, covering everything from intuitive user interfaces to robust server-side functionality. Passionate about coding and driven by a lifelong learning mindset, I invite you to explore more at danyal.dk.