MonitorUrs LogoMonitorUrs

Installation Guide

Select your operating system and follow the installation instructions.

Client Installing

Prerequisites:
  • Windows 10 / 11 or Windows Server (64-bit)
  • Administrator account (UAC prompt will appear)
  • Your activation code from MonitorUrs
2

Extract File

Right-click the .zip > Properties > check "Unblock" if shown, then Extract All... to a permanent location, for example: C:\Program Files\MonitorUrs\ (Do NOT extract to Downloads or the Desktop — the service runs from wherever the exe lives.)

3

Create a server item on MonitorUrs.com

1. Login to your MonitorUrs.com account, go to "Servers", and click "+ Create New Server" button at top.
2. Enter a name for this server, select contacts and click "Save".
3. In the list of servers, click the Edit () button for the server you just created, and copy the "Server Code" to your clipboard. You will need this code in the next step.
Editing a server to copy its Server Code

4

Open Terminal

Open Command Prompt or PowerShell in that folder.

5

Run Once With Activation Code

Run the following command, replacing YOUR-CODE with the Server Code you copied in step 3.

MonitorUrsPCService.exe YOUR-CODE
(Wait for it to print "Server ID Location..." then press a key to exit)
6

Install And Start Service

Run:

MonitorUrsPCService.exe install
(You should see: "MonitorUrs has been installed as a service")
7

Verify

To verify it is running:

 sc query MonitorURS
(Or open services.msc and look for "MonitorURS".)
8

Logs

Logs are written to the "Log" subfolder next to the exe:

[install folder]\Log\monitor_pc_log-YYYYMMDD.txt

Client Un-Installing

1

Open Terminal

Open Command Prompt or PowerShell as Administrator.

2

Stop the service:

sc stop MonitorURS
3

Delete the service:

sc delete MonitorURS
4

Delete the installation folder (e.g. C:\Program Files\MonitorUrs).