BoringtecVN

Installation & First Start

Installing WinWraper

  1. Download WinWraper-Setup-x.x.x.exe from boringtecvn.com.
  2. Run the installer, click Next and complete the setup.
  3. WinWraper starts automatically after installation and appears in the system tray (bottom-right of the taskbar).

ℹ️Note

On first launch, WinWraper runs in Trial mode, you can use it immediately without a license. See Licensing & Activation to unlock all features.


Opening the main window

After installation, WinWraper runs in the background in the system tray. To open the management window:

  • Double-click the WinWraper icon in the tray, or
  • Right-click the tray icon → 📋 Service List

The Service List interface

This is the main screen you see when you open WinWraper. It shows all managed services along with their current status.

Win Wraper - Instance List
#FolderExecutablePIDPortTypeStatusUptimeCPURAMCrashesWin ServiceAuto-Restart
1my-backendnode index.js48213000
Node.js
● Running1h 0m2.1%128 MB0● Running (WinSvc)
2next-storefrontnext start48223001
Next.js
● Running30m 20s4.6%213 MB0
3ml-workerpython main.py
Python
○ Stopped2
4data-exporterDataExport.exe91049200
Console
● Running12m 4s1.2%64 MB0● Running (WinSvc)
5log-collectorLogService.exe
Console
○ Stopped1
3 running · 2 stopped · 3 total crashes

Each row in the list is a service. The key columns:

ColumnMeaning
NameThe name you gave the service when adding it
StatusRunning (green), Stopped (grey), Starting (yellow), Restarting (orange) and warning states ⚠ (path missing, runtime missing)
PIDProcess ID of the running service
PortThe port the service is listening on
UptimeHow long the service has been running
CPU / RAMCurrent resource usage
TypeNode.js, Python, .exe, ...

There are 14 columns in total, see Managing Services for the full list.


Adding your first service

  1. Click the ➕ Add Service button at the top of the window. (The ⚡ Quick Add ▾ button next to it is for installing ready-made packages such as OpenClaw, see Managing Services.)
  2. Select the appropriate runtime: Node.js, Python, Next.js, EXE, ...
  3. Browse to your file or folder.
  4. Give the service a name (e.g. my-api).
  5. Click Save.

The service appears immediately in the list with a Stopped status. Click ▶ to start it.

💡Tip

WinWraper auto-detects Node.js, Python, and Ruby on your machine, you don't need to specify interpreter paths manually.


Starting and stopping services

  • Click ▶ next to a service name to Start.
  • Click ■ to Stop.
  • Click ↺ to Restart.
  • Use the Start All / Stop All menu buttons to act on all services at once.

Recommended settings for new users

OptionRecommendationWhere to enable
Auto-RestartOnInline toggle in the Auto-Restart column on each service row
Start with WindowsOptional⚙ Configure button on the toolbar → Start with Windows
Auto-start services on openOn⚙ Configure button on the toolbar → Auto-start all services on open

See also: Settings & Configuration


Next: Managing Services →