i'm using parse server and parse dashboard for my push notification and DB stuffs, my problem is when i establish an ssh connection to my VPS and run them both everything is fine until i turn off my computer or disconnect from the server dashboard and parse server will terminated! is there any solution to make them online permanently?
commands i use:
for starting the parse server ->
npm start
for starting the parse dashboard ->
parse-dashboard --config config.json --allowInsecureHTTP
even i tried to duplicate nodejs running but it doesn't work.