Turn any .exe into a Windows Service in 3 clicks
A small Windows utility for creating services from .exe files via a simple GUI — no XML, no wrappers, no scripts.
{
"Service Nginx": {
"dir": "C:\\tools\\nginx",
"run": "C:\\tools\\nginx\\nginx.exe",
"arg": "-p conf"
}
}
How it works
Step 1
Enter the Service Name.
Select the EXE file and set the Working Directory.
Step 2
Add startup arguments (Args) if needed.
Save the configuration as JSON.
Step 3
Click Create Service.
Service is installed and managed using standard Windows tools (services.msc, sc, etc.).
Common use cases:
- Run Nginx as a Windows Service (production-ready)
- Run Syncthing as a Windows Service
- Run custom backend/API services
- Run monitoring agents or daemons
Features
Simple GUI
Minimal fields: service name, EXE path, working directory, and optional arguments.
JSON Config
Import/export service configs. Store them alongside your app or in version control.
Logging
Redirect stdout/stderr to a file for structured logging. No additional log parsers needed.
Auto-Restart
Automatic restart on crash (default: 10 seconds delay). Configurable.
Crash Notifications
Get alerts the way you want: via email, Slack, Discord, Telegram. Or write your own logic using JS scripts.
No bloat
No XML, no scripts. It just works.
Installation
Download:
- EXE_Service.msi — standard installer (recommended).
Requirements:
- Windows 10 / 11 / Server 2016+
- Administrator rights (required for service installation)
- 30-day free trial no feature limits
EXE Service interface
Pricing
Monthly
- ✅ Full-featured GUI
- ✅ JSON/INI support
- ✅ Logging stdout/stderr → file
- ✅ Auto-restart on crash
- ✅ Crash notifications (Email/Slack/Telegram/etc.)
- ✅ Up to 5 active devices
- ✅ Updates included
Yearly
Save 17%- ✅ Everything in Monthly
- ✅ Best value for teams & servers
- ✅ Updates included
- ✅ Standard support
| Feature | Monthly | Yearly |
|---|---|---|
| Full GUI | ✅ | ✅ |
| JSON/INI | ✅ | ✅ |
| Logging | ✅ | ✅ |
| Auto-restart | ✅ | ✅ |
| Crash notifications | ✅ | ✅ |
| Active devices | 5 | 5 |
| Billing | Monthly | Yearly (save 17%) |