I am using Ngrok (https://ngrok.com/) application on my Godaddy Linux server to create a local-tunnel to my host.
However, I access the server through SSH and run the application but when I exit from the SSH connection the application stops running, so is there way to keep Ngrok application running (as a service maybe) on a Linux server?
NOTE: I don't have root access on Godaddy server, so the whatever the solution should be able to proceed as a non root user