Simple, And Free!


About TJXMonitor

TJXMonitor is a free / open-source simple employees screens monitor app, (made with electron) and it runs on LAN (Local Area Network). It consists of 2 apps (Admin, Client).

Admin : The App that will display employees screens.
Client : An App that runs in background to send screen frames to the admin app.

TJXMonitor Usage

# Admin Usage

TJXMonitor App uses PORT 9999, so you need to ALLOW this port in your firewall.
Open TJXMonitor Admin after The installation process, and every connected device will be displayed on the app screen, thats it.

# Client Usage

Client app usage is a little bit tricky, and I will try to explain the steps, as easy as I can.

  1. Install Client App.
  2. Now you need to configure the connection parameters.
  3. Go to installation path, and create a new file named "config.txt"
  4. "config.txt" content:
    IP=192.168.1.x:9999
    clientName=TJX-Client
    sizePercentage=40
    intervalTime=500

    IP : Admin device local IP, insure to set the port to 9999.
    clientName : The client name that will be displayed in admin screen below the screen frames.
    sizePercentage : TJXMonitor uses 1920x1080 as a base screen size, you can set the percentage to 60, and it will take 60% of 1920x1080.
    intervalTime : this value in (milleseconds), it's the delay value between frames to send.
  5. After configuration step, you can run and add it to startup applications, and it will auto connect to admin device to send screen frames.

Download TJXMonitor For Free

TJXMonitor is a free / open-source.

DOWNLOAD-ADMIN   DOWNLOAD-CLIENT