I have a star structure of server and clients. Evert client is connected directly to the server, NIC to NIC.
I am using windows.
I wish that the server will be able to run apps on the clients. I can disable the firewalls if needed.
What is the best way to do this?
Current solution is just a “commander” app that runs on all the clients and server and connects via a TCP socket.
Is there a better way to so this? 3rd party solution? Service? Something else?