Is there any possible way someone can make a Widget (for Windows for example?) that controls the server right on time and let us configure it? Such as turn server on/off/restart, etc?
Note: For game server.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Maybe using Digital Ocean API
Here’s the link: https://developers.digitalocean.com/documentation/v2/#droplet-actions
;)
Try learning to code in C# and using the digitalocean API (REST) it can be achived, also it’s a good learning project.