A web-based automation platform that wraps scripts into web services for easy remote execution and complex workflow orchestration.
WebCommander is a web-based automation platform that wraps scripts into web services, allowing them to be executed remotely via HTTP requests. It solves the problem of making automation accessible to remote users and programs by providing a simple web interface for triggering scripts and orchestrating complex workflows. The platform supports multiple scripting languages and includes specialized tools for VMware environment automation.
System administrators and IT operations teams managing Windows servers and VMware environments who need to automate repetitive tasks and expose scripts as web services. Developers looking to create HTTP-accessible automation endpoints for their scripts.
Developers choose WebCommander because it provides a simple, web-accessible interface for script execution without requiring complex API development. Its unique dual-output format (XML with XSLT) makes results readable by both humans and programs, while the workflow orchestration capabilities enable complex automation chains.
Powerful, flexible, intuitive and most importantly simple. That is what a real automation solution should be. No matter how complicated the task is, we'd like to turn it into a single click. Is that possible? Not without webcommander :)
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Includes built-in PowerShell scripts for vSphere and Horizon View, making it a tailored solution for VMware administrators needing web-based management without custom development.
Supports PowerShell, Perl, Python, and Ruby, allowing flexibility to wrap existing scripts from different languages into web services via HTTP requests.
Transforms scripts into HTTP-accessible commands with minimal setup, enabling remote execution and automation without building complex APIs from scratch.
Provides workflow and poker methods to chain multiple commands, facilitating complex automation tasks through a visual web interface, as shown in the YouTube tutorials.
Requires a Windows server with PowerShell 4.0, limiting cross-platform use and making it unsuitable for cloud-native or containerized environments.
Only one example script each for Perl, Python, and Ruby is provided, indicating poor documentation and minimal support for languages beyond PowerShell.
Relies on XML with XSLT for output, which is less common than JSON in modern web development; JSON support requires a separate fork (webCommander_walnut), adding complexity.