Hello Delphi Praxis community,
I'm excited to share my new open-source project, AppWatcher: https://github.com/mbaumsti/Delphi-App-Watcher
Have you ever faced the challenge of managing dozens of Delphi applications running on multiple network machines? Finding a convenient time window to replace executables can be a real headache. That's why I developed AppWatcher.
AppWatcher is a Delphi component and applications that allows you to remotely control the stopping and restarting of your Delphi applications across your network. Here's how it works:
Integrate the TAppWatcherClient component into your Delphi applications.
Deploy the AppWatcher Agent on your client machines.
Use the AppWatcher Master application to remotely control all your applications.
Key features:
Remotely stop applications with user notifications.
Automatically restart applications after updates.
Avoid using RDP or physically accessing each machine.
Minimize downtime and streamline deployment.
If you're looking for a solution to simplify remote application management in your Delphi environment, I encourage you to check out AppWatcher. Contributions and feedback are welcome!
Thank you,