Setting Up Arc as a Windows Service
Setting Up Arc as a Windows Service
Running Arc as a Windows service ensures it starts automatically when the server boots and remains available without requiring a user to be logged in.
Prerequisites
Windows Administrator credentials are required.
Arc must already be downloaded and working as a standalone executable.
Install Arc as a Windows Service
Open a Command Prompt as Administrator.
Navigate to the directory where
arc.exeis located:
cd C:\path\to\arc\directoryRun the install command:
arc.exe -installArc will be installed as a new Windows service named "Arc for TM1" and will be visible in the Windows Services Manager (services.msc).
Command-Line Arguments
The arc.exe command supports the following arguments when installing as a service:
Argument | Description |
|---|---|
| Install Arc as a Windows service |
| Remove the Arc Windows service |
| Set the directory for application files (settings, logs, licenses) |
| Set the port number Arc listens on |
| Open a browser automatically when Arc starts as a desktop app |
| Only allow connections from the local machine |
| Custom name for the Windows service |
| Custom display name shown in Services Manager |
Managing the Arc Service
Once installed, manage the service via:
Windows Services Manager (
services.msc) — start, stop, restartCommand Prompt (as Administrator):
net start "Arc for TM1"
net stop "Arc for TM1"Upgrading Arc When Running as a Service
When upgrading Arc, stop the service first before replacing the arc.exe file. See Upgrading Arc for TM1 for full upgrade instructions.