Why run the synchronisation server as a service?
By default, the Handyman Synchronisation Server runs as a desktop application. Running it as a Windows service means it starts automatically when the server boots, continues running without a user logged in, and restarts automatically if it crashes. This is the recommended setup for production environments.
How do I install the synchronisation server as a service?
- Navigate to the Handyman installation folder (typically
C:GSG HandymanHandyman) - Find SyncServer.exe
- Right-click SyncServer.exe and select Create shortcut
- Right-click the shortcut and select Properties
- In the Target field, add
-serviceat the end of the path, e.g.:"C:GSG HandymanHandymanSyncServer.exe" -service - Click OK
- Right-click the shortcut and select Run as administrator
The synchronisation server is now registered as a Windows service. You can verify it in the Windows Services panel (services.msc) and configure it to start automatically.
How do I verify the service is running?
Open the Windows Services panel (press Windows+R, type services.msc) and look for the Handyman Synchronisation Server entry. The status should show Running. Set the startup type to Automatic if it is not already configured that way.