Newbie here.
I'm working on a windows app in C#(using WPF) that is able to start programs with different settings, stop or restart them, etc.. My question is if there is a way to implement into the same program, to control my linux server. What i would like to achive is an app that let's the user easily control the running services on both computers.
What i was thinking is sending predefined commands directily from the app but i'm not sure if that is possible. Or is there a better way?