The node.js applications are started on the server using forever.js . Suppose I log in from one user, and processes are running from others, then how can I see and control the processes of the others? The problem is that I can see the running processes of my user. Is this a solvable problem?