Quick Reference
Service statuses
| Status | Colour / icon | Meaning |
|---|
| Running | Green | Running normally |
| Stopped | Grey | Stopped |
| Starting | Yellow | Being started |
| Restarting | Orange | Being restarted (auto-restart) |
| ⛔ Circuit Open | Warning | Circuit Breaker tripped after too many crashes |
| ⚠ Path Missing | Warning | Executable / script no longer exists |
| ⚠ Runtime Missing | Warning | Node.js / Python / Ruby not installed on this machine |
| — Disabled | Light grey + strikethrough | Manually disabled via the Configure dialog |
Windows Service (SCM) statuses
| Status | Meaning |
|---|
| Running | Running through SCM |
| Stopped | Registered but currently stopped |
| Starting | SCM is starting it |
| Stopping | SCM is stopping it |
| Not Registered | Not yet registered with Windows SCM |
Health Check statuses
| Status | Colour | Meaning |
|---|
| Healthy | Green | HTTP endpoint returned 200 |
| Unhealthy | Red | Endpoint didn't respond or returned an error |
| Unknown | Grey | Not configured or no data yet |
Runtime types (Service Types)
| Badge | Type | Notes |
|---|
.exe | Executable | Windows executable |
Console | WinConsole | Windows console app |
Win UI | WinUI | Desktop app with a GUI |
Node.js | NodeJs | Auto-detects node.exe |
Python | Python | Auto-detects python.exe |
Next.js | NextJs | Runs npm start |
Ruby | Ruby | Auto-detects ruby.exe |
Ruby on Rails | RubyOnRails | Detects bundle exec rails |
Custom | Custom | Enter interpreter path manually |
License limits
| Feature | Trial | Active | Blocked |
|---|
| Number of services | 1 | Unlimited | , |
| Start / Stop | ✓ | ✓ | ✗ |
| Windows Service Registration | ✗ | ✓ | ✗ |
| MCP | ✗ | ✓ | ✗ |
| Metrics (view) | ✓ | ✓ | ✓ (read-only) |
| Watcher (view) | ✓ | ✓ | ✓ (read-only) |
MCP tools quick reference
start <name> , Start a service by name
stop <name> , Stop a service
restart <name> , Restart a service
start_all , Start all services
stop_all , Stop all services
restart_all , Restart all services
get_all , Get a list of all services
get_one <name> , Get details for one service
register_win_service <name> , Register with Windows SCM
unregister_win_service <name>, Unregister from Windows SCM
start_service <name> , Start the registered Windows Service via SCM
stop_service <name> , Stop the registered Windows Service via SCM
show_window , Show the WinWraper window
hide_window , Hide the WinWraper window
get_license_info , View current license information
Important file paths
| Item | Path |
|---|
| Installation folder | C:\Program Files\WinWraper\ |
| Application data | %APPDATA%\WinWraper\ |
| MCP executable | C:\Program Files\WinWraper\WinWraper.MCP.exe |
Useful links