Restart gateway from client

Hello eveyone, i would like to use restart my gate way from client using command line utility can some one please suggest me , i have made it function from server but from client i failed can some one please suggest me . thanks in advance looking for replies.

Setup a gateway message handler to restart the gateway. Send a message to that message handler from the client to trigger the gateway restart from clients.

1 Like

i have a question what if my scripts are blocked to run for some reason so this work?

If your gateway isn’t responding, then message handlers won’t work. You would need a technique outside Ignition to tell your gateway server to restart its service. It would definitely need its own security (SSH, perhaps). A remote login of some form to the gateway server would certainly be required.

1 Like