Hi I'm not expert in hosting so I need some help
I have a python script I want to run on the server I connected via ssh and run the script normally
but the script need time to execute so the problem is when I disconnect from my ssh session the scripts turns off and the process stop
how can I run commands from the server side so when I close my connection all the process still alive until it ends?