Hi! I have an event manager running on a node A, and I want to add a handler from another node B. I would like to have the handler running on node B. However, if I add the handler to the event manager at A, it starts the event handler locally. Is there an easy way to get the handler at node B instead? *Erik.