Replies: 2 comments 3 replies
-
Please refer here |
Beta Was this translation helpful? Give feedback.
-
Yes, you can. First, if you are curious what flows over the Once you take a look at the messages, it's not too difficult to write your own JavaScript application that does the same. There is another place you should at, and that is the "meshctrl.js" code. This is a command line tool that comes with MeshCentral, you run it like this:
It will show something like this:
If you look at the code, you will see that meshctrl.js opens a websocket to In any case, my recommendation is to look at meshctrl.js as a starting point. You can probably write some crazy powerful application to various purposes. The one thing is how to authenticate to Ok, hopefully that was useful. Let me know if I can help more. |
Beta Was this translation helpful? Give feedback.
-
So I can elaborate here.
The idea is to use Meshcentral websocket which runs as control.ashx from another application where meshcentral is embedded in Iframe ( a parent application which has meshcentral embedded to it ). The idea is to change machine/systems info but not from the general info screen provided by meshcentral but from another place in parent application.
So I explored that when changing consent
The above action request is sent to websocket to change the consent of the particular node.
Is there a way to achieve this externally. another point to say is, the parent application in hosted on www.example.com and meshcentral is hosted in subdomain as www.example.com/mesh .
Beta Was this translation helpful? Give feedback.
All reactions