Re: Start Stop Node
David Delač
5-18-21
Hello,

First you need to find process id by executing command 'ps x'. Once you have found it you can stop the process by using 'kill *processid*' or force stop it using 'kill -9 *processid*'.

To start Cloud Node back again find name of executable and run it using this command './*execname*'

You can also refer to this for more information: https://www.linux.com/training-tutorials/how-kill-process-command-line/

Best Regards,
David Delač
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Piotr Wycichowski
We are now in version 8.5 260126/85561338 and still the problem occurs. I will try to report a bug. /Piotr W....
09:36 23 Apr 2026
Andis Blicāns, Grasko
Thank You for answer. In this case I used SSLNoCertificateValidation = true; SendWebRequest SSLNoCertificateValidation = false; ...
23:01 24 Mar 2026